[scilab-Users] Drawing Y-axis in graph

Prof. Dr. Reinaldo Golmia Dante tiraduvidascefet at yahoo.com
Sat Jul 2 14:23:46 CEST 2011


Hi Samuel,
 
Looking the Scilab code, what do I need to modify to move Y-axis to the centre of graph ?
 
Reinaldo.
 
 
From: Samuel GOUGEON <Samuel.Gougeon at univ-lemans.fr>
To: users at lists.scilab.org
Sent: Saturday, July 2, 2011 9:19 AM
Subject: Re: [scilab-Users] Drawing Y-axis in graph


 ----- Message d'origine ----- 
De : Prof. Dr. Reinaldo Golmia Dante 
Date : 02/07/2011 14:14: 
Sorry, it isn't like that enclosed file. 
>  
>Unfortunately, I deleted the file. :-( 
>  
>Even that, I would like to know the command to move Y-axis in a graph.  
Do you mean putting it to the center or to the right, instead of on the left?

plot2d()
a=gca(); a.y_location="middle";  // Look at the figure
a.y_location="right";    // Look at the figure

Samuel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20110702/d85cba1e/attachment.htm>


More information about the users mailing list