octave-maintainers
[Top][All Lists]
Advanced

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

Re: new subplot bug


From: Ben Abbott
Subject: Re: new subplot bug
Date: Wed, 18 Feb 2009 07:04:02 -0500

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



reply via email to

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