Skip to content

Commit 93df3be

Browse files
committed
DOC: Add kwdoc list to scatter() docstring
Closes matplotlib#29101.
1 parent 9d1a393 commit 93df3be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4850,7 +4850,8 @@ def scatter(self, x, y, s=None, c=None, marker=None, cmap=None, norm=None,
48504850
----------------
48514851
data : indexable object, optional
48524852
DATA_PARAMETER_PLACEHOLDER
4853-
**kwargs : `~matplotlib.collections.Collection` properties
4853+
**kwargs : `~matplotlib.collections.PathCollection` properties
4854+
%(PathCollection:kwdoc)s
48544855
48554856
See Also
48564857
--------

0 commit comments

Comments
 (0)