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

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

[Octave-bug-tracker] [bug #37640] invalid handle in legend.m when closin


From: Torsten
Subject: [Octave-bug-tracker] [bug #37640] invalid handle in legend.m when closing a figure
Date: Tue, 30 Oct 2012 17:44:11 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:16.0) Gecko/20100101 Firefox/16.0

Follow-up Comment #3, bug #37640 (project octave):

AFAIK, 'r*;legend string;' is not a correct snytax for Matlab. The code to use
instead is:

figure(1);
hold on;
h1 = plot(2,3,'r*');
h2 = plot(5,5,'bo'); 
legend('data 1','data 2');
delete(h1);
close all;

Using the code above, the legend entry related to h1 is not deleted in Matlab,
not in Octave with fltk, but in Octave with gnuplot. The error still occurs in
Octave.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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