More funky font baselines

Mike,

I’ve found another case of the funk baseline:

import matplotlib.pyplot as plt
plt.title(’$Z_{DR}$ (from ts)’)
plt.show()

I’ve attached an image of what I see. Here’s my matplotlibrc:

backend : GtkAgg
mathtext.fontset : stixsans
mathtext.default : regular
font.size : 10.0
savefig.dpi : 100

Ryan

more_funky_baseline.png

···


Ryan May
Graduate Research Assistant
School of Meteorology
University of Oklahoma
Sent from: Norman Oklahoma United States.

Thanks. I think I have this fixed in SVN again...

Basically what's happening is that Freetype's hinting imposes a vertical scale on the glyph that wasn't being taken into account.

Mike

Ryan May wrote:

···

Mike,

I've found another case of the funk baseline:

import matplotlib.pyplot as plt
plt.title('Z\_\{DR\} (from ts)')
plt.show()

I've attached an image of what I see. Here's my matplotlibrc:

backend : GtkAgg
mathtext.fontset : stixsans
mathtext.default : regular
font.size : 10.0
savefig.dpi : 100

Ryan

--
Ryan May
Graduate Research Assistant
School of Meteorology
University of Oklahoma
Sent from: Norman Oklahoma United States.
------------------------------------------------------------------------

------------------------------------------------------------------------

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
------------------------------------------------------------------------

_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
matplotlib-users List Signup and Options
  
--
Michael Droettboom
Science Software Branch
Operations and Engineering Division
Space Telescope Science Institute
Operated by AURA for NASA

That fixed it for me, thanks.

Ryan

···

On Thu, Mar 19, 2009 at 7:54 AM, Michael Droettboom <mdroe@…86…> wrote:

Thanks. I think I have this fixed in SVN again…

Basically what’s happening is that Freetype’s hinting imposes a vertical scale on the glyph that wasn’t being taken into account.

Mike

Ryan May wrote:

Mike,

I’ve found another case of the funk baseline:

import matplotlib.pyplot as plt

plt.title(‘Z_{DR} (from ts)’)

plt.show()

I’ve attached an image of what I see. Here’s my matplotlibrc:

backend : GtkAgg

mathtext.fontset : stixsans

mathtext.default : regular

font.size : 10.0

savefig.dpi : 100

Ryan

Ryan May

Graduate Research Assistant

School of Meteorology

University of Oklahoma

Sent from: Norman Oklahoma United States.




Apps built with the Adobe(R) Flex(R) framework and Flex Builder™ are

powering Web 2.0 with engaging, cross-platform capabilities. Quickly and

easily build your RIAs with Flex Builder, the Eclipse™based development

software that enables intelligent coding and step-through debugging.

Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com



Matplotlib-users mailing list

Matplotlib-users@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Michael Droettboom

Science Software Branch

Operations and Engineering Division

Space Telescope Science Institute

Operated by AURA for NASA


Ryan May
Graduate Research Assistant
School of Meteorology
University of Oklahoma
Sent from: Norman Oklahoma United States.