octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #41583] "view" gives incorrect viewpoint in gn


From: H. G.
Subject: [Octave-bug-tracker] [bug #41583] "view" gives incorrect viewpoint in gnuplot
Date: Thu, 13 Feb 2014 19:35:14 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:27.0) Gecko/20100101 Firefox/27.0

URL:
  <http://savannah.gnu.org/bugs/?41583>

                 Summary: "view" gives incorrect viewpoint in gnuplot
                 Project: GNU Octave
            Submitted by: hardy
            Submitted on: Do 13 Feb 2014 19:35:13 GMT
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.8.0
        Operating System: Any

    _______________________________________________________

Details:

Here is a little m-script to demonstrate the behavior:


graphics_toolkit('gnuplot');
close all; clear all;
figure;
surf(sombrero);
input('Please rotate with mouse, done?');
[a,b]=view


You can rotate the resulting 3d plot with your mouse. But afterwards the view
command will always return the values [-37.5,30], regardless of what viewpoint
you rotated to.

With fltk as graphics_toolkit this behavior is absent. There you will get the
the proper viewpoint results from the view command.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?41583>

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]