Re: [matplotlib-devel] STIX fonts

2007-07-11 Thread John Hunter
On 7/11/07, Darren Dale <[EMAIL PROTECTED]> wrote: > I thought they were going to include both serifs and sans-serifs, but I might > be wrong. I'm on the list to receive the beta package when it is available, > which could be any day now. Definitely within 6 months, heh JDH

Re: [matplotlib-devel] STIX fonts

2007-07-11 Thread Darren Dale
On Wednesday 11 July 2007 05:50:19 pm Eric Firing wrote: > Mike, John, > > I sent an inquiry to stixfonts based on > http://www.stixfonts.org/swdev_geninfo.html#; I will let you know if > they come back with anything. It does look like a genuine release is in > sight. But are these fonts all base

[matplotlib-devel] STIX fonts

2007-07-11 Thread Eric Firing
Mike, John, I sent an inquiry to stixfonts based on http://www.stixfonts.org/swdev_geninfo.html#; I will let you know if they come back with anything. It does look like a genuine release is in sight. But are these fonts all based on Roman style, with serifs, correct? That seems unfortunate;

[matplotlib-devel] contourf masking bug

2007-07-11 Thread Eric Firing
Mike, The attached file masked_interior.py illustrates masking failure in a very simple case; you can see masking working in the plot on the left, where a contour intersects the masked region, but when that contour level is removed the masked region is getting filled in. The file contourf_de

Re: [matplotlib-devel] TTF subsetting in PDF

2007-07-11 Thread Jouni K . Seppänen
Michael Droettboom <[EMAIL PROTECTED]> writes: > This approach is reported to work on "Macintosh, Unix, and Windows", > but I've only tested on Linux and OS-X. Please let me know if it > solves your issue. It solves my problem on OS X. Thanks! -- Jouni K. Seppänen http://www.iki.fi/jks --

Re: [matplotlib-devel] TTF subsetting in PDF

2007-07-11 Thread Michael Droettboom
Michael Droettboom wrote: > Jouni K. Seppänen wrote: > >> "John Hunter" <[EMAIL PROTECTED]> writes: >> >> >> >>> On 7/10/07, Michael Droettboom <[EMAIL PROTECTED]> wrote: >>> >>> >> I'm seeing a bug on OS X, whose file system is by default >> case-preserving but not case-sens

Re: [matplotlib-devel] Embedded fonts in SVG

2007-07-11 Thread Michael Droettboom
I've tested this approach with Firefox 2.0 and rsvg 2.16. The text alignment is actually much better since the text layout is fully under the control of matplotlib. This has been checked into SVN, and can be used by setting the rcparam "svg.embed_char_paths" to True. The following are my usua