Daniel Soto <danielrs...@gmail.com> writes: > are there any other options or backends that might help?
One thing that might be worth trying if this is a real problem for you -- but it will require some programming -- is to make use of the start_rasterizing and stop_rasterizing methods of MixedModeRenderer. You would have to create your own artist class or modify one of the existing artists to call start_rasterizing before the expensive part and stop_rasterizing afterwards, so that the expensive part becomes a bitmap image in the pdf file. I think quad meshes used to do this, but I don't see any calls to start_rasterizing in the current code. Perhaps there was some difficulty with this approach. -- Jouni K. Seppänen http://www.iki.fi/jks ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users