<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Hello,<br>
      <br>
      Le 19/01/2016 08:29, anna78 a écrit :<br>
    </div>
    <blockquote
cite="mid:EAFDF6CF7B0A414C89810DC9607A400203444F6B@SvpvExdb01.Main.Cnao.group"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <meta name="Generator" content="Microsoft Word 12 (filtered
        medium)">
      <!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"
            lang="EN-US">Thank you.<o:p></o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"
            lang="EN-US">And a question more: is there any way to 90°
            -rotate the x-axis ticks label?</span></p>
      </div>
    </blockquote>
    You may use LaTeXed labels, rotated with \rotatebox{90}{..}, as in:<br>
    <br>
    plot(1:200)<br>
    ax = gca();<br>
    L = ax.x_ticks.labels;<br>
    ax.x_ticks.labels = "$\rotatebox{90}{"+L+"}$";<br>
    <br>
    <img src="cid:part1.04000806.03080302@free.fr" alt="" height="250"
      width="320"><br>
    <br>
    The angle in °  is anticlockwise.<br>
    <br>
    Regards<br>
    Samuel Gougeon<br>
    <br>
  </body>
</html>