example:
matplotlib.pyplot.scatter(x, y, s=None, c=None, marker=None,
cmap=None, norm=None, vmin=None, vmax=None,
alpha=None, linewidths=None,
verts=<deprecated parameter>,
edgecolors=None,
\*, plotnonfinite=False, data=None, \*\*kwargs)
I know that *
is used when you are passing a list, and **
is used for a dictionary. I don't get the use of \
.