new subplot bug
Ben Abbott
bpabbott at mac.com
Wed Feb 18 06:04:02 CST 2009
I found the problem. My changeset that added the "compatible"
outerposition is responsible. I'll take a look.
Ben
On Feb 17, 2009, at 10:42 PM, John W. Eaton wrote:
> 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
More information about the Octave-maintainers
mailing list