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
[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
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
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
"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