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

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

[Octave-bug-tracker] [bug #55064] Updating graphics object consumes memo


From: Robert F
Subject: [Octave-bug-tracker] [bug #55064] Updating graphics object consumes memory
Date: Tue, 8 Jan 2019 11:38:48 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:64.0) Gecko/20100101 Firefox/64.0

Follow-up Comment #7, bug #55064 (project octave):

Some more testing on my original script. I've found that the issue is NOT
fixed by 

1) using $cla reset; (or $cla;); which also means I have to re-plot as well as
set axis properties again, 
2) using $delete(get(gca,'children')); which means I only need to re-plot, but
keep axis configurations. 

However, the least intrusive way I've found to avoid the memory issue is in an
obviously inefficient (very slow rendering) $delete(gca); needing to also set
all axis options again. 

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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