[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: |
Tue, 23 Dec 2014 10:18:48 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:34.0) Gecko/20100101 Firefox/34.0 |
Follow-up Comment #11, bug #41128 (project octave):
I've just discovered that this:
close all; M=5; N=1; for n=1:N*M;subplot(M,N,n); plot(1:100); *pause;* end
works fine. I have to press enter after each subplot, but at the end all
subplots are there and there is no error at the octave prompt. If I remove the
pause command I briefly see the 5 subplots, then the 4 first subplots
disappear and I get the "line 0: function to plot expected" error. Maybe a
race condition, IDK.
Anyway, that's a different bug. I'm happy to see we'll have a fix for for the
FLTK backend soon.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?41128>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/