Re: [Matplotlib-users] plots into multi-page pdf

2007-03-10 Thread Bill Dandreta
ghostscript can do it gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=123.pdf 1.pdf 2.pdf 3.pdf Bill [EMAIL PROTECTED] wrote: > Hi list, > > I am using matplotlib to create single page plots and the whole process works > fine. However, when I am done, I end up with lots of single page

Re: [Matplotlib-users] plots into multi-page pdf

2007-03-10 Thread Jouni K . Seppänen
[EMAIL PROTECTED] writes: > I am using matplotlib to create single page plots and the whole > process works fine. However, when I am done, I end up with lots of > single page pdf files. Is there a way to get matplotlib to combine > them all into a single PDF file? No, at least not currently. Tool

[Matplotlib-users] plots into multi-page pdf

2007-03-10 Thread kc106_2005-matplotlib
Hi list, I am using matplotlib to create single page plots and the whole process works fine. However, when I am done, I end up with lots of single page pdf files. Is there a way to get matplotlib to combine them all into a single PDF file? I tried using another package PyPDF but ended up wit