|
From: John H. <jdh...@ac...> - 2006-09-28 14:05:23
|
>>>>> "Christian" == Christian Meesters <mee...@un...> writes:
Christian> Hi, I'd like to write a paper with figures in eps
Christian> format. Since the paper is for one of Elseviers
Christian> journals the eps-figures have to meet the following
Christian> requirements: - all colors have to be in the rgb color
Christian> space - this seems to be true for the files I generate.
Christian> - it should include a 8bit preview/header at a
Christian> resolution of 72dpi - no idea how to generate this -
Christian> allowed fonts are: Arial, Courier, Helvetica, Times,
Christian> Symbol - this is something I can set in the rc file,
Christian> although I have no idea what is true in latex rendered
Christian> parts
Christian> Can somebody tell me please, whether matplotlib indeed
Christian> creates colors in the rgb color space and answer the
Christian> other two questions, too? Would be really great ...
Yes, it does use the RGB colorspace, but we would like to support
other colorspaces too.
As for the fonts, yes, you can control this with rc.
As for the preview header, I suspect there arte 3rd part tools that
can do this (ImageMagick?). We should be able to do it ourself with
agg, but it would require someone to dig in and figure out the spec.
JDH
|