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

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

[Octave-bug-tracker] [bug #48141] legend disappears after axes command


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #48141] legend disappears after axes command
Date: Mon, 6 Jun 2016 15:39:54 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0

Update of bug #48141 (project octave):

                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #3:

Confirmed, and the only difference I can see in the propeties is that the
"children" array of the figure have been swapped so that the gca object is now
the first element, while the legend axes handle is the second. After the
legend is created, the legend axes handle is the first.

This reverses the order of the children array, and the legend is drawn on top
again:


set (gcf, "children", flipud (get (gcf, "children")))


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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