matplotlib.pyplot.plot 绘制点线图
方法常用参数:plt.plot(x, y, 'xxx', label=, linewidth=)
参数1:位置参数,点的横坐标,可迭代对象
参数2:位置参数,点的纵坐标,可迭代对象
plt.plot(x, y, 'xxx', label=, linewidth=)
参数1:位置参数,点的横坐标,可迭代对象
参数2:位置参数,点的纵坐标,可迭代对象