Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8a7666d

Browse files
dstansbytimhoffm
authored andcommitted
Remove deprecation warnings in tests (#12686)
1 parent9e8be5b commit8a7666d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎lib/matplotlib/axes/_axes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
importcollections
1+
importcollections.abc
22
importfunctools
33
importitertools
44
importlogging
@@ -4187,7 +4187,7 @@ def scatter(self, x, y, s=None, c=None, marker=None, cmap=None, norm=None,
41874187
if (c_noneor
41884188
coisnotNoneor
41894189
isinstance(c,str)or
4190-
(isinstance(c,collections.Iterable)and
4190+
(isinstance(c,collections.abc.Iterable)and
41914191
isinstance(c[0],str))):
41924192
c_array=None
41934193
else:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp