[Scilab-users] {EXT} plot with redimensiond X axis, how?

Dang Ngoc Chan, Christophe Christophe.Dang at sidel.com
Tue Feb 14 13:16:21 CET 2017


Hello,

> De : Erhy
> Envoyé : mardi 14 février 2017 13:06
>
>I want to plot course(Ixs) with X axis redimensioned to 1 : size(course,'r')

Something like

plot(course(Ixs))

axis = gca();

axis.data_bounds(1, 1) = 1;

axis.data_bounds(2, 1) = size(course, "r");

?

--
Christophe Dang Ngoc Chan
Mechanical calculation engineer
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error), please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.



More information about the users mailing list