[Scilab-users] drag and rotate in Plots and 3Dplots not working. Help?

Станислав krotersv at gmail.com
Sat Sep 7 04:07:09 CEST 2013


06.09.2013 23:08, Martí пишет:
> Hello
>
> I'm finding a malfunction someone might be able to help me with.
> I found it in an application I'm developing, but I experiment the same
> behavior in the following extremelly simple example:
>
> I execute
> -->plot
>
> A new figure opens with standard SciLab demo plot.
> I check I can zoom plots using the mouse wheel, drag plot using left mouse
> button, and rotate using right mouse button.
> I click one of the menus above (File, Tools and Edit).
> I change my mind and I want to close the menu, so I left click outside the
> menu (at one of the plots, for example) so that the menu closes.
> I try to drag or rotate the plots but this functionality happens not to work
> anymore. The zoom function (mouse wheel) still works fine. The only way I
> find to be able to rotate and drag the plot data again is to close the
> figure and replot.
>
> What did it happen?
> Anyone else experienced this behavior? (I could not find any previos post on
> this topic)
> Does anybody knows any solution or work-around for it?
>
>
> Note: To be noticed that, when quitting the menu, if user clicks on the menu
> title (file, tools, edit) to quit the menu, this "bug" does not happen. This
> behavior has been detected in version 5.4.0 and 5.4.1 using plot and plot3D.
>
> Thank you in advance for any eventual help or comments,
>
> Kind regards,
> Martí
>
>
>
> keywords: rotate, drag, plot, plot2D, plot3D, menu, uimenu
>
>
>
> --
> View this message in context: http://mailinglists.scilab.org/drag-and-rotate-in-Plots-and-3Dplots-not-working-Help-tp4027369.html
> Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users
Hi.
I use Scilab-5.4.1 on RFRemix 18. I have the same problem. Function 
'rotate_axes' does not work. You may work around this problem using axis 
property 'rotation_angles'.

For example:
a=gca();
a.rotation_angles=[35,49];

May be the reason of this problem is the same as the reason of 
http://bugzilla.scilab.org/show_bug.cgi?id=11377 .

Stanislav



More information about the users mailing list