<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:10pt"><div><span>woww .. I got it !!</span></div><div><span><span style="color: rgb(0, 0, 0);"></span></span><font size="2" face="Arial"></font> </div><div><font size="2" face="Arial">Thank you !</font></div><div><font size="2" face="Arial"> </div><div><div style="margin: 5px 0px; padding: 0px; border: 1px solid rgb(204, 204, 204); height: 0px; line-height: 0; font-size: 0px;" class="hr" contentEditable="false" readonly="true"></div></div><div><b><span style="font-weight: bold;">From:</span></b> Prof. Dr. Reinaldo Golmia Dante <tiraduvidascefet@yahoo.com><br><b><span style="font-weight: bold;">To:</span></b> "users@lists.scilab.org" <users@lists.scilab.org><br><b><span style="font-weight: bold;">Sent:</span></b> Saturday, July 2, 2011 9:23 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="yiv573687410"><div style="color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-size: 10pt; background-color: rgb(255, 255, 255);"><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="yiv573687410">

  

    
  
  
    ----- 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></div><br><br></div></div></div></div></body></html>