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

Skip to content

Commit a76ac4a

Browse files
committed
Fix documentation of edgecolors precedence
1 parent 03c293b commit a76ac4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines 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)