Hi,
I am using matplotlib with python to generate a bunch of charts. I use
IDLE, have numpy version 1.0, and pylab version 2.5 with TkAgg if that is
relavant. My
code works fine for a single iteration, which creates and saves 4
different charts. The trouble is that when I try to run it for the
Glad I'm not the only one...
well, I did some more investigation. I get that slowdown too, and it
seems potentially related. the slowdown is happening in the call
im.resize(int(widthDisplay+0.5), int(heightDisplay+0.5),
norm=self._filternorm, radius=self._filterrad)