From 48133d7bba7a91945195e94ee7f449d9567cc488 Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Fri, 6 Dec 2024 12:45:17 +0100 Subject: [PATCH] DOC: Add kwdoc list to scatter() docstring Closes #29101. --- doc/missing-references.json | 2 ++ lib/matplotlib/axes/_axes.py | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/missing-references.json b/doc/missing-references.json index 61662066f639..1a816d19f7cd 100644 --- a/doc/missing-references.json +++ b/doc/missing-references.json @@ -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", @@ -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", diff --git a/lib/matplotlib/axes/_axes.py b/lib/matplotlib/axes/_axes.py index da4d693c6bd0..f03de3236c8d 100644 --- a/lib/matplotlib/axes/_axes.py +++ b/lib/matplotlib/axes/_axes.py @@ -4850,7 +4850,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 -------- pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy