From a42d0eda5649da865361e88ad18776909f981e9d Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Fri, 13 Dec 2024 21:45:13 -0500 Subject: [PATCH] Backport PR #29242: DOC: Add kwdoc list to scatter() docstring --- 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 b9df5af948f4..679499a4eab3 100644 --- a/lib/matplotlib/axes/_axes.py +++ b/lib/matplotlib/axes/_axes.py @@ -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 -------- 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