On Thu, Mar 31, 2011 at 7:42 PM, Eddie Schlafly wrote:
> Hi all,
>
> I was surprised today to notice that "subplot" was the slowest part of some
> plotting code of mine.
>
> On my machine, the last line of the following code puts ten subplots on a
> figure and records the amount of time it took t
Hi all,
I was surprised today to notice that "subplot" was the slowest part of some
plotting code of mine.
On my machine, the last line of the following code puts ten subplots on a
figure and records the amount of time it took to make them:
>>> import matplotlib>>> matplotlib.use('AGG')>>> impor