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 6dcc881

Browse filesBrowse files
committed
Remove old matplotlib.externals imports.
I guess nothing tests axis artist?
1 parent 1ef7c13 commit 6dcc881
Copy full SHA for 6dcc881

File tree

Expand file treeCollapse file tree

4 files changed

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

4 files changed

+0
-8
lines changed

‎lib/mpl_toolkits/axisartist/axes_divider.py

Copy file name to clipboardExpand all lines: lib/mpl_toolkits/axisartist/axes_divider.py
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
from __future__ import (absolute_import, division, print_function,
22
unicode_literals)
33

4-
from matplotlib.externals import six
5-
64
from mpl_toolkits.axes_grid1.axes_divider import Divider, AxesLocator, SubplotDivider, \
75
AxesDivider, locatable_axes_factory, make_axes_locatable
86

‎lib/mpl_toolkits/axisartist/axes_grid.py

Copy file name to clipboardExpand all lines: lib/mpl_toolkits/axisartist/axes_grid.py
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
from __future__ import (absolute_import, division, print_function,
22
unicode_literals)
33

4-
from matplotlib.externals import six
5-
64
import mpl_toolkits.axes_grid1.axes_grid as axes_grid_orig
75
from .axes_divider import LocatableAxes
86

‎lib/mpl_toolkits/axisartist/axes_rgb.py

Copy file name to clipboardExpand all lines: lib/mpl_toolkits/axisartist/axes_rgb.py
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
from __future__ import (absolute_import, division, print_function,
22
unicode_literals)
33

4-
from matplotlib.externals import six
5-
64
#from mpl_toolkits.axes_grid1.axes_rgb import *
75
from mpl_toolkits.axes_grid1.axes_rgb import make_rgb_axes, imshow_rgb, RGBAxesBase
86

‎lib/mpl_toolkits/axisartist/parasite_axes.py

Copy file name to clipboardExpand all lines: lib/mpl_toolkits/axisartist/parasite_axes.py
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
from __future__ import (absolute_import, division, print_function,
22
unicode_literals)
33

4-
from matplotlib.externals import six
5-
64
from mpl_toolkits.axes_grid1.parasite_axes import \
75
subplot_class_factory, \
86
parasite_axes_class_factory, parasite_axes_auxtrans_class_factory, \

0 commit comments

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