From 058a2c9d847ba5aba0e7b0625ffcf4b0f691b759 Mon Sep 17 00:00:00 2001 From: slackline Date: Sun, 2 Oct 2022 08:55:04 +0100 Subject: [PATCH] Clarification of marker size in scatter --- lib/matplotlib/axes/_axes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/matplotlib/axes/_axes.py b/lib/matplotlib/axes/_axes.py index 7acfb23cf366..64ee4a512236 100644 --- a/lib/matplotlib/axes/_axes.py +++ b/lib/matplotlib/axes/_axes.py @@ -4418,7 +4418,7 @@ def scatter(self, x, y, s=None, c=None, marker=None, cmap=None, norm=None, The data positions. s : float or array-like, shape (n, ), optional - The marker size in points**2. + The marker size in points**2 (typographic points are 1/72 in.). Default is ``rcParams['lines.markersize'] ** 2``. c : array-like or list of colors or color, optional