<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:10pt"><div><span>Thank you for your hints, Samuel !</span></div><div><span></span> </div><div><span>When I read the Scilab help, I often miss more examples about the commands ...</span></div><div><span></span> </div><div><span>All best,</span></div><div><span>Reinaldo</span></div><div><span></span> </div><div><font size="2" face="Arial"><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><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:47 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="yiv2009626191">

  

    
  
  
    ----- Message d'origine ----- <br>
    De : Prof. Dr. Reinaldo Golmia Dante <br>
    Date : 02/07/2011 14:39:
    <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><span>Hi Samuel,</span></span></div>
        <div><span></span> </div>
        <div><span>And how can I do to keep the title "Y-axis on the
            left" and the title "X-axis bellow" ? </span></div>
        <div><span></span> </div>
        <div><span>Run the code: .../...<br>
          </span></div>
      </div>
    </blockquote>
    <br>
    you don't need to do b=gca(); after a=gca(); a is still valid and
    contains all properties, including x_location.<br>
    <br>
    a.x_label.position(2)=-7;<br>
    a.y_label.position(1)=-11;<br>
    <br>
    look at:<br>
    help axes_properties<br>
    help gca<br>
    <br>
    Samuel<br>
    <br>
  

</div><br><br></div></div></div></div></body></html>