Skip to content

Commit

Permalink
Backport PR matplotlib#29242: DOC: Add kwdoc list to scatter() docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
QuLogic authored and meeseeksmachine committed Dec 14, 2024
1 parent 1900640 commit a42d0ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions doc/missing-references.json
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.hexbin:218",
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.pcolor:187",
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.quiver:256",
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.scatter:174",
"lib/matplotlib/collections.py:docstring of matplotlib.artist.AsteriskPolygonCollection.set:45",
"lib/matplotlib/collections.py:docstring of matplotlib.artist.CircleCollection.set:45",
"lib/matplotlib/collections.py:docstring of matplotlib.artist.FillBetweenPolyCollection.set:46",
Expand All @@ -316,6 +317,7 @@
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.hexbin:218",
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.pcolor:187",
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.quiver:256",
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.scatter:174",
"lib/matplotlib/quiver.py:docstring of matplotlib.artist.Barbs.set:46",
"lib/matplotlib/quiver.py:docstring of matplotlib.artist.Quiver.set:46",
"lib/matplotlib/quiver.py:docstring of matplotlib.quiver.Barbs:213",
Expand Down
3 changes: 2 additions & 1 deletion lib/matplotlib/axes/_axes.py
Original file line number Diff line number Diff line change
Expand Up @@ -4855,7 +4855,8 @@ def scatter(self, x, y, s=None, c=None, marker=None, cmap=None, norm=None,
----------------
data : indexable object, optional
DATA_PARAMETER_PLACEHOLDER
**kwargs : `~matplotlib.collections.Collection` properties
**kwargs : `~matplotlib.collections.PathCollection` properties
%(PathCollection:kwdoc)s
See Also
--------
Expand Down

0 comments on commit a42d0ed

Please sign in to comment.