And here's the image I promised.

On Wed, Feb 25, 2009 at 3:13 PM, Ryan May <rma...@gmail.com> wrote:

> Hi,
>
> When I combine mathtext with the stixsans fonts while mathtext.default is
> set to 'regular', horizontal text is not vertically aligned properly, like
> the baseline is moving.  I've attached an image of what I see when I run the
> following code.  It should be noted that I don't see anything like this on
> the vertical axis, and it all goes away if I stop using mathtext.
>
> import matplotlib.pyplot as plt
> from matplotlib import rcParams
> rcParams['font.size'] = 12.0
> rcParams['mathtext.default'] = 'regular'
> rcParams['mathtext.fontset'] = 'stixsans'
>
> fig = plt.figure()
>
> plt.xlabel('ItLooksToMeLikeTheBaselineMoves $(g m^{-3})$')
> plt.ylabel('ItLooksToMeLikeTheBaselineMoves $(db km^{-1})$')
> plt.show()
>
>
> Thoughts? Am I doing something bad?  Can anyone else reproduce this?
>
> Ryan
>
> --
> Ryan May
> Graduate Research Assistant
> School of Meteorology
> University of Oklahoma
> Sent from: Norman Oklahoma United States.




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

<<attachment: weird_font.png>>

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to