octave-maintainers
[Top][All Lists]
Advanced

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

Re: new subplot bug


From: Kai Habel
Subject: Re: new subplot bug
Date: Wed, 18 Feb 2009 07:39:52 +0100
User-agent: Thunderbird 2.0.0.19 (X11/20081227)

John W. Eaton schrieb:
> With the current sources, the following is now only showing the last
> plot.  It should show all three.  Is it just me, or can someone
> duplicate this problem?  Any clues about a fix?  I don't really know
> how subplot is supposed to work now.
>
>   x = -10:0.1:10;
>   for i = 1:3
>     subplot (3, 1, i);
>     plot (x, sin (x));
>   endfor
>
> jwe
>   
I can confirm this with a recent tip.

changeset:   8795:f16aafdd99ca
tag:         tip


Kai


reply via email to

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