Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Closed
Milestone
Description
This results in a un-fixable warning
In [2]:importmatplotlib.pyplotaspltIn [3]:fig,ax=plt.subplots()In [4]:ax.properties()/Users/tom.augspurger/Envs/dev/lib/python3.4/site-packages/matplotlib-1.5.0rc1+0.gab00a04.dirty-py3.4-macosx-10.10-x86_64.egg/matplotlib/artist.py:221:MatplotlibDeprecationWarning:Thishasbeendeprecatedinmpl1.5,pleaseusetheaxesproperty.Aremovaldatehasnotbeenset.warnings.warn(_get_axes_msg,mplDeprecation,stacklevel=1)
The root cause is a call toax.get_axes()
.
This is on the RC by the way, and probably is from#4686