Re: [Scilab-users] diagrams that should have identical x-y real picture plotting frames

2023-03-15 Thread Heinz Nabielek
Thanks a lot. Heinz > On 15.03.2023, at 06:55, Federico Miyara wrote: > > > You could use after each plot the following instruction: > > gca().data_bounds = [xmin ymin; xmax, ymax] > > where gca() gets the current axis handle and .data_bounds invokes the data > bounds field of the handle.

Re: [Scilab-users] diagrams that should have identical x-y real picture plotting frames

2023-03-14 Thread Federico Miyara
You could use after each plot the following instruction: gca().data_bounds = [xmin ymin; xmax, ymax] where gca() gets the current axis handle and .data_bounds invokes the data bounds field of the handle. xmin ymin are the coordinates of the left bottom corner of the diagram and xmax ymax ar

[Scilab-users] diagrams that should have identical x-y real picture plotting frames

2023-03-14 Thread Heinz Nabielek
Collegues, I am generating dozens of diagrams that should have identical x-y real picture plotting frames. How to make certain that they all have exactly same dimension in real space? Heinz ___ users mailing list - users@lists.scilab.org Click here