>>>>> "Christian" == Christian Meesters <[EMAIL PROTECTED]> 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

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to