8000 Backport PR #24069: Clarification of marker size in scatter · matplotlib/matplotlib@9ab4b50 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9ab4b50

Browse files
oscargusmeeseeksmachine
authored andcommitted
Backport PR #24069: Clarification of marker size in scatter
1 parent 147b5d4 commit 9ab4b50

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)
0