[Scilab-users] Plots on second Y axis

Samuel Enibe samuel.enibe at unn.edu.ng
Sat Feb 23 22:19:31 CET 2013


Thanks, Spougeon.
This has partly solved the problem. Suppose I have two plots on the same
graph, one is to use the left Y-axis, while the second is to use the right
Y-axis. How should I handle it with gca() or any other command?

Samuel Ogbonna Enibe
University of Nigeria, Nsukka, Nigeria


On Fri, Feb 8, 2013 at 8:14 AM, <sgougeon at free.fr> wrote:

> 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
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users
>



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


More information about the users mailing list