8000
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 3a523d9 commit c2f895cCopy full SHA for c2f895c
lib/matplotlib/cbook/__init__.py
@@ -1312,7 +1312,7 @@ def _check_1d(x):
1312
with warnings.catch_warnings(record=True) as w:
1313
warnings.filterwarnings(
1314
"always",
1315
- category=DeprecationWarning,
+ category=Warning,
1316
message='Support for multi-dimensional indexing')
1317
1318
ndim = x[:, None].ndim
0 commit comments