resolution of an eps file
- by yCalleecharan
Hi, I'm using Gunplot to create a figure in the metapost format, after which I'm converting to eps via the command line:
mpost --sprologues=3 -soutputtemplate=\"%j-%c.eps\" myfigu.mp
to get myfigu-0.eps.
I would like to know the resolution of such an eps file. How do I proceed? Is the eps thus created has a fixed resolution?
Thanks a lot