[scilab-Users] Drawing Y-axis in graph
    Samuel GOUGEON 
    Samuel.Gougeon at univ-lemans.fr
       
    Sat Jul  2 14:47:05 CEST 2011
    
    
  
  ----- Message d'origine -----
De : Prof. Dr. Reinaldo Golmia Dante
Date : 02/07/2011 14:39:
> Hi Samuel,
> And how can I do to keep the title "Y-axis on the left" and the title "X-axis 
> bellow" ?
> Run the code: .../...
you don't need to do b=gca(); after a=gca(); a is still valid and contains all 
properties, including x_location.
a.x_label.position(2)=-7;
a.y_label.position(1)=-11;
look at:
help axes_properties
help gca
Samuel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20110702/5e3b6228/attachment.htm>
    
    
More information about the users
mailing list