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

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

[Octave-bug-tracker] [bug #41895] rlocus does not draw using fltk


From: Doug Stewart
Subject: [Octave-bug-tracker] [bug #41895] rlocus does not draw using fltk
Date: Tue, 18 Mar 2014 17:59:41 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36

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

graphics_toolkit fltk 

this does not work
clf
 figure(8)
  set (gcf,"visible","off"); 
   plot (1:5,3:7);
  set (gcf (), "visible", "on");

this works!!
clf
 figure(8)
 
   plot (1:5,3:7);
 
Any ideas???


    _______________________________________________________

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]