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

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

[Octave-bug-tracker] [bug #42063] Gnuplot-compatible command does not wo


From: Michael Godfrey
Subject: [Octave-bug-tracker] [bug #42063] Gnuplot-compatible command does not work with FLTK
Date: Mon, 07 Apr 2014 10:11:29 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:28.0) Gecko/20100101 Firefox/28.0

Follow-up Comment #1, bug #42063 (project octave):

Confirmed in current devel system.

for i=1:5
   h(i) = subplot(5,1,i);
   plot(rand(1,20));
   set(h(i), 'box','off');
end
works.  So, it appears at least that fltk
does not handle the vector case correctly.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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