Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd99b2e9

Browse files
authored
Merge pull request#24069 from slackline/main
Clarification of marker size in scatter
2 parentsfd5cf5c +058a2c9 commitd99b2e9

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)

[8]ページ先頭

©2009-2025 Movatter.jp