|
From: Gökhan S. <gok...@gm...> - 2009-07-10 15:19:32
|
On Fri, Jul 10, 2009 at 10:15 AM, Michael Droettboom <md...@st...>wrote: > 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 > > Thanks Mike. This was what I been looking for. Now the unit and the actual text label looks much nicer. Is this information available somewhere on the documentation? If not I may add... -- Gökhan |