摘要: Matplotlib 是 python 的绘图库。 以下内容主要介绍 Matplotlib 的子库 pyplot。pyplot 是常用的2D绘图模块,包含一系列绘图相关函数。 plot()函数 plot() 函数可以用来绘制点和线。 import matplotlib.pyplot as plt ' 阅读全文
posted @ 2023-01-21 01:34 hzyuan 阅读(176) 评论(0) 推荐(0)