<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
----- Message d'origine ----- <br>
De : Prof. Dr. Reinaldo Golmia Dante <br>
Date : 02/07/2011 14:14:
<blockquote
cite="mid:1309608876.29693.YahooMailNeo@web45510.mail.sp1.yahoo.com"
type="cite">
<div style="color: rgb(0, 0, 0); background-color: rgb(255, 255,
255); font-family: arial,helvetica,sans-serif; font-size: 10pt;">
<div><span>Sorry, it isn't like that enclosed file.</span></div>
<div><span></span> </div>
<div><span>Unfortunately, I deleted the file. :-(</span></div>
<div><span></span> </div>
<div><span></span><font face="Arial" size="2">Even that, I would
like to know the command to move Y-axis in a graph.</font></div>
</div>
</blockquote>
Do you mean putting it to the center or to the right, instead of on
the left?<br>
<br>
plot2d()<br>
a=gca(); a.y_location="middle"; // Look at the figure<br>
a.y_location="right"; // Look at the figure<br>
<br>
Samuel<br>
<br>
</body>
</html>