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

Skip to content

Commit 5fbbc00

Browse files
committed
Documentation: facecolor has priority over facecolors
1 parent a76ac4a commit 5fbbc00

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
@@ -4086,8 +4086,8 @@ 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

0 commit comments

Comments
 (0)