python学习之matplotlib.pyplot(plt)
程序员文章站
2022-03-18 20:46:00
...
-
引入模块
import matplotlib.pyplot as plt
- 常用函数
函数名 | 作用 | 参数 | 返回值 |
---|---|---|---|
matplotlib.pyplot.figure() | 创建一个图像 | 返回Figure对象 | |
subplot() | |||
plt.scatter() | 画一个散点图 |