octave-maintainers
[Top][All Lists]
Advanced

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

Re: fltk erases subplots


From: Andreas Weber
Subject: Re: fltk erases subplots
Date: Tue, 16 Dec 2014 15:05:59 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.2.0

Am 16.12.2014 um 14:56 schrieb Juan Pablo Carbajal:
> FLTK has a weird behavior with subplots.
> First it resizes them on the fly, but if that is disregarded as
> "style" the following behavior is definitely a bug.
> 
> order=[4 8 12 11 16 15 14 10 13 9 5 6 1 2 3 7];
> for i=1:length(order);
>   subplot(4,4,order(i));
>   plot(randn(10,1));
>   text(0,0,num2str(i));
>   axis off;
>   pause;
> endfor
> 
> If you ran that script you see that axes numbered 7 and 8 are plotted
> but then erased when axes numbered 9 and 10 are created.

I think its this bug report: https://savannah.gnu.org/bugs/?41128
and/or this: https://savannah.gnu.org/bugs/index.php?42033

-- Andy



reply via email to

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