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

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

[Octave-bug-tracker] [bug #41128] In fltk backend, subplot(M, N, n) does


From: Rik
Subject: [Octave-bug-tracker] [bug #41128] In fltk backend, subplot(M, N, n) does not work in condition 4<M.
Date: Mon, 22 Dec 2014 17:14:48 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:34.0) Gecko/20100101 Firefox/34.0

Follow-up Comment #10, bug #41128 (project octave):

In discussions on the Octave Maintainers list, Pantxo is going to take a look
at the subplot function in January.  Apparently code that used to make this
work with FLTK was accidentally removed.

In the mean time, however, I can use gnuplot without trouble on your example
of


close all; M=5; N=1; for n=1:N*M;subplot(M,N,n); plot(1:100); end 


I tried this with Octave 3.8.2 and also the development version.  The gnuplot
version was 4.6.2.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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