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

Skip to content

Commit b64a0b9

Browse files
committed
DOC: Document verts in scatter
close #6958
1 parent 4f8d25d commit b64a0b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3861,6 +3861,10 @@ def scatter(self, x, y, s=None, c=None, marker=None, cmap=None, norm=None,
38613861
linewidths : scalar or array_like, optional, default: None
38623862
If None, defaults to (lines.linewidth,).
38633863
3864+
verts : sequence of (x, y), optional
3865+
If `marker` is None, these vertices will be used to construct the
3866+
marker.
3867+
38643868
edgecolors : color or sequence of color, optional, default: None
38653869
If None, defaults to 'face'
38663870

0 commit comments

Comments
 (0)