[Scilab-users] How to define the Y Range of plot

Fukashiimo noguchi.japan at gmail.com
Sat Aug 8 12:15:10 CEST 2020


Hello, Mr. Stefan,

Thanks. Could you please tell me how to se it?
I tried the following code. My intention is to define X: from -0.5 to +0,5
and Y from -2 to +2.
However, plot command didn't work as I expected. Any idea? 

cafix.data_bounds = [-0.5,-2;0.5,2];
cafix.tight_limits="on";
cafix.auto_scale="off";
set(gca(),"data_bounds", cafix.data_bounds);   


Thanks



--
Sent from: http://mailinglists.scilab.org/Scilab-users-Mailing-Lists-Archives-f2602246.html



More information about the users mailing list