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, <sgoug...@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@lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users
>



--
_______________________________________________
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users

Reply via email to