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

Re: [Matplotlib-users] trouble with rcParams

2007-03-10 Thread Jouni K . Seppänen
Jeff Peery <[EMAIL PROTECTED]> writes: > I am having some confusion about how best to set my plot settings. > Should I use rcParams, or carry around my own class object holding > plot() and scatter() settings? IMHO modifying rcParams is not a good way to use the object-oriented interface. It can

Re: [Matplotlib-users] errorbar() makes a LOT of lines

2007-03-10 Thread Jouni K . Seppänen
"Jack Sankey" <[EMAIL PROTECTED]> writes: > The problem is when I do errobar() I get not only the data lines, but > also a bunch of small lines for drawing the error bars, and it's very > difficult to sort them all out to get at the data of the plot. One possibility could be to change the return