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

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

[Octave-bug-tracker] [bug #37966] newplot and subplot (1, 1, 1) produce


From: Rik
Subject: [Octave-bug-tracker] [bug #37966] newplot and subplot (1, 1, 1) produce different axes for FLTK
Date: Thu, 20 Dec 2012 18:24:15 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:17.0) Gecko/20100101 Firefox/17.0

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

                 Summary: newplot and subplot (1,1,1) produce different axes
for FLTK
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Thu 20 Dec 2012 10:24:13 AM PST
                Category: Plotting with OpenGL
                Severity: 2 - Minor
                Priority: 5 - Normal
              Item Group: Inaccurate Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

This is totally minor, and definitely a corner case, but it might be really
quick for someone to fix who knows the graphics code in Octave.  Incidentally,
it does not happen with gnuplot.

The axes 'position' property appears to be incorrectly set for the corner case
of subplot (1,1,1).

Sample Code:


close all
graphics_toolkit fltk
figure (1)
newplot;
get (gca, 'position')
figure (2)
subplot (1,1,1);
get (gca, 'position')


You can see graphically the difference between the two figures and the
position property is likewise different.





    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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