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

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

[Octave-bug-tracker] [bug #49446] Legends shoudn't be resized together w


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #49446] Legends shoudn't be resized together with plot window, and be movable independently
Date: Wed, 26 Oct 2016 10:37:37 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0

Update of bug #49446 (project octave):

                  Status:                    None => Duplicate              

    _______________________________________________________

Follow-up Comment #1:

Hi Philip,

The legend has "normalized" units and no listener on the figure/axes position,
hence the magnification you observe when increasing the figure size. This is a
known bug: see bug #39697 and bug #40333. 
Now about moving the legend I think it is possible:


plot (1:10);
hl = legend ("toto")
pos = get (hl, "position");
set (hl, "position", [.3 .5 pos(3:4)])


Can I close this report as a duplicate of cited reports, or would you prefer
to keep this report and make the main issue be "graphics objects can be
manipulated/dragged with the moue"?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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