aplpy / aplpy

Astronomical Plotting Library in Python
http://aplpy.github.com
Other
171 stars 82 forks source link

mplDeprecation error. #460

Open rmajidul opened 3 years ago

rmajidul commented 3 years ago

In [1]: import aplpy /home/majidul/soft/anaconda2/lib/python2.7/site-packages/matplotlib/cbook/deprecation.py:107: MatplotlibDeprecationWarning: The mpl_toolkits.axes_grid module was deprecated in version 2.1. Use mpl_toolkits.axes_grid1 and mpl_toolkits.axisartist provies the same functionality instead. warnings.warn(message, mplDeprecation, stacklevel=1)