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

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

[Octave-bug-tracker] [bug #53235] Axes "tightinset" value is inaccurate


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #53235] Axes "tightinset" value is inaccurate
Date: Tue, 27 Feb 2018 05:53:46 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

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

                 Summary: Axes "tightinset" value is inaccurate
                 Project: GNU Octave
            Submitted by: pantxo
            Submitted on: Tue 27 Feb 2018 10:53:45 AM UTC
                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: dev
        Operating System: Any

    _______________________________________________________

Details:

The axes "tightinset" does not properly take ticklabels extent into account.
See e.g. "demo annotation 2": the "10" xticklabel is not completely inside the
tight box. As a test the following should return different value for
"tightinset" but does not


clf
plot (1:10);
ti1 = get (gca, "tightinset");
plot (1:1e5);
ti2 = get (gca, "tightinset");
assert (! isequal (ti1, ti2))







    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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