mathplotlib

Table of Contents

1 plt基本函数

plt.figure() 创建绘图窗口

plt.plot(x, y, color='xx', linewidth=float, linestyle='xx') 导入点集到绘图窗口

plt.show() 顾名思义,show绘图窗口

2 plt设置坐标轴

3 参考

Author: dctrl

Created: 2018-10-03 Wed 17:16

Validate