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

Skip to content

Commit 1edf2b3

Browse files
author
Salil Vanvari
committed
Removed accidental commit
1 parent 46ca9b3 commit 1edf2b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3796,7 +3796,7 @@ def dopatch(xs, ys, **kwargs):
37963796
def scatter(self, x, y, s=None, c=None, marker=None, cmap=None, norm=None,
37973797
vmin=None, vmax=None, alpha=None, linewidths=None,
37983798
verts=None, edgecolors=None,
3799-
**kx`wargs):
3799+
**kxwargs):
38003800
"""
38013801
Make a scatter plot of `x` vs `y`
38023802

0 commit comments

Comments
 (0)