Darren Dale wrote:
> On Friday 26 September 2008 18:49:25 Gideon Simpson wrote:
>> Is there anything akin to this MATLAB script:
>>
>> http://www.mathworks.com/company/newsletters/digest/june00/export/
>>
>> available for mpl?  or some simple set of commands that will
>> accomplish the same task?
> 
> matplotlib produces publication quality output, and I think you can reproduce 
> all the features of this script by simply modifying your rc parameters. Your 
> on-screen results should look like your eps output, most importantly you need 
> to set your figure.dpi according to your display size. Aside from that, have 
> a 
> look at the default matplotlibrc file for the many options you can customize.

Good answer, but there may be one exception.  The Matlab function 
description indicates that it can produce eps files with the cmyk color 
space, which is indeed something that publishers tend to want, and 
something that we don't do.  Whether Matlab does it well, and whether 
with some reasonable modification to the mpl ps backend we could do at 
least as well, I don't know.

Eric

> 
> Darren

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to