Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b17e5d6

Browse filesBrowse files
committed
Deprecate mpl_toolkits.axes_grid
1 parent 69705a7 commit b17e5d6
Copy full SHA for b17e5d6

File tree

Expand file treeCollapse file tree

1 file changed

+7
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-0
lines changed

‎lib/mpl_toolkits/axes_grid/__init__.py

Copy file name to clipboardExpand all lines: lib/mpl_toolkits/axes_grid/__init__.py
+7Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.