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

Erhy erhard.glueck.austria at gmail.com
Tue Feb 14 17:38:26 CET 2017


Samuel GOUGEON wrote
> clf
> plot(Ixs,course(Ixs))
> ax  =  gca();
> ax.data_bounds(1:2)  =  [1  length(course)];

Thank you Christophe ans Samuel*!*
it works!

Between my experiment*:*
coursePn = ones( course ) .* %nan ;
coursePn( Ixs ) = course( Ixs ) ;
plot( coursePn , 'r*') // but without lines between the points




--
View this message in context: http://mailinglists.scilab.org/plot-with-redimensiond-X-axis-how-tp4035485p4035491.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.



More information about the users mailing list