On Wed, Mar 19, 2008 at 7:43 AM, Mark Bakker <[EMAIL PROTECTED]> wrote:
> I have confirmed that it is a bug in (at least the windows version) of mpl
> 0.91.2.
> When saving eps files, and using mathtext, the cm fonts don't get saved, and
> the
> greek symbols (and others I presume) don't show up in the eps file.
>
> This works in mpl 0.90.1, where the eps file does store the fonts.
> %%BeginFont: Cmmi10
>
> When running the same problem with 0.91.2, the fonts are not stored.
> Either using ps.fonttype 3 or 42.
>
> Anybody who can fix this?

My guess is that you are picking up an rc file where useafm is set to
True.  Michael suggested checking this rc setting but I did not see
any response on this on list.  Have you checked it?  In the script
that is causing you trouble, print out the value

import matplotlib

print 'afm setting', matplotlib.rcParams['ps.useafm']

If this is True, then you need to find your matplotlibrc file and set
it to False.

I can't imagine a windows vs other platform issue that could cause
this since we do not use only matplotlib tools in our font conversion
pipeline

JDH

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to