<html>
    <head>
      <base href="http://bugzilla.scilab.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:sgougeon@free.fr" title="Samuel GOUGEON <sgougeon@free.fr>"> <span class="fn">Samuel GOUGEON</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - Lorsque l'on utilise des donnees horodatees jj/mm/aaaa hh:mm:ss mesures1 mesure"
   href="http://bugzilla.scilab.org/show_bug.cgi?id=2247">bug 2247</a>
                <br><br>
                ---------- Bug Summary ----------- <br>Lorsque l'on utilise des donnees horodatees jj/mm/aaaa hh:mm:ss mesures1 mesure <br><br>

          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>sgougeon@free.fr
           </td>
         </tr></table>
      <p>
        <div>

            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - Lorsque l'on utilise des donnees horodatees jj/mm/aaaa hh:mm:ss mesures1 mesure"
   href="http://bugzilla.scilab.org/show_bug.cgi?id=2247#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - Lorsque l'on utilise des donnees horodatees jj/mm/aaaa hh:mm:ss mesures1 mesure"
   href="http://bugzilla.scilab.org/show_bug.cgi?id=2247">bug 2247</a>
              from <span class="vcard"><a class="email" href="mailto:sgougeon@free.fr" title="Samuel GOUGEON <sgougeon@free.fr>"> <span class="fn">Samuel GOUGEON</span></a>
</span></b>
        <pre>Created <span class=""><a href="attachment.cgi?id=4683" name="attach_4683" title="Screenshot => SVG => PNG">attachment 4683</a> <a href="attachment.cgi?id=4683&action=edit" title="Screenshot => SVG => PNG">[details]</a></span>
Screenshot => SVG => PNG


<span class="quote">>L'affichage de ces valeurs dans un plot sous forme de label est inutilisable horizontalement (faute de place)
>Il est necessaire de les positionner verticalement.
>Cela est impossible on ne peut pas changer l'orientation.</span >

This is now possible by using LaTeX. Here is an example, using "$\rotatebox{angle}{the text ..}$:
clf
i = 0:15;
plot(i,i.^2)
h = "$\rotatebox{90}{"+msprintf("%02d\n",i')+":00:00}$";
a = gca();
a.x_ticks = tlist(["ticks", "locations", "labels"], i', h);

The rendered figure is attached.

This trick would deserve to be documented. I will add an example in the axes_properties page.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>