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 830ffe1

Browse filesBrowse files
dstansbyMeeseeksDev[bot]
authored andcommitted
Backport PR #12360: Replace axes_grid by axes_grid1 in test
1 parent faae77e commit 830ffe1
Copy full SHA for 830ffe1

File tree

Expand file treeCollapse file tree

2 files changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+4
-4
lines changed

‎lib/mpl_toolkits/axes_grid/__init__.py

Copy file name to clipboardExpand all lines: lib/mpl_toolkits/axes_grid/__init__.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
warn_deprecated(since='2.1',
88
name='mpl_toolkits.axes_grid',
99
alternative='mpl_toolkits.axes_grid1 and'
10-
' mpl_toolkits.axisartist provies the same'
11-
' functionality',
10+
' mpl_toolkits.axisartist, which provide'
11+
' the same functionality',
1212
obj_type='module')

‎lib/mpl_toolkits/tests/test_axisartist_grid_helper_curvelinear.py

Copy file name to clipboardExpand all lines: lib/mpl_toolkits/tests/test_axisartist_grid_helper_curvelinear.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
from matplotlib.transforms import Affine2D, Transform
88
from matplotlib.testing.decorators import image_comparison
99

10-
from mpl_toolkits.axes_grid.parasite_axes import ParasiteAxesAuxTrans, \
11-
SubplotHost
10+
from mpl_toolkits.axes_grid1.parasite_axes import ParasiteAxesAuxTrans
11+
from mpl_toolkits.axisartist import SubplotHost
1212
from mpl_toolkits.axes_grid1.parasite_axes import host_subplot_class_factory
1313
from mpl_toolkits.axisartist import angle_helper
1414
from mpl_toolkits.axisartist.axislines import Axes

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.