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

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

[Octave-bug-tracker] [bug #41895] plot content is lost with fltk when vi


From: Rik
Subject: [Octave-bug-tracker] [bug #41895] plot content is lost with fltk when visible was off
Date: Sun, 03 Aug 2014 19:06:36 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0

Follow-up Comment #14, bug #41895 (project octave):

There is still something wrong with the FLTK code.

The code below doesn't show any plot:


hf = figure ();
set (hf, 'visible', 'off');
plot (1:10);
set (hf, 'visible', 'on');


The graphic objects are definitely created and you can check their properties,
but FLTK is not drawing them.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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