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: Francisco Vázquez
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 08:23:28 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:34.0) Gecko/20100101 Firefox/34.0

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

So, is there *any* way to plot more than 4 rows right now (well, for the last
several months actually)? Falling back to gnuplot doesn't work either:

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

results in:

multiplot> 
               ^
           line 0: function to plot expected

and only the last subplot is drawn.

    _______________________________________________________

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]