[Scilab-users] R: plot versus date

Jan-Åge Langeland j-lan at online.no
Tue Jan 19 15:08:32 CET 2016




On 19.01.2016 11:25, jbaudais at 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 with Scilab.
>
> Jean-Yves
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users
>
>
>

It is possible to rotate the whole plot by using for instance:
z(1,length(x))=0
param3d(x,y1,z,180,0)
param3d(x,y2,z,180,0)

It may then be possible to cut&paste to get what you want.

JÅ




More information about the users mailing list