Re: [Matplotlib-users] {axesgrid} - How to change fontsize on multiple labels?

2009-07-10 Thread Gökhan SEVER
On Thu, Jul 9, 2009 at 11:08 PM, Jae-Joon Lee lee.j.j...@gmail.com wrote: On Thu, Jul 9, 2009 at 12:40 AM, Gökhan SEVERgokhanse...@gmail.com 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

Re: [Matplotlib-users] {axesgrid} - How to change fontsize on multiple labels?

2009-07-10 Thread Michael Droettboom
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:

Re: [Matplotlib-users] {axesgrid} - How to change fontsize on multiple labels?

2009-07-10 Thread Gökhan SEVER
On Fri, Jul 10, 2009 at 10:15 AM, Michael Droettboom md...@stsci.eduwrote: 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

Re: [Matplotlib-users] {axesgrid} - How to change fontsize on multiple labels?

2009-07-09 Thread Jae-Joon Lee
On Thu, Jul 9, 2009 at 12:40 AM, Gökhan SEVERgokhanse...@gmail.com 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(rDMT CCN Concentration [ #/$cm^3$]) but as it is

[Matplotlib-users] {axesgrid} - How to change fontsize on multiple labels?

2009-07-08 Thread Gökhan SEVER
Hello, I am using axes_grid toolkit to create multiple axes. The labels' colors are nicely being updated, however size or fontsize has no effect on the resulting figure :( Are they functional, or is it something wrong with my implementation? Oh also I couldn't make the grids switched on my

Re: [Matplotlib-users] {axesgrid} - How to change fontsize on multiple labels?

2009-07-08 Thread Jae-Joon Lee
axes_grid toolkit uses slightly customized version of axes and different kind of artists are used to draw ticks and ticklabels, and some of the commands from original mpl do not work. But not changing fontsize and not showing up gridlines are things that should be fixed (I'll work on these in a

Re: [Matplotlib-users] {axesgrid} - How to change fontsize on multiple labels?

2009-07-08 Thread Gökhan SEVER
On Wed, Jul 8, 2009 at 9:47 PM, Jae-Joon Lee lee.j.j...@gmail.com wrote: axes_grid toolkit uses slightly customized version of axes and different kind of artists are used to draw ticks and ticklabels, and some of the commands from original mpl do not work. But not changing fontsize and not