|
From: Chris B. <cbe...@cf...> - 2013-08-23 01:32:30
|
Thanks for these tips. It looks like some programs (like illustrator, and pdf2ps) are semi-smart about handling transparency when converting to ps. Both have their quirks (illustrator seems to mess up the bounding box, pdf2ps makes the text look worse/fuzzy). Is this the recommended/best strategy? Thanks, chris On Thu, Aug 22, 2013 at 8:04 PM, Jerzy Karczmarczuk < jer...@un...> wrote: > Chris Beaumont : > > > > I have a semitransparent plot that I rather like: > ... > > I'd like to publish something like this in a journal which requires > > EPS figures. Unfortunately, EPS doesn't support transparency. > > > > How hard would it be to coax matplotlib (or another tool) to convert > > this semi-transparent figure into a non-semitransparent figure that > > looks the same? > > I won't claim that this is an ultimate solution, but what I did a few > times was to > 1. Choose the svg backend, savefig the picture as svg. > 2. Open in Inkscape and export as .eps. > > The result was satisfactory. > > Jerzy Karczmarczuk > > > > ------------------------------------------------------------------------------ > Introducing Performance Central, a new site from SourceForge and > AppDynamics. Performance Central is your source for news, insights, > analysis and resources for efficient Application Performance Management. > Visit us today! > http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > |