[Scilab-users] How to zoom in correctly

Antoine Monmayrant antoine.monmayrant at laas.fr
Wed Oct 7 08:44:23 CEST 2020


Le 07/10/2020 à 04:24, jaipur a écrit :
> Hello,
>
> Following your suggestion, gce().clip_state = 'off' could succeed zoom in.
>
> While I continue to zoom in to watch the detail of a hill top, the top is
> clipped by another something.
> Could someone teach me the cause of this clipping and how to avoid it?
>
> <http://mailinglists.scilab.org/file/t497089/Hill0.png>

Hello,

It seems that you are zooming in both x,y and z.
The clipping you see for the hill (and similarly for the valley in the 
upper left corner is likely due to your curve going beyond the zoomed z 
axis.

Zooming in 3D on a 2D screen is not that straight forward.
As a text-based alternative, you can try to set gca().data_bounds by hand.

Antoine

>
>
> --
> 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
>



More information about the users mailing list