[scilab-Users] Drawing Y-axis in graph

Prof. Dr. Reinaldo Golmia Dante tiraduvidascefet at yahoo.com
Sat Jul 2 15:38:30 CEST 2011


Thank you for your hints, Samuel !
 
When I read the Scilab help, I often miss more examples about the commands ...
 
All best,
Reinaldo
 
From: Samuel GOUGEON <Samuel.Gougeon at univ-lemans.fr>
To: users at lists.scilab.org
Sent: Saturday, July 2, 2011 9:47 AM
Subject: Re: [scilab-Users] Drawing Y-axis in graph


 ----- 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/3241b107/attachment.htm>


More information about the users mailing list