matplotlib.pyplot.scatter# matplotlib.pyplot.scatter(x, y, s=None, c=None, marker=None, cmap=None, norm=None, vmin=None, vmax=None, alpha=None, linewidths=None, *, edgecolors=None, plotnonfinite=False, data=None, **kwargs)[source]# A scatter plot of y vs. x with varying marker size and/or color. Parameters: x, yfloat or array-like, shape (n, )The data positions. sfloat or array-like, shape (n, ),