>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
_______________________________________________
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users

Reply via email to