Re: [Matplotlib-users] Positioning the title

2008-05-15 Thread John Hunter
On Thu, May 15, 2008 at 9:31 AM, Jon Choy <[EMAIL PROTECTED]> wrote: > Can someone tell me how to position the title? When I do a multiple > plots, the title ends up in my top plot. I position the plot locations > using the following: > > ax1 =fig.add_axes([0.2, 0.8, 0.65, 0.05], **axprops) > ax2=f

[Matplotlib-users] Positioning the title

2008-05-15 Thread Jon Choy
Can someone tell me how to position the title? When I do a multiple plots, the title ends up in my top plot. I position the plot locations using the following: ax1 =fig.add_axes([0.2, 0.8, 0.65, 0.05], **axprops) ax2=fig.add_axes([0.2,0.75,0.65,0.05],**axprops) No matter where I position these ax