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

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

[Octave-bug-tracker] [bug #57319] legend() fails after being repeadetly


From: anonymous
Subject: [Octave-bug-tracker] [bug #57319] legend() fails after being repeadetly called (show/off) after plotyy
Date: Mon, 2 Dec 2019 01:21:44 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:70.0) Gecko/20100101 Firefox/70.0

Follow-up Comment #8, bug #57319 (project octave):

Of course, I still used the same code as in Comment #2: 

h = figure(1);
p = uipanel(h,'title','test panel');
ax = axes('parent',p);
a = (1:10);
[yyax,~,~] = plotyy(gca,a,a,2.*a,sqrt(a));
l = legend;
legend off
legend show
legend off

I set the breakpoint at 'l=legend' and then executed the next lines step by
step. 

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57319>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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