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

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

[Octave-bug-tracker] [bug #46835] Error on modifying properties of a leg


From: Kai Torben Ohlhus
Subject: [Octave-bug-tracker] [bug #46835] Error on modifying properties of a legend in plotyy
Date: Fri, 08 Jan 2016 20:11:24 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36

Follow-up Comment #4, bug #46835 (project octave):

Yes, I see your point. For what I figured out is that the handles are assigned
to the y-axis:

{h1,h3} and {h2,h4,h5}

which is the order printed by default by

>> hl = legend('l1','l2','l3','l4','l5');

If you provide the order of the handles like in comment #3, everything is
fine.

Now comes the trouble: set (libinterp/corefcn/graphics.cc) triggers the legend
function again, but ignoring any previous legend order, using the default
order mentioned above. Other way round: creating a fake legend, font resize
and create another legend results in using the default font. Annoying!

Seems like way more work...

Anyway the fix of comment #1 improves the situation a little.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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