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(' Boo Whoo')
xlabel('$t\ [m^2s^{-1}]$')

Looks pretty good, though I prefer the default fonts, but it takes a long time 
for all the rendering.  

Is there a better solution to the first case that makes the fonts look more 
consistent?  

Thanks,   Jody

--
Jody Klymak    
http://web.uvic.ca/~jklymak/





------------------------------------------------------------------------------
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to