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: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #57319] legend() fails after being repeadetly called (show/off) after plotyy
Date: Thu, 28 Nov 2019 19:20:21 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:70.0) Gecko/20100101 Firefox/70.0

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

The problem in comments 2 is reproducible on my computer (Fedora 31)


octave -f -q
octave:1> h = figure(1);
octave:2> p = uipanel(h,'title','test panel');
octave:3> ax = axes('parent',p);
octave:4> a = (1:10);
octave:5> [yyax,~,~] = plotyy(gca,a,a,2.*a,sqrt(a));
octave:6> l = legend;
octave:7> legend off
execution error in graphics callback function
octave:8> __octave_config_info__ ("hg_id")
ans = 8ac3222bf951
octave:9> 



Dmitri.
-- 


    _______________________________________________________

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]