|
From: Michael D. <md...@st...> - 2009-07-10 15:15:47
|
Gökhan SEVER wrote: > Your suggested work-arounds worked like a charming. See my before and > after plots at the given links: > > http://img34.imageshack.us/img34/3899/dccnplot1.png > http://img27.imageshack.us/img27/6274/dccnplot2.png > > I have one tiny question left working on these figures; that is: how > to make mathtext font and a regular label font at the same size? > > For instance: > > host.set_ylabel(r"DMT CCN Concentration [ #/$cm^3$]") > > but as it is seen from the figure they look a bit weird. > It will be impossible to get these two fonts appearing as the same size, but you can make the math rendering use the same font as the rest of the text by setting "mathtext.default" to "regular" (assuming "text.usetex" is False). Mike -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA |