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

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

[Octave-bug-tracker] [bug #59346] Auto-positioning of axes labels fails


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #59346] Auto-positioning of axes labels fails with copied/reloaded axes
Date: Sun, 25 Oct 2020 05:42:37 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:82.0) Gecko/20100101 Firefox/82.0

URL:
  <https://savannah.gnu.org/bugs/?59346>

                 Summary: Auto-positioning of axes labels fails with
copied/reloaded axes
                 Project: GNU Octave
            Submitted by: pantxo
            Submitted on: dim. 25 oct. 2020 09:42:35 UTC
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Inaccurate Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: 6.0.92
         Discussion Lock: Any
        Operating System: Any

    _______________________________________________________

Details:

The following example shows the issue:


hf = figure ();
hax1 = axes ("color", "none");
ht1 = ylabel ("YLABEL", "fontsize", 80);
hax2 = copyobj (hax1, gcf);
ht2 = get (hax2, "ylabel");
set (ht2, "color", "r");
## Now resize the figure to test auto-positioning 
pos = get (hf, "position");
pos(3) *= 2;
set (hf, "position", pos)


The result is that the (red) label of the copied axes doesn't follow the axes
tightinset as the label of the original axes does.




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59346>

_______________________________________________
  Message posté via Savannah
  https://savannah.gnu.org/




reply via email to

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