Re: [Matplotlib-users] Insert PDF/EPS in figure

2012-01-15 Thread Alan G Isaac
On 1/15/2012 12:42 PM, Eric Firing wrote: > Importing from pdf or eps would be > very difficult. Few applications even attempt it. That said, PostScript drawing on top of an EPS is naturally quite possible. See e.g. PyX for a pure Python approach. http://pyx.sourceforge.net/manual/epsfile.html

Re: [Matplotlib-users] Insert PDF/EPS in figure

2012-01-15 Thread Eric Firing
On 01/15/2012 01:00 AM, Per Nielsen wrote: > Hi all > > I am trying to include vector graphics in the form of either PDF or EPS > in a matplotlib figure. At first I thought it would be straight forward, > but all my googling have been in vain so far. > > Eventually I found this post: > > http://www

[Matplotlib-users] Insert PDF/EPS in figure

2012-01-15 Thread Per Nielsen
Hi all I am trying to include vector graphics in the form of either PDF or EPS in a matplotlib figure. At first I thought it would be straight forward, but all my googling have been in vain so far. Eventually I found this post: http://www.mailinglistarchive.com/html/matplotlib-users@lists.source