|
| From: | Mike Miller |
| Subject: | [Octave-bug-tracker] [bug #40251] Pan vs rotate for 3d plots with FLTK vs gnuplot |
| Date: | Sat, 12 Oct 2013 19:00:12 +0000 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.57 Safari/537.36 |
URL:
<http://savannah.gnu.org/bugs/?40251>
Summary: Pan vs rotate for 3d plots with FLTK vs gnuplot
Project: GNU Octave
Submitted by: mtmiller
Submitted on: Sat 12 Oct 2013 03:00:12 PM EDT
Category: Plotting
Severity: 2 - Minor
Priority: 5 - Normal
Item Group: Feature Request
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: dev
Operating System: Any
_______________________________________________________
Details:
The initial mouse-drag function when plotting with FLTK is to pan the plot
view. The initial mouse-drag function when plotting with gnuplot rotates the
plot view. This should probably be consistent between plotting toolkits and
consistent with what Matlab does by default (I'm not sure what that is).
octave:1> graphics_toolkit ("fltk");
octave:2> sombrero ();
## Dragging with the mouse pans the plot view
octave:3> close all;
octave:4> graphics_toolkit ("gnuplot");
octave:5> sombrero ();
## Dragging with the mouse rotates the plot view
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?40251>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |