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 a76ac4a

Browse filesBrowse files
committed
Fix documentation of edgecolors precedence
1 parent 03c293b commit a76ac4a
Copy full SHA for a76ac4a

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
@@ -4093,8 +4093,8 @@ def _parse_scatter_color_args(c, edgecolors, kwargs, xsize,
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.