Call matplotlib.pyplot.scatter(x, y, s) to plot the points given by lists x and y with point area given by list s . x_values = [1, 2, 3, 4].
確定! 回上一頁