[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:

[Matplotlib-users] Polar graph radial labels

2012-01-15 Thread Luke Jennings
Hello I sent this email just after Christmas and would appreciate it if anyone has any suggestions. I am unsure if I have missed a parameter or should I file a bug? Thanks Luke -- Forwarded message -- From: Luke Jennings ubuntujenk...@googlemail.com Date: Mon, Dec 26, 2011 at

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:

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