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 b996fc7 commit 3fea6b8Copy full SHA for 3fea6b8
1 file changed
lib/matplotlib/tests/test_collections.py
@@ -13,7 +13,7 @@
13
from matplotlib.collections import (Collection, LineCollection,
14
EventCollection, PolyCollection)
15
from matplotlib.testing.decorators import check_figures_equal, image_comparison
16
-from matplotlib.cbook.deprecation import MatplotlibDeprecationWarning
+from matplotlib._api.deprecation import MatplotlibDeprecationWarning
17
18
19
def generate_EventCollection_plot():
0 commit comments