<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:10pt"><div><span>Hi Samuel,</span></div><div><span></span> </div><div><span></span>Looking the Scilab code, what do I need to modify to move Y-axis to the centre of graph ?</div><div> </div><div>Reinaldo.</div><div> </div><div> </div><div><font size="2" face="Arial"><b><span style="font-weight: bold;">From:</span></b> Samuel GOUGEON <Samuel.Gougeon@univ-lemans.fr><br><b><span style="font-weight: bold;">To:</span></b> users@lists.scilab.org<br><b><span style="font-weight: bold;">Sent:</span></b> Saturday, July 2, 2011 9:19 AM<br><b><span style="font-weight: bold;">Subject:</span></b> Re: [scilab-Users] Drawing Y-axis in graph<br></font><br></div><div><div style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"><div style="font-family: times new roman, new york, times, serif; font-size: 12pt;">
<div id="yiv1634653473">
----- Message d'origine ----- <br>
De : Prof. Dr. Reinaldo Golmia Dante <br>
Date : 02/07/2011 14:14:
<blockquote type="cite">
<div style="color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-size: 10pt; background-color: rgb(255, 255, 255);">
<div><span>Sorry, it isn't like that enclosed file.</span></div>
<div><span></span> </div>
<div><span>Unfortunately, I deleted the file. :-(</span></div>
<div><span></span> </div>
<div><span></span><font size="2" face="Arial">Even that, I would
like to know the command to move Y-axis in a graph.</font></div>
</div>
</blockquote>
Do you mean putting it to the center or to the right, instead of on
the left?<br>
<br>
plot2d()<br>
a=gca(); a.y_location="middle"; // Look at the figure<br>
a.y_location="right"; // Look at the figure<br>
<br>
Samuel<br>
<br>
</div><br><br></div></div></div></div></body></html>