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

Skip to content

Commit 634e72e

Browse files
committed
fixing scatter doc
1 parent 3e2e31e commit 634e72e

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
@@ -3762,9 +3762,9 @@ def scatter(self, x, y, s=None, c=None, marker=None, cmap=None, norm=None,
37623762
verts=None, edgecolors=None,
37633763
**kwargs):
37643764
"""
3765-
Make a scatter plot of `x` vs `y`
3765+
Make a scatter plot of `x` vs `y`.
37663766
3767-
Marker size is scaled by `s` and marker color is mapped to `c`
3767+
Marker size is scaled by `s` and marker color is mapped to `c`.
37683768
37693769
Parameters
37703770
----------

0 commit comments

Comments
 (0)