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

Skip to content

Commit 6dcc881

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

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

lib/mpl_toolkits/axisartist/axes_divider.py

Lines 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

Lines 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

Lines 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

Lines 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)