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

Appearance settings

Commit e6e1e56

Browse filesBrowse files
committed
DOC better wording for plot vs scatter
1 parent 88737e2 commit e6e1e56
Copy full SHA for e6e1e56

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎lib/matplotlib/axes/_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3897,8 +3897,8 @@ def scatter(self, x, y, s=None, c=None, marker=None, cmap=None, norm=None,
38973897
Notes
38983898
-----
38993899
3900-
* When attempting to plot a scatter plots where markers don't vary in
3901-
size and color, the `plot` function will be faster.
3900+
* The `plot` function will be faster for scatterplots where markers
3901+
don't vary in size or color.
39023902
39033903
* Any or all of `x`, `y`, `s`, and `c` may be masked arrays, in which
39043904
case all masks will be combined and only unmasked points will be

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.