11import matplotlib .artist as martist
22
33import datetime
4- from collections .abc import Callable , Iterable , Iterator , Sequence , MutableSequence
5- from matplotlib import cbook , offsetbox
4+ from collections .abc import Callable , Iterable , Iterator , Sequence
5+ from matplotlib import cbook
66from matplotlib .artist import Artist
77from matplotlib .axis import XAxis , YAxis , Tick
88from matplotlib .backend_bases import RendererBase , MouseButton , MouseEvent
9- from matplotlib .cbook import index_of
109from matplotlib .container import Container
1110from matplotlib .collections import Collection
1211from matplotlib .cm import ScalarMappable
@@ -20,8 +19,7 @@ from matplotlib.scale import ScaleBase
2019from matplotlib .spines import Spines
2120from matplotlib .table import Table
2221from matplotlib .text import Text
23- from matplotlib .rcsetup import cycler , validate_axisbelow
24- from matplotlib .transforms import Transform , BboxBase , Bbox
22+ from matplotlib .transforms import Transform , Bbox
2523
2624from cycler import Cycler
2725
0 commit comments