[Scilab-users] Strange figure behaviour

Stefan Du Rietz sdr at durietz.se
Wed May 13 13:54:39 CEST 2015


On 2015-05-13 13:41, sgougeon at free.fr wrote:
>> 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

Thanks, but it changes the same axes wherever I click! And I would 
like to prevent the possibility to rotate the axes.

Stefan





More information about the users mailing list