Re: [Matplotlib-users] twiny and title

2013-01-22 Thread Jonathan Slavin
Hi Paul, This doesn't solve my problem since the whole point was to have two separate x axes with different scales, etc. One thing that I found that does help is to use the suptitle() method of figure. This at least puts the title at the top of the figure and I can then fiddle with the top offse

Re: [Matplotlib-users] twiny and title

2013-01-22 Thread Paul Hobson
On Tue, Jan 22, 2013 at 12:22 PM, Jonathan Slavin wrote: > Hi, > > I'm having some trouble with using twiny and a title on the plot. The > title is writing over the axis label -- and even the tick labels. I've > tried tight_layout() but it doesn't seem to help. I could use fig.text > instead of