Re: [matplotlib-devel] getp broken

2009-09-17 Thread Eric Firing
Jouni K. Seppänen wrote: > I just happened to type getp(gca()) on matplotlib 0.99.0, and the output > looks all garbled: Fixed in r7780 (branch) and 7781 (trunk). Eric > getp(gca()) > /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/matplotlib/axes.py:1269: >

[matplotlib-devel] getp broken

2009-08-14 Thread Jouni K . Seppänen
I just happened to type getp(gca()) on matplotlib 0.99.0, and the output looks all garbled: >>> getp(gca()) /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/matplotlib/axes.py:1269: DeprecationWarning: use ax.patch instead warnings.warn('use ax.patch instead', Depre