[Scilab-users] How to zoom in correctly

Samuel Gougeon sgougeon at free.fr
Sat Nov 9 15:18:42 CET 2019


Le 09/11/2019 à 14:59, jaipur a écrit :
> Thank you very much, Mr. Samuel GOUGEON.
>
> I understand both ways of ALT key pressed pan and 3D selection zoom.


You can do the same with the *gca().zoom_box* property.
About it: Beware that the order of entries is not regular:

As documented, the correct setting is|
[xmin,ymin, xmax,ymax, zmin,zmax]

NOT
||
[xmin,ymin,zmin, xmax,ymax,zmax]

NOR
|||[xmin,xmax, ymin,ymax, zmin,zmax]
| |
as we could have expected, but that do not do what we want.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20191109/eb383f67/attachment.htm>


More information about the users mailing list