Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d99b2e9

Browse files
authored
Merge pull request #24069 from slackline/main
Clarification of marker size in scatter
2 parents fd5cf5c + 058a2c9 commit d99b2e9

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
@@ -4418,7 +4418,7 @@ def scatter(self, x, y, s=None, c=None, marker=None, cmap=None, norm=None,
44184418
The data positions.
44194419
44204420
s : float or array-like, shape (n, ), optional
4421-
The marker size in points**2.
4421+
The marker size in points**2 (typographic points are 1/72 in.).
44224422
Default is ``rcParams['lines.markersize'] ** 2``.
44234423
44244424
c : array-like or list of colors or color, optional

0 commit comments

Comments
 (0)