|
| From: | Muhali |
| Subject: | [Octave-bug-tracker] [bug #48141] legend disappears after axes command |
| Date: | Mon, 6 Jun 2016 11:57:12 +0000 (UTC) |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0 |
URL:
<http://savannah.gnu.org/bugs/?48141>
Summary: legend disappears after axes command
Project: GNU Octave
Submitted by: muhali
Submitted on: Mon 06 Jun 2016 04:57:10 AM PDT
Category: Plotting
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: None
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: 4.0.2
Operating System: GNU/Linux
_______________________________________________________
Details:
In the following code
plot(randn(10,1)) ;
legend('a') ;
axes(gca) ;
close
the legend gets hidden behind the plot if one uses OpenGL. Moreover, the final
close command returns
error: set: invalid handle (= -14.8376)
error: called from
legend>deletelegend2 at line 1172 column 3
delete at line 60 column 5
closereq at line 42 column 5
close at line 96 column 5
error: invalid handle
error: called from
delete at line 60 column 5
closereq at line 42 column 5
close at line 96 column 5
regardless of what toolkit is used. No errors in ML.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?48141>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |