Re: [Matplotlib-users] X and Y label position in axes_grid1.AxesGrid/ImageGrid

2011-01-25 Thread Jae-Joon Lee
On Tue, Jan 25, 2011 at 10:43 AM, Russell Hewett wrote: > Though, the top and right side are technically on the outside too.  Perhaps > that should be an available or the default setting?  Perhaps the top row > should default to labeling on the top, the right column default to labeling > on the ri

Re: [Matplotlib-users] X and Y label position in axes_grid1.AxesGrid/ImageGrid

2011-01-24 Thread Russell Hewett
This is indeed correct. Somehow I missed this. Setting label_mode = 'all' gets the behavior I wanted. Though, the top and right side are technically on the outside too. Perhaps that should be an available or the default setting? Perhaps the top row should default to labeling on the top, the ri

Re: [Matplotlib-users] X and Y label position in axes_grid1.AxesGrid/ImageGrid

2011-01-24 Thread Benjamin Root
On Monday, January 24, 2011, Russell Hewett wrote: > Worked great, thanks! > > -r > > On Mon, Jan 24, 2011 at 2:32 PM, Paul Ivanov wrote: > > Russell Hewett, on 2011-01-24 13:56,  wrote: >> Hi All, >> >> I can't get the x label on the top row of an ImageGrid to display if there >> is more than on

Re: [Matplotlib-users] X and Y label position in axes_grid1.AxesGrid/ImageGrid

2011-01-24 Thread Russell Hewett
Worked great, thanks! -r On Mon, Jan 24, 2011 at 2:32 PM, Paul Ivanov wrote: > Russell Hewett, on 2011-01-24 13:56, wrote: > > Hi All, > > > > I can't get the x label on the top row of an ImageGrid to display if > there > > is more than one row in the grid. I suspect that something is being >

Re: [Matplotlib-users] X and Y label position in axes_grid1.AxesGrid/ImageGrid

2011-01-24 Thread Paul Ivanov
Russell Hewett, on 2011-01-24 13:56, wrote: > Hi All, > > I can't get the x label on the top row of an ImageGrid to display if there > is more than one row in the grid. I suspect that something is being clipped > somewhere, but have no idea what to do to fix it. (Note, this also happens > on th

[Matplotlib-users] X and Y label position in axes_grid1.AxesGrid/ImageGrid

2011-01-24 Thread Russell Hewett
Hi All, I can't get the x label on the top row of an ImageGrid to display if there is more than one row in the grid. I suspect that something is being clipped somewhere, but have no idea what to do to fix it. (Note, this also happens on the right edge of a ride-sided y axis label.) I have inclu