[Scilab-users] Plots on second Y axis

sgougeon at free.fr sgougeon at free.fr
Fri Feb 8 17:14:41 CET 2013


Hello,

according to your needs, you may do either:

plot2d()
ax = gca();
ax.y_location = 'right';

or

demo_gui() // then Graphics => 2D & 3D => plotyy | plotyyy
// and look at the code, using 
help newaxes // http://help.scilab.org/docs/5.4.0/en_US/newaxes.html

Regards
Samuel



More information about the users mailing list