hi again!

did you look into the eps file, do you see that the font is included, eg. i
have something like that in my eps files (still in the header section):
%!PS-Adobe-3.0 Resource-Font
%%Title: cmmi10
%%Copyright: Copyright (C) 1994, Basil K. Malyshev. All Rights
Reserved.012BaKoMa Fonts Collection, Level-B.
%%Creator: Converted from TrueType by PPR

did you try saving the file as pdf? does this work? check the file
properties (file menu -> properties) and the fonts included in the file.

that would at least show that the font is at least included, or not....

good luck! bernhard

ps: if pdf works, it would be easy to convert to eps...


On Mon, Mar 17, 2008 at 5:50 PM, Mark Bakker <[EMAIL PROTECTED]> wrote:

> Hello Bernhard and others -
>
> I tried all the options, but nothing works.
>
> Whenever I type a greek symbol in mathtext and save the figure as eps, the
> greek symbols don't show up. Confirmed on several windows machines. Python
> 2.4. mpl 0.91.2. (but it worked fine under 0.90.1). Does anybody else have
> this problem?
>
> It is starting to look like a bug. Thanks, Mark
>
>
> On Fri, Mar 14, 2008 at 5:06 PM, Bernhard Voigt <[EMAIL PROTECTED]>
> wrote:
>
> > what are the values of pdf and ps fonttype in your rc file?
> >
> > try using this:
> > ps.fonttype       : 3         # Output Type 3 (Type3) or Type 42
> > (TrueType)
> > pdf.fonttype       : 3         # Output Type 3 (Type3) or Type 42
> > (TrueType)
> >
> > this includes the missing symbols into the ps/pdf file, if you choose
> > type 42 the complete font will be inserted in the resulting file.
> >
> > in addition check the mathtext.fontset setting, try using stix or cm:
> > mathtext.fontset: cm
> >
> > best wishes, bernhard
> >
> >
> >
> > On Fri, Mar 14, 2008 at 2:15 PM, Mark Bakker <[EMAIL PROTECTED]> wrote:
> >
> > > Hello -
> > >
> > > I am trying this again.  I recently upgraded to 0.91.2, and export of
> > > mathtext to eps files seems broken (at least with the default matplotlibrc
> > > file).
> > >
> > > Figure looks great on the screen (interactive mode). Exporting to png
> > > still works fine.
> > >
> > > But writing to eps file, the greek symbols (I tried \theta and
> > > \lambda) don't show up at all, while the latin symbols (a,b,c,etc) look 
> > > very
> > > ugly (different font than used to). Any suggestions? Anybody seenig the 
> > > same
> > > behavior?
> > >
> > > Thanks, Mark
> > >
> > >
> > >
> > >
> > >
> > >
> > > -------------------------------------------------------------------------
> > > 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
> > >
> > >
> >
>
-------------------------------------------------------------------------
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