Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 613b5aa

Browse files
committed
drop the adjective named
1 parent f2fc436 commit 613b5aa

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
@@ -3879,13 +3879,13 @@ def scatter(self, x, y, s=None, c=None, marker=None, cmap=None, norm=None,
38793879
raise ValueError("'color' kwarg must be an mpl color"
38803880
" spec or sequence of color specs.\n"
38813881
"For a sequence of values to be color-mapped,"
3882-
" use the 'c' named argument instead.")
3882+
" use the 'c' argument instead.")
38833883
if edgecolors is None:
38843884
edgecolors = co
38853885
if facecolors is None:
38863886
facecolors = co
38873887
if c is not None:
3888-
raise ValueError("Supply a 'c' named argument or a 'color'"
3888+
raise ValueError("Supply a 'c' argument or a 'color'"
38893889
" kwarg but not both; they differ but"
38903890
" their functionalities overlap.")
38913891
if c is None:

0 commit comments

Comments
 (0)