Re: [Matplotlib-users] adding a subplot

2011-06-28 Thread Alex Flint
I'm using 0.99.3, which is from the ubuntu maverick repos. This comes up mostly when I'm drawing plots interactively from ipython. Cheers, Alex On Tue, Jun 28, 2011 at 10:44 AM, Benjamin Root wrote: > > > On Mon, Jun 27, 2011 at 5:09 PM, Alex Flint wrote: > >> Hi there, >> >> I'm wondering

Re: [Matplotlib-users] adding a subplot

2011-06-28 Thread Benjamin Root
On Mon, Jun 27, 2011 at 5:09 PM, Alex Flint wrote: > Hi there, > > I'm wondering whether there is an easy way to append an additional subplot > to an existing figure without losing the subplots already drawn. > > Currently if I do something like > >>> subplot(211); plot(...); subplot(212); plot(.

[Matplotlib-users] adding a subplot

2011-06-27 Thread Alex Flint
Hi there, I'm wondering whether there is an easy way to append an additional subplot to an existing figure without losing the subplots already drawn. Currently if I do something like >>> subplot(211); plot(...); subplot(212); plot(...); Then I get inconsistent drawing results if I try something