Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/matplotlib/axes/_axes.py
Original file line number Diff line number Diff line change
Expand Up @@ -4418,7 +4418,7 @@ def scatter(self, x, y, s=None, c=None, marker=None, cmap=None, norm=None,
The data positions.

s : float or array-like, shape (n, ), optional
The marker size in points**2.
The marker size in points**2 (typographic points are 1/72 in.).
Default is ``rcParams['lines.markersize'] ** 2``.

c : array-like or list of colors or color, optional
Expand Down