This is starting to get off topic from matplotlib, but it is relevant to
creating good EPS figures...

When using ImageMagick to transform from to an EPS, your results will be
much improved by using the parameter "-density 288".  This increases the
resolution (and thus results in a much bigger file).  I find this is
adequate for producing publication quality plots.

> > Quick warning about ImageMagick and EPS files (and any other
> > vector-based graphics format)...
> > 
> > ImageMagick is a raster-based system.  When it loads a vector-based
> > graphic, it implicitly rasterizes it, performs the requested
> > operations, and then outputs the file format.  So, even if you
> > output the result as a EPS file, you would have lost all
> > vector-based info (like text and lines).  The result looks horrible.



------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to