bugGNU Octave - Bugs: bug #53235, Axes "tightinset" value...

 
 

bug #53235: Axes "tightinset" value is inaccurate

Submitter:  Pantxo Diribarne <pantxo>
Submitted:  Tue 27 Feb 2018 10:53:45 AM UTC
   
 
Category:  Plotting with OpenGL Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Confirmed Assigned to:  None
Originator Name:  Open/Closed:  * Open
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 02 Mar 2019 09:54:29 PM UTC, comment #1: 

Confirmed.  I noticed the same problem with annotation demo #2 as well.

Rik <rik5>
Group administrator
Tue 27 Feb 2018 10:53:45 AM UTC, original submission:  

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))



Pantxo Diribarne <pantxo>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by pantxo (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2019-03-02 rik5 StatusNone Confirmed

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code