[Scilab-users] Plots on second Y axis

Stefan Du Rietz sdr at durietz.se
Sat Feb 23 22:25:22 CET 2013


http://help.scilab.org/docs/5.4.0/en_US/drawaxis.html

/Stefan

On 2013-02-23 22:19, Samuel Enibe wrote:
> 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
> <mailto: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 <mailto:users at lists.scilab.org>
>     http://lists.scilab.org/mailman/listinfo/users
>
>
>
>
> --
>
>
>
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users
>




More information about the users mailing list