Hi Matplotlib users,

I have an application which produces PNG files using the AGG backend.
When I profile the application I can see that much of the cpu time is
spent in the method write_png called by print_figure in backend_agg.py.

Does anyone know which backend is the best for producing fast good
quality PNG files (with fast being as important as good quality)?

In another thread I read that antialiasing could be disabled for better
performance. I tried doing that in each call to contourf and it resulted
in a performance improvement. Does anyone have other performance tips
with regard to PNG files?

Cheers,
Jesper


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to