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

Commit9ab4b50

Browse files
oscargusmeeseeksmachine
authored andcommitted
Backport PRmatplotlib#24069: Clarification of marker size in scatter
1 parent147b5d4 commit9ab4b50

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)

[8]ページ先頭

©2009-2025 Movatter.jp