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: Rik
Subject: [Octave-bug-tracker] [bug #48141] legend disappears after axes command
Date: Wed, 8 Jun 2016 22:05:30 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Follow-up Comment #6, bug #48141 (project octave):

This is slightly more complicated than I thought.  I belive only the legend
object associated with a particular axes is put on top.  Can the original
reporter try the following commands and report back, or attach images, of what
happens?


close all
hax1 = axes
plot (1:10, 'b')
legend ('hax1', 'Location', 'northeast'))
hax2 = axes
## Question: is the first plot with an upward sloping line and legend still
visible?
## Or has it been replaced by a blank canvas?
plot (10:-1:1, 'r')
legend ('hax2', 'Location', 'northwest')
## Question: Are both plots visible?  Are both legends visible?
axes (hax1)
## Question: I believe this should return things to the original view.
##           Only the first upward sloping line and its legend should be
visible
axes (hax2)
## Question: I believe this should change things back to view #2
##           Only one of the legends will be visible which is the red one in
NorthWest.



    _______________________________________________________

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]