[Scilab-users] Untwinkle a sequence of graphics

Jens Simon Strom j.s.strom at hslmg.de
Sat Dec 10 11:55:33 CET 2016


Hallo Scilab experts,
How would you avoid the 'twinkling'  when clicking for the next image?


xdel();
cf=figure('position',[100 100 1200 800],'background',8);
ca=gca();
x=[0 1 0]; y=[0 0 1]; z=[1 1 1];
for i=1:8
   plot3d(x',y',z'*i/5)
   ca.box="off";    ca.axes_visible = ["off","off","off"];
   caxl=ca.x_label; caxl.visible="off";  cayl=ca.y_label; cayl.visible="off";   cazl=ca.z_label; cazl.visible="off";
   xtitle('Click into figure and watch twinkling.')
   ca.isoview='on';
   xclick()
end


Kind regards
Jens
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20161210/84af3610/attachment.htm>


More information about the users mailing list