|
18 | 18 | frommatplotlibimportrcParams |
19 | 19 | frommatplotlibimportdocstring,projections |
20 | 20 | frommatplotlibimport__version__as_mpl_version |
21 | | -frommatplotlibimportget_backend |
22 | 21 |
|
23 | 22 | importmatplotlib.artistasmartist |
24 | 23 | frommatplotlib.artistimportArtist,allow_rasterization |
|
32 | 31 | frommatplotlib.gridspecimportGridSpec |
33 | 32 | importmatplotlib.legendasmlegend |
34 | 33 | frommatplotlib.patchesimportRectangle |
35 | | -frommatplotlib.projectionsimportprocess_projection_requirements |
36 | 34 | frommatplotlib.textimportText |
37 | 35 | frommatplotlib.transformsimport (Affine2D,Bbox,BboxTransformTo, |
38 | 36 | TransformedBbox) |
|