Re: [Matplotlib-users] savefig very slow

2011-06-15 Thread Michael Droettboom
Can you provide a standalone script that reproduces the problem? How many points are you plotting? Cheers, Mike On 06/15/2011 06:09 AM, Francesco Benincasa wrote: > Hi all, > I've noticed that savefig is very slow when I draw wind (using "quiver" and > "quiverkey" commands). > > If I don't draw

[Matplotlib-users] savefig very slow

2011-06-15 Thread Francesco Benincasa
Hi all, I've noticed that savefig is very slow when I draw wind (using "quiver" and "quiverkey" commands). If I don't draw winds is very fast (2 seconds against 13 seconds). Is possible to make the program faster? Any idea? I use the 'Agg' backend and the latest version of matplotlib. Thank you