I just tried 1.1.1rc to see if it fixed the tight_layout for figtext.
I have a semilogy plot, and add some lines of text on the bottom (and top):
plt.figtext (0, 0, res['carriers'].values, horizontalalignment='left',
verticalalignment='bottom', size=5)
plt.figtext (0.5, 1, self.pageno, horizontalalignment='left',
verticalalignment='top', size='x-small')
##plt.tight_layout(pad=1.0)
plt.tight_layout()
The text on the bottom is overprinting the x axis - the same as happened with
the previous release.
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Matplotlib-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel