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

Appearance settings

Commit 2e2cbd0

Browse filesBrowse files
authored
Merge pull request #20541 from scimad/minor-doc-fix
Minor fix
2 parents 188fa05 + ceba24b commit 2e2cbd0
Copy full SHA for 2e2cbd0

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/axes/_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4205,7 +4205,7 @@ def _parse_scatter_color_args(c, edgecolors, kwargs, xsize,
42054205
mcolors.to_rgba_array(kwcolor)
42064206
except ValueError as err:
42074207
raise ValueError(
4208-
"'color' kwarg must be an color or sequence of color "
4208+
"'color' kwarg must be a color or sequence of color "
42094209
"specs. For a sequence of values to be color-mapped, use "
42104210
"the 'c' argument instead.") from err
42114211
if edgecolors is None:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.