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

Cleanup some toolkit six imports #9237

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 26, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Remove old matplotlib.externals imports.
I guess nothing tests axis artist?
  • Loading branch information
QuLogic committed Sep 26, 2017
commit 6dcc881dc50fc5616f555b3d399bd900521fbad5
2 changes: 0 additions & 2 deletions 2 lib/mpl_toolkits/axisartist/axes_divider.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
from __future__ import (absolute_import, division, print_function,
unicode_literals)

from matplotlib.externals import six

from mpl_toolkits.axes_grid1.axes_divider import Divider, AxesLocator, SubplotDivider, \
AxesDivider, locatable_axes_factory, make_axes_locatable

Expand Down
2 changes: 0 additions & 2 deletions 2 lib/mpl_toolkits/axisartist/axes_grid.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
from __future__ import (absolute_import, division, print_function,
unicode_literals)

from matplotlib.externals import six

import mpl_toolkits.axes_grid1.axes_grid as axes_grid_orig
from .axes_divider import LocatableAxes

Expand Down
2 changes: 0 additions & 2 deletions 2 lib/mpl_toolkits/axisartist/axes_rgb.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
from __future__ import (absolute_import, division, print_function,
unicode_literals)

from matplotlib.externals import six

#from mpl_toolkits.axes_grid1.axes_rgb import *
from mpl_toolkits.axes_grid1.axes_rgb import make_rgb_axes, imshow_rgb, RGBAxesBase

Expand Down
2 changes: 0 additions & 2 deletions 2 lib/mpl_toolkits/axisartist/parasite_axes.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
from __future__ import (absolute_import, division, print_function,
unicode_literals)

from matplotlib.externals import six

from mpl_toolkits.axes_grid1.parasite_axes import \
subplot_class_factory, \
parasite_axes_class_factory, parasite_axes_auxtrans_class_factory, \
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.