Thanks, Spougeon.<div>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?</div>
<div><br></div><div>Samuel Ogbonna Enibe<br>University of Nigeria, Nsukka, Nigeria</div><div><br></div><div><br><div class="gmail_quote">On Fri, Feb 8, 2013 at 8:14 AM,  <span dir="ltr"><<a href="mailto:sgougeon@free.fr" target="_blank">sgougeon@free.fr</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
according to your needs, you may do either:<br>
<br>
plot2d()<br>
ax = gca();<br>
ax.y_location = 'right';<br>
<br>
or<br>
<br>
demo_gui() // then Graphics => 2D & 3D => plotyy | plotyyy<br>
// and look at the code, using<br>
help newaxes // <a href="http://help.scilab.org/docs/5.4.0/en_US/newaxes.html" target="_blank">http://help.scilab.org/docs/5.4.0/en_US/newaxes.html</a><br>
<br>
Regards<br>
Samuel<br>
_______________________________________________<br>
users mailing list<br>
<a href="mailto:users@lists.scilab.org">users@lists.scilab.org</a><br>
<a href="http://lists.scilab.org/mailman/listinfo/users" target="_blank">http://lists.scilab.org/mailman/listinfo/users</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><br></div>