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
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(.
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