On 05/25/2010 10:21 AM, Michael Droettboom wrote: > There isn't a way to embed Type 1 fonts, but you can force matplotlib to > use the core 14 Postscript fonts only by setting the rcParam "ps.useafm" > to True.
Or for the pdf backend, rcParams['pdf.use14corefonts'] = True and refrain from using any mathtext formatting. Eric > > Mike > > On 05/25/2010 04:10 PM, David Reichert wrote: >> Hi, >> >> I'm writing a conference paper and I "must" use only type 1 fonts. It >> seems >> like matplotlib is using type 3. How can I use type 1 instead? >> >> Thanks, >> >> David >> >> >> The University of Edinburgh is a charitable body, registered in >> Scotland, with registration number SC005336. >> >> >> >> ------------------------------------------------------------------------------ >> >> >> >> >> _______________________________________________ >> Matplotlib-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/matplotlib-users >> > > > -- > Michael Droettboom > Science Software Branch > Space Telescope Science Institute > Baltimore, Maryland, USA > > > > ------------------------------------------------------------------------------ > > > > > _______________________________________________ > Matplotlib-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/matplotlib-users ------------------------------------------------------------------------------ _______________________________________________ Matplotlib-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/matplotlib-users
