|
From: Gökhan S. <gok...@gm...> - 2009-07-10 15:04:57
|
On Thu, Jul 9, 2009 at 11:08 PM, Jae-Joon Lee <lee...@gm...> wrote: > On Thu, Jul 9, 2009 at 12:40 AM, Gökhan SEVER<gok...@gm...> > wrote: > > 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. > > My guess is that this is the default behavior of tex rendering, but i > may be wrong. > If you want bigger mathtext, I think you need to use tex command, but > again, i'm not sure and I hope someone else answer this. > > -JJ > I am studying the example given here: http://www.scipy.org/Wiki/Cookbook/Matplotlib/UsingTex and changing the related parameters in my matplotlibrc file. However still couldn't find the right combination to make the texts and math symbols look similar. Any suggestion? -- Gökhan |