Re: [Matplotlib-users] x and y labels that span multiple axes

2012-03-09 Thread Jeffrey Blackburne
On Mar 9, 2012, at 1:05 PM, Jonathan Slavin wrote: > Hi all, > > I'm plotting a set of subplots (2 x 3) and I'd like to label the x > and y > axes with one title each (i.e. spanning the axes) since the units > of all > the x axes and y axes are the same. I know that I can use fig.text to > d

[Matplotlib-users] x and y labels that span multiple axes

2012-03-09 Thread Jonathan Slavin
Hi all, I'm plotting a set of subplots (2 x 3) and I'd like to label the x and y axes with one title each (i.e. spanning the axes) since the units of all the x axes and y axes are the same. I know that I can use fig.text to do it, though that would require some fiddling on my part to get the plac