Skip to content

Commit 4a4950b

Browse files
authored
Merge pull request matplotlib#24072 from meeseeksmachine/auto-backport-of-pr-24069-on-v3.6.x
Backport PR matplotlib#24069 on branch v3.6.x (Clarification of marker size in scatter)
2 parents 290315a + 9ab4b50 commit 4a4950b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4402,7 +4402,7 @@ def scatter(self, x, y, s=None, c=None, marker=None, cmap=None, norm=None,
44024402
The data positions.
44034403
44044404
s : float or array-like, shape (n, ), optional
4405-
The marker size in points**2.
4405+
The marker size in points**2 (typographic points are 1/72 in.).
44064406
Default is ``rcParams['lines.markersize'] ** 2``.
44074407
44084408
c : array-like or list of colors or color, optional

0 commit comments

Comments
 (0)