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

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

[Octave-bug-tracker] [bug #32482] Axis position incorrect is the xlabel


From: David Bateman
Subject: [Octave-bug-tracker] [bug #32482] Axis position incorrect is the xlabel position is "top" or ylabel position is "right"
Date: Tue, 15 Feb 2011 00:08:49 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.14) Gecko/2009091010 Iceweasel/3.0.14 (Debian-3.0.14-1)

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

                 Summary: Axis position incorrect is the xlabel position is
"top" or ylabel position is "right"
                 Project: GNU Octave
            Submitted by: dbateman
            Submitted on: Tue 15 Feb 2011 12:08:48 AM GMT
                Category: Plotting with OpenGL
                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.4.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Consider


graphics_toolkit fltk
close all
plot (0:1, 0:1)
xlabel ("xlabel")
ylabel ("ylabel")
set (gca, "xaxislocation", "top")
set (gca, "yaxislocation", "right")


The "position" of the axis is not changed to account for the axes labels that
have changed position and there is a significant amount of wasted spaced to
the left and under the plot while the labels themselves are cramped.
Furthermore, consider


graphics_toolkit fltk
close all
plot (0:1, 0:1)
xlabel ("xlabel")
ylabel ("ylabel")
drawnow
set (gca, "xaxislocation", "top")
set (gca, "yaxislocation", "right")


the ylabel is now disassociated with the tick marks and appears on the wrong
axis.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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