Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading