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 like:
>>> subplot(313); plot(...);

Cheers,
Alex
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to