Re: [Matplotlib-users] Fonts question.

2011-12-14 Thread Benjamin Root
On Wed, Dec 14, 2011 at 6:35 AM, Michael Droettboom wrote: > You'll want to set the rcParam "pdf.fonttype" to 42 to embed the entire > TTF file in the PDF file, allowing for editing text as text. > > Mike > > > Just to be clear, are we talking about how we now save pdf/eps files with individual

Re: [Matplotlib-users] Fonts question.

2011-12-14 Thread Michael Droettboom
You'll want to set the rcParam "pdf.fonttype" to 42 to embed the entire TTF file in the PDF file, allowing for editing text as text. Mike On 12/13/2011 01:23 PM, Hongchun Jin wrote: *Hi folks, * * * *I try to use the PDF backend in my plotting script, when I expect to have a pdf figure. Howev