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

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

[Octave-bug-tracker] [bug #40333] Changing the fontsize of a legend modi


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #40333] Changing the fontsize of a legend modifies axes position
Date: Sat, 17 Dec 2016 20:35:37 -0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0

Update of bug #40333 (project octave):

                 Summary: print with legend modifies axis position => Changing
the fontsize of a  legend modifies axes position

    _______________________________________________________

Follow-up Comment #20:

The following is enough to trigger the bug


hf = figure ();
plot (1:10);
hl = legend ("toto")
set (hf, "position", [0 0 200 200])
set (hl, "fontsize", 20)


Retitling the report.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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