Re: [Matplotlib-users] matplotlib subplot is slow

2011-05-05 Thread Benjamin Root
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

[Matplotlib-users] matplotlib subplot is slow

2011-04-08 Thread Eddie Schlafly
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