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

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

[Octave-bug-tracker] [bug #43907] OpenGL render code called even when gn


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #43907] OpenGL render code called even when gnuplot is graphics_toolkit
Date: Tue, 23 Jun 2015 02:50:48 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 SeaMonkey/2.15

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

I agree that a graphics toolkit change should close all the existing figure
windows, but it would be nice to then re-plot the figures in the new toolkit. 
Otherwise there will be some users caught be surprise and annoyed that their
work has disappeared.

However, doesn't 'close all' end up discarding the figure contents?  Is it
possible to reconstruct a plot from its property settings?  I think that may
be the case in gnuplot, i.e., some kind of internal "drawnow" function.

It seems to me that every toolkit needs some type of "startup" method and some
type of "shutdown" method that does the following:

startup) search for all existing figure descriptions with property settings,
create associated windows and redraw

shutdown) go through the existing figure list and close the window but do not
destroy the property/memory contents for the figure


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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