Maybe look into pgf. It's slow, but looks good.
http://matplotlib.org/users/pgf.html
--
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete
for re
Hi All,
rc('text', usetex=False)
plot(arange(1,50))
title(' Boo Whoo')
xlabel('$t\ [m^2s^{-1}]$')
Works OK, except the x label is typeset in a different font than the rest due
to the latex
rc('text', usetex=False)
rc('text.latex',preamble="\usepackage{cmbright}")
plot(arange(1,50))
title(' Bo