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

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

[Octave-bug-tracker] [bug #55908] Closing plots much slower in Octave 5.


From: Rik
Subject: [Octave-bug-tracker] [bug #55908] Closing plots much slower in Octave 5.1.0
Date: Mon, 25 Mar 2019 00:15:54 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #13, bug #55908 (project octave):

Using the clue that there was a "basevalue" property I traced things backs to
stem.m and created a minimal example.


hf = figure ("visible", "off");
h = stem ([1 2; 1.5 2.5], [1 1;2 2]);
bv = 0.3;
set (h(1), "basevalue", bv);
close (hf);


After this, try "gcbo" and you will find that it is not empty.  The script
above is attached as tst_gcbo.m


(file #46632)
    _______________________________________________________

Additional Item Attachment:

File name: tst_gcbo.m                     Size:0 KB
    <https://savannah.gnu.org/file/tst_gcbo.m?file_id=46632>



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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