1
1
import matplotlib .artist as martist
2
2
3
3
import 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
6
6
from matplotlib .artist import Artist
7
7
from matplotlib .axis import XAxis , YAxis , Tick
8
8
from matplotlib .backend_bases import RendererBase , MouseButton , MouseEvent
9
- from matplotlib .cbook import index_of
10
9
from matplotlib .container import Container
11
10
from matplotlib .collections import Collection
12
11
from matplotlib .cm import ScalarMappable
@@ -20,8 +19,7 @@ from matplotlib.scale import ScaleBase
20
19
from matplotlib .spines import Spines
21
20
from matplotlib .table import Table
22
21
from 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
25
23
26
24
from cycler import Cycler
27
25
0 commit comments