Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69705a7 commit b17e5d6Copy full SHA for b17e5d6
1 file changed
lib/mpl_toolkits/axes_grid/__init__.py
@@ -8,3 +8,10 @@
8
make_axes_locatable
9
from .axes_grid import Grid, ImageGrid, AxesGrid
10
#from axes_divider import make_axes_locatable
11
+from matplotlib.cbook import warn_deprecated
12
+warn_deprecated(since='2.1',
13
+ name='mpl_toolkits.axes_grid',
14
+ alternative='mpl_toolkits.axes_grid1 and'
15
+ ' mpl_toolkits.axisartist provies the same'
16
+ ' functionality',
17
+ obj_type='module')
0 commit comments