Re: [Matplotlib-users] MatplotlibDeprecationWarning

2015-11-24 Thread Thomas Caswell
The `get_axes` method ( https://github.com/matplotlib/matplotlib/blob/master/lib/matplotlib/artist.py#L213 ). See http://matplotlib.org/api/api_changes.html#prevent-moving-artists-between-axes-property-ify-artist-axes-deprecate-artist-get-set-axes for documentation. Tom On Tue, Nov 24, 2015 at 1

[Matplotlib-users] MatplotlibDeprecationWarning

2015-11-24 Thread Mads Ipsen
Hi, I get the following warning in some code I wrote for matplotlib-1.2. python2.7/site-packages/matplotlib-1.5.0-py2.7-linux-x86_64.egg/matplotlib/artist.py:221: MatplotlibDeprecationWarning: This has been deprecated in mpl 1.5, please use the axes property. A removal date has not been set.