10000 Merge pull request #18104 from meeseeksmachine/auto-backport-of-pr-18… · matplotlib/matplotlib@5d166a5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5d166a5

Browse files
authored
Merge pull request #18104 from meeseeksmachine/auto-backport-of-pr-18101-on-v3.3.x
Backport PR #18101 on branch v3.3.x (FIX: catch all multi-dim warnings pandas)
2 parents 3a523d9 + c2f895c commit 5d166a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/cbook/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1312,7 +1312,7 @@ def _check_1d(x):
13121312
with warnings.catch_warnings(record=True) as w:
13131313
warnings.filterwarnings(
13141314
"always",
1315-
category=DeprecationWarning,
1315+
category=Warning,
13161316
message='Support for multi-dimensional indexing')
13171317

13181318
ndim = x[:, None].ndim

0 commit comments

Comments
 (0)
0