Jouni K. Seppänen <[email protected]> writes: > Or perhaps the user-visible object doesn't need to be the same PdfFile > that is used internally
I ended up doing this, calling the object PdfPages. I also gave it a savefig method so you can do pdfpages.savefig(figure) in addition to figure.savefig(pdfpages, format='pdf'). -- Jouni K. Seppänen http://www.iki.fi/jks ------------------------------------------------------------------------------ _______________________________________________ Matplotlib-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
