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

Skip to content

Commit e6e1e56

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/matplotlib/axes/_axes.py

Lines 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)