Re: [Scilab-users] R: plot versus date

2016-01-19 Thread Samuel Gougeon
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+

Re: [Scilab-users] R: plot versus date

2016-01-19 Thread Jan-Åge Langeland
On 19.01.2016 11:25, jbaud...@insa-rennes.fr wrote: Hi, 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? 90-rotation exists for the label but I don't see any rotate for the ticks. I don't know if it's possible

Re: [Scilab-users] R: plot versus date

2016-01-19 Thread jbaud...@insa-rennes.fr
Hi, 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? 90-rotation exists for the label but I don't see any rotate for the ticks. I don't know if it's possible with Scilab. Jean-Yves ___