Re: [Matplotlib-users] mathtext and fonts under Windows 8

2013-01-17 Thread CAB
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

Re: [Matplotlib-users] mathtext and fonts under Windows 8

2013-01-17 Thread Michael Droettboom
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

Re: [Matplotlib-users] mathtext and fonts under Windows 8

2013-01-17 Thread Christoph Gohlke
; 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

Re: [Matplotlib-users] mathtext and fonts under Windows 8

2013-01-17 Thread Michael Droettboom
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

Re: [Matplotlib-users] mathtext and fonts under Windows 8

2013-01-17 Thread Daniel Hyams
> > > 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

Re: [Matplotlib-users] mathtext and fonts under Windows 8

2013-01-16 Thread CAB
, 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

Re: [Matplotlib-users] mathtext and fonts under Windows 8

2013-01-12 Thread Daniel Hyams
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

Re: [Matplotlib-users] mathtext and fonts under Windows 8

2013-01-10 Thread Michael Droettboom
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: >>

Re: [Matplotlib-users] mathtext and fonts under Windows 8

2013-01-09 Thread Paul Hobson
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