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: Muhali
Subject: [Octave-bug-tracker] [bug #48141] legend disappears after axes command
Date: Fri, 10 Jun 2016 08:42:52 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0

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

Your questions:

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?

There is a blank canvas (ML and O)

plot (10:-1:1, 'r')
legend ('hax2', 'Location', 'northwest')
## Question: Are both plots visible?  Are both legends visible?

No, only the second (with legend).


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

In ML the original plot appears with legend, in Octave without legend.


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.

As with hax1, in ML with and in octave without legend.


    _______________________________________________________

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]