8000 Merge pull request #8548 from choldgraf/fix_scatter_doc · matplotlib/matplotlib@81a7739 · GitHub
[go: up one dir, main page]

Skip to content

Commit 81a7739

Browse files
authored
Merge pull request #8548 from choldgraf/fix_scatter_doc
DOC: add periods to scatter so they render properly
2 parents 69ef954 + 634e72e commit 81a7739

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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