<!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:39:
<blockquote
cite="mid:1309610350.78473.YahooMailNeo@web45506.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><span>Hi Samuel,</span></span></div>
<div><span></span> </div>
<div><span>And how can I do to keep the title "Y-axis on the
left" and the title "X-axis bellow" ? </span></div>
<div><span></span> </div>
<div><span>Run the code: .../...<br>
</span></div>
</div>
</blockquote>
<br>
you don't need to do b=gca(); after a=gca(); a is still valid and
contains all properties, including x_location.<br>
<br>
a.x_label.position(2)=-7;<br>
a.y_label.position(1)=-11;<br>
<br>
look at:<br>
help axes_properties<br>
help gca<br>
<br>
Samuel<br>
<br>
</body>
</html>