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 ab36eaa

Browse filesBrowse files
authored
Merge pull request #18791 from BH4/scatter_edgecolor_precedence_documentation
Fix documentation of edgecolors precedence for scatter()
2 parents e89114e + 5fbbc00 commit ab36eaa
Copy full SHA for ab36eaa

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+2
-2
lines changed

‎lib/matplotlib/axes/_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4086,15 +4086,15 @@ def _parse_scatter_color_args(c, edgecolors, kwargs, xsize,
40864086
Argument precedence for facecolors:
40874087
40884088
- c (if not None)
4089-
- kwargs['facecolors']
40904089
- kwargs['facecolor']
4090+
- kwargs['facecolors']
40914091
- kwargs['color'] (==kwcolor)
40924092
- 'b' if in classic mode else the result of ``get_next_color_func()``
40934093
40944094
Argument precedence for edgecolors:
40954095
4096-
- edgecolors (is an explicit kw argument in scatter())
40974096
- kwargs['edgecolor']
4097+
- edgecolors (is an explicit kw argument in scatter())
40984098
- kwargs['color'] (==kwcolor)
40994099
- 'face' if not in classic mode else None
41004100

0 commit comments

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