Re: [Matplotlib-users] combine eps files into a ps file ?

2007-09-12 Thread Manuel Metz
On a Linux box: psmerge -ooutfile.ps figure1.eps figure2.eps Anyway, I guess you need an external tool to do this ... Manuel Lingyun Yang wrote: Hi, I am using matplotlib to visualize my data, but the data sometimes have several sets. Can I plot each set as usual to a EPS file, and

Re: [Matplotlib-users] combine eps files into a ps file ?

2007-09-12 Thread Martin Bures
I recently asked a question along the same lines... MATLAB has a command, print, and it allows you to output a figure to a file, such as a .ps file and it has a switch '-append' so that you can append multiple plots to the same file. Is there a switch for the pylab command, 'savefig' to do the

Re: [Matplotlib-users] combine eps files into a ps file ?

2007-09-12 Thread Jouni K . Seppänen
Martin Bures [EMAIL PROTECTED] writes: MATLAB has a command, print, and it allows you to output a figure to a file, such as a .ps file and it has a switch '-append' so that you can append multiple plots to the same file. Is there a switch for the pylab command, 'savefig' to do the same

Re: [Matplotlib-users] combine eps files into a ps file ?

2007-09-12 Thread Lingyun Yang
On 9/12/07, Jouni K. Seppänen [EMAIL PROTECTED] wrote: Martin Bures [EMAIL PROTECTED] writes: MATLAB has a command, print, and it allows you to output a figure to a file, such as a .ps file and it has a switch '-append' so that you can append multiple plots to the same file. Is there

[Matplotlib-users] combine eps files into a ps file ?

2007-09-11 Thread Lingyun Yang
Hi, I am using matplotlib to visualize my data, but the data sometimes have several sets. Can I plot each set as usual to a EPS file, and combine these EPS file into a single ps file, each page of this ps file is only one EPS file I got before. Thanks. Lingyun