|
| From: | Rik |
| Subject: | [Octave-bug-tracker] [bug #36134] legend ("toggle") doesn't work |
| Date: | Mon, 09 Apr 2012 03:22:36 +0000 |
| User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:11.0) Gecko/20100101 Firefox/11.0 |
URL:
<http://savannah.gnu.org/bugs/?36134>
Summary: legend ("toggle") doesn't work
Project: GNU Octave
Submitted by: rik5
Submitted on: Sun 08 Apr 2012 08:22:35 PM PDT
Category: Plotting
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Incorrect Result
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: dev
Operating System: GNU/Linux
_______________________________________________________
Details:
Actually, the first call to toggle will hide the legend but the second toggle
call will not show the legend. The legend is not deleted because a call to
legend ("show") will bring back the legend.
plot (1:10)
legend line1
legend toggle
legend toggle
legend show
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?36134>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |