[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

[Matplotlib-users] signal ylabel being truncated

2008-05-14 Thread Jon Choy
I maybe asking a dumb question, forgive me I'm a novice. I try to add a ylabel and the left portion of the signal name is cut off when it is plotted. I can't seem to find the option for displaying the whole signal. Or do I need to resize the plotting window? Jon -