Skip to content

Commit ced69df

Browse files
committed
Add back mentioning sequence of color
1 parent c7543ff commit ced69df

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/matplotlib/axes/_axes.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -4247,12 +4247,13 @@ def scatter(self, x, y, s=None, c=None, marker=None, cmap=None, norm=None,
42474247
is 'face'. You may want to change this as well.
42484248
If *None*, defaults to rcParams ``lines.linewidth``.
42494249
4250-
edgecolors : {'face', 'none', *None*} or color, optional
4250+
edgecolors : {'face', 'none', *None*} or color or sequence of color,
4251+
optional.
42514252
The edge color of the marker. Possible values:
42524253
42534254
- 'face': The edge color will always be the same as the face color.
42544255
- 'none': No patch boundary will be drawn.
4255-
- A matplotib color.
4256+
- A matplotib color or sequence of color.
42564257
42574258
Defaults to ``None``, in which case it takes the value of
42584259
:rc:`scatter.edgecolors` = 'face'.

0 commit comments

Comments
 (0)