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+
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
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
___