Neal Becker <[EMAIL PROTECTED]> writes:

> To produce a batch of pdfs, I'm using:
[...]
> Works, but causes my display to flash, I think each time either close() or
> figure() is called (not sure which).  Any better way?

To avoid opening a window at all, use a non-interactive backend by
putting something like the following at the start of your script,
_before_ importing anything else:

import matplotlib
matplotlib.use('pdf')

-- 
Jouni K. Seppänen
http://www.iki.fi/jks


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to