We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fdee4e commit 60be729Copy full SHA for 60be729
src/mslice/plotting/pyplot.py
@@ -75,7 +75,8 @@
75
from matplotlib.artist import Artist
76
from matplotlib.axes import Axes
77
from matplotlib.axes import Subplot # noqa: F401
78
-from matplotlib.backends import BackendFilter, backend_registry
+from matplotlib.backends import backend_registry
79
+from matplotlib.backends.registry import BackendFilter
80
from matplotlib.projections import PolarAxes
81
from matplotlib import mlab # for detrend_none, window_hanning
82
from matplotlib.scale import get_scale_names # noqa: F401
0 commit comments