[Scilab-users] Strange figure behaviour

sgougeon at free.fr sgougeon at free.fr
Wed May 13 13:41:49 CEST 2015


>De: "Stefan Du Rietz"
>Envoyé: Mercredi 13 Mai 2015 12:19:01
>
>Hello all,
>can anybody explain this:
>I have a figure f with two axes (and some GUIs). When I move the mouse 
>with the right button pressed, *one* of the axes gets distorted.

Right-click rotates interactively the axes on which you have clicked.
To restore it (and all), you may do:
f = gcf();
k = f.children.type=="Axes"
f.children(k).view="2d";

SG



More information about the users mailing list