[scilab-Users] Suppress replotting of plot3d, param3d

Stefan Du Rietz sdr at durietz.se
Tue Jul 22 22:00:12 CEST 2008


 From the Help of drawlater():

Warning : note that between drawlater and drawnow calls, the 
current figure may have changed. Therefore, this must be 
used carefully.

Therefore, I use:
f.immediate_drawing = "off";
and
f.immediate_drawing = "on";
where f is the figure you want it to work on.

/Stefan


On 2008-07-21 15:39, Frank Hrebabetzky wrote:
--------------------
> Thank you all, drawlater(), drawnow() do exactly what I wanted.
> -- 
> Frank Hrebabetzky    Tel. (48) 3239 2258
> Photonita Ltda.        http://www.photonita.com.br
> Brazil
> 
> Francis Drossaert wrote:
>> Use the draw later and draw now command as someone mentioned to prevent
>> redrawing.
>>
>> To set the viewpoint you can do directly in the plot3d command e.g.
>>
>>     plot3d(x,y,z,40,50) where the 40 and 50 are viewpoint angles.
>>
>> Regards,
>>
>> Francis
>>
>>
>>
>> On Fri, Jul 18, 2008 at 7:19 AM, Frank Hrebabetzky
>> <frank at photonita.com.br> wrote:
>>> When I call plot3d, param3d or the like more than once (same window), 
>>> the plot is redrawn each time and the viewpoint is lost, that is only 
>>> the last viewpoint becomes effective. Is there a way to suppress this
>> replotting?
>>> Kind of generating surfaces and lines with some graphics primitives 
>>> and plot everything with just one command?
>>>
>>> Thanks,
>>> -- 
>>> Frank Hrebabetzky       Tel. (48) 3239 2258
>>> Photonita Ltda.         http://www.photonita.com.br
>>> Brazil
>>>
>>
>>
>>
>> -- 
>> ---
>> Cheers,
>>
>> Gnusci
>>
>> This email and any files contained therein is confidential and may 
>> contain privileged information.  If you are not the named addressee(s) 
>> or you have otherwise received this in error, you should not 
>> distribute or copy this e-mail or use any of its content for any 
>> purpose. Please notify the sender immediately by e-mail if you have 
>> received this e-mail in error and delete it from your system
>>
> 



More information about the users mailing list