Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b17e5d6

Browse files
committed
Deprecate mpl_toolkits.axes_grid
1 parent 69705a7 commit b17e5d6

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

lib/mpl_toolkits/axes_grid/__init__.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,10 @@
88
make_axes_locatable
99
from .axes_grid import Grid, ImageGrid, AxesGrid
1010
#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

Comments
 (0)