[Scilab-users] Lack of Scatter type plots in scilab

sgougeon at free.fr sgougeon at free.fr
Fri Nov 18 14:06:59 CET 2016


>Hi Rafael,
>
>Thank you for letting me know about drawlater() and drawnow() functions.
>I tried them and waited about 2 minutes, nothing drawn , so I restarted the
>run without them. 

After plotting the frame and before plotting dots, you may turn the axes invisible with
ax = gca();
ax.visible = "off";

It does pretty the same as drawlater()

Samuel



More information about the users mailing list