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.
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
---
Hi,
Is there any way to store the data of the plot into a ps or eps file ?
sometimes I don't want to store both the data file and eps plot, but
worried if someday later I need the specific numbers.
Do I have to manipulate the ps file ? I know it's ascii, but is it
dangerous ?
Thanks.
Ling