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

Stefan Du Rietz sdr at durietz.se
Sat Aug 8 16:15:42 CEST 2020


That is if you want to change the data_ bounds each time (for very 
different data). I thought that was what you wanted. Otherwise you could 
use it only once after the first plot, or even before if you have no 
other figure open. (thanks Samuel!)


On 2020-08-08 15:08, Stefan Du Rietz wrote:
> Hello, not before but after!
> 
> Stefan
> 
> 
> On 2020-08-08 15:03, Fukashiimo wrote:
>> Hello, Mr. Stefan,
>>
>> Thanks.
>>
>> Should we put following codes before each plot command?
>>
>> cafix = gca();
>> cafix.tight_limits="on";
>> cafix.auto_scale="off";
>> cafix.data_bounds = [-0.5,-2;0.5,2];
>>
>>
>>
>>
>>
>> -- 
>> Sent from: 
>> http://mailinglists.scilab.org/Scilab-users-Mailing-Lists-Archives-f2602246.html 
>>
>> _______________________________________________
>> users mailing list
>> users at lists.scilab.org
>> http://lists.scilab.org/mailman/listinfo/users
>>
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users



More information about the users mailing list