[Scilab-users] Untwinkle a sequence of graphics

Samuel Gougeon sgougeon at free.fr
Sat Dec 10 14:46:04 CET 2016


Hello Jens,

Le 10/12/2016 11:55, Jens Simon Strom a écrit :
> Hallo Scilab experts,
> How would you avoid the 'twinkling'  when clicking for the next image?

For instance by using plot3d() options:

xdel();
figure('position',[100  100  1200  800],'background',-2);
xtitle('Click into figure and watch twinkling.')
x  =  [0  1  0];  
y  =  [0  0  1];  
z  =  [1  1  1];
for  i  =  1:8  
   plot3d(x',y', z'*i/5, flag=[2  4  0], leg="@@")
   xclick()
end

SG

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20161210/73bfc6dc/attachment.htm>


More information about the users mailing list