ttboom
To: matplotlib-users@lists.sourceforge.net
Sent: Thursday, January 17, 2013 1:08 PM
Subject: Re: [Matplotlib-users] mathtext and fonts under Windows 8
Christoph,
The patch you attach looks like it might be helpful to us. I'll
investigate further.
Mike
On 01/17/2013 12:10 PM, Christoph Go
packaged fonts that it uses for this purpose,
>>> like Computer Modern and STIX.
>>> I'll try to hunt this down further, and let you know if I find anything.
>>> Best,
>>> Chad
>>>
>>> *From:* Michael Droettboom
>>> *To:* matplot
; instead there are some packaged fonts that it uses for this purpose,
>> like Computer Modern and STIX.
>> I'll try to hunt this down further, and let you know if I find anything.
>> Best,
>> Chad
>>
>> *From:* Michael Droettboom
>> *To:* matplotlib-us
unt this down further, and let you know if I find anything.
Best,
Chad
*From:* Michael Droettboom
*To:* matplotlib-users@lists.sourceforge.net
*Sent:* Thursday, January 10, 2013 7:35 AM
*Subject:* Re: [Matplotlib-users] mathtext and fonts under Windows 8
Since this is specific to Windows 8, I wonder
>
>
> But the thing that bothers me about this error is that it only occurs if I
> try to mix mathtext and non-matplotlib font. So matplotlib finds Arial
> just fine. And it finds the mathtext font fine. Only the mixture is
> fatal. It's as if the parser loses track of the Arial font, or it loo
, like Computer
Modern and STIX.
I'll try to hunt this down further, and let you know if I find anything.
Best,
Chad
From: Michael Droettboom
To: matplotlib-users@lists.sourceforge.net
Sent: Thursday, January 10, 2013 7:35 AM
Subject: Re: [Matplotli
For what it's worth, I checked this out on my Windows 8 machine and
didn't have any problems.
On Thu, Jan 10, 2013 at 8:35 AM, Michael Droettboom wrote:
> Since this is specific to Windows 8, I wonder if the Arial font has been
> updated in that version. If it's a newer OTF font, rather than a T
Since this is specific to Windows 8, I wonder if the Arial font has been
updated in that version. If it's a newer OTF font, rather than a TTF
font, it's possible matplotlib can't read it correctly.
You can see what font file is on each platform by starting up a Python
prompt and doing:
>>
Sounds like it might have something to do with your Latex installation (if
any) or the barebones Latex-rendering done by MPL alone. Namely, they
simply don't have the characters for mathematical Arial available.
Not too sure though. Hopefully someone more knowledgeable responds.
-paul
On Tue, Ja