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: Doug Stewart
Subject: [Octave-bug-tracker] [bug #41895] plot content is lost with fltk when visible was off
Date: Sat, 22 Mar 2014 12:31:22 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:28.0) Gecko/20100101 Firefox/28.0

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

I said there were 3 options

1)
figure ("visible", "off");
...
set (gcf, "visible", "on");

2)
axes
set(gcf,""visible", "off");
...
set (gcf, "visible", "on");

3)
hplt = plot (args{:});
set (gcf,"visible","off");
...
set (gcf, "visible", "on"); 

Only option 3 works with subplots!!
option 1) creats a new window
option 2) wipes out the subplot info and uses the whole window.

So, this still needs to be fixed.


    _______________________________________________________

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]