[Scilab-users] R: plot versus date

Samuel Gougeon sgougeon at free.fr
Tue Jan 19 17:16:35 CET 2016


Hello,

Le 19/01/2016 08:29, anna78 a écrit :
>
> Thank you.
>
> And a question more: is there any way to 90° -rotate the x-axis ticks 
> label?
>
You may use LaTeXed labels, rotated with \rotatebox{90}{..}, as in:

plot(1:200)
ax = gca();
L = ax.x_ticks.labels;
ax.x_ticks.labels = "$\rotatebox{90}{"+L+"}$";



The angle in °  is anticlockwise.

Regards
Samuel Gougeon

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20160119/f6a4b000/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cjbaehaf.png
Type: image/png
Size: 5290 bytes
Desc: not available
URL: <https://lists.scilab.org/pipermail/users/attachments/20160119/f6a4b000/attachment.png>


More information about the users mailing list