[Scilab-users] Strange figure behaviour

2015-05-13 Thread Stefan Du Rietz
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. -->unzoom(f) or -->f.event_handler_enable = "off"; does not help. Regards Stefan _

Re: [Scilab-users] Strange figure behaviour

2015-05-13 Thread sgougeon
>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

Re: [Scilab-users] Strange figure behaviour

2015-05-13 Thread Stefan Du Rietz
On 2015-05-13 13:41, sgoug...@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 rota

Re: [Scilab-users] Strange figure behaviour

2015-05-13 Thread Philipp Mühlmann
an idea for supprssing the figure rotation: - what about using "xgetmouse() ? normally if one presses the right button (and holds it) the figure is rotated. having something like: clc;f = gcf()plot2d();ibut = [0 0 -1]; // declaring the ibuttonwhile ibut(3) == -1 ;// -->

Re: [Scilab-users] Strange figure behaviour

2015-05-13 Thread Samuel Gougeon
Le 13/05/2015 13:54, Stefan Du Rietz a écrit : Thanks, but it changes the same axes wherever I click! I do not get this behavior with Scilab 5.5.2 on win7_x64. Only the clicked axes is rotated, whatever it is. ___ users mailing list users@lists.sci

Re: [Scilab-users] Strange figure behaviour

2015-05-14 Thread Stefan Du Rietz
On 2015-05-13 21:25, Samuel Gougeon wrote: Le 13/05/2015 13:54, Stefan Du Rietz a écrit : Thanks, but it changes the same axes wherever I click! I do not get this behavior with Scilab 5.5.2 on win7_x64. Only the clicked axes is rotated, whatever it is. I get this behaviour with Scilab 5.5.2 o

Re: [Scilab-users] Strange figure behaviour

2015-05-14 Thread Stefan Du Rietz
On 2015-05-14 19:00, Stefan Du Rietz wrote: On 2015-05-13 21:25, Samuel Gougeon wrote: Le 13/05/2015 13:54, Stefan Du Rietz a écrit : Thanks, but it changes the same axes wherever I click! I do not get this behavior with Scilab 5.5.2 on win7_x64. Only the clicked axes is rotated, whatever it

Re: [Scilab-users] Strange figure behaviour

2015-05-14 Thread Samuel Gougeon
Le 14/05/2015 19:11, Stefan Du Rietz a écrit : PS And who wants to rotate a 2d-plot (and in error)? If you really want that, you should have to do something! I rather agree. Interactive 3D rotation could be activated by default only for 3D viewed axes. The rotation tool is still proposed in t

Re: [Scilab-users] Strange figure behaviour

2015-05-14 Thread Stefan Du Rietz
On 2015-05-14 20:07, Samuel Gougeon wrote: Le 14/05/2015 19:11, Stefan Du Rietz a écrit : PS And who wants to rotate a 2d-plot (and in error)? If you really want that, you should have to do something! I rather agree. Interactive 3D rotation could be activated by default only for 3D viewed ax