File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
warn_deprecated (since = '2.1' ,
8
8
name = 'mpl_toolkits.axes_grid' ,
9
9
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' ,
12
12
obj_type = 'module' )
Original file line number Diff line number Diff line change 7
7
from matplotlib .transforms import Affine2D , Transform
8
8
from matplotlib .testing .decorators import image_comparison
9
9
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
12
12
from mpl_toolkits .axes_grid1 .parasite_axes import host_subplot_class_factory
13
13
from mpl_toolkits .axisartist import angle_helper
14
14
from mpl_toolkits .axisartist .axislines import Axes
You can’t perform that action at this time.
0 commit comments