[scilab-Users] Drawing Y-axis in graph

Samuel GOUGEON Samuel.Gougeon at univ-lemans.fr
Sat Jul 2 14:19:45 CEST 2011


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


More information about the users mailing list