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

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

[Octave-bug-tracker] [bug #49400] plot() ignores "defaultaxesbox" proper


From: Martin Kunz
Subject: [Octave-bug-tracker] [bug #49400] plot() ignores "defaultaxesbox" property
Date: Fri, 21 Oct 2016 07:44:44 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0

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

                 Summary: plot() ignores "defaultaxesbox" property
                 Project: GNU Octave
            Submitted by: mkunz
            Submitted on: Fri 21 Oct 2016 07:44:42 AM GMT
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.0-rc2
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

The following code


set (0, "defaultaxesbox", "off")
figure ()
axes
get (gca, "box")

figure ()
plot ([])
get (gca, "box")


produces one figure that has borders just to the left and to the right and one
with a box around the plot area. I get the following output:


ans = off
ans = on


So apparently plot ignores "defaultaxesbox" and just sets "box" for the
current figure to "on".

In 4.0.3 I get two plots without box and the output


ans = off
ans = off





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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