Matplotlib.pyplot.plot 绘图

Matplotlib.pyplot.scatter 散点图绘制 Matplotlib.pyplot 创建图形、在图形中创建创建一个绘图区域、在绘图区域中你那个绘制一些线、在图形中添加标签之类 画二维平面图 x = np.arange(0, 10, 2) y1 = x y2 = x ** 2 plt.
posted @ 2023-05-18 09:18  VipSoft  阅读(144)  评论(0编辑  收藏  举报