mathplotlib
Table of Contents
1 plt基本函数
plt.figure() 创建绘图窗口
plt.plot(x, y, color='xx', linewidth=float, linestyle='xx') 导入点集到绘图窗口
plt.show() 顾名思义,show绘图窗口
plt.figure() 创建绘图窗口
plt.plot(x, y, color='xx', linewidth=float, linestyle='xx') 导入点集到绘图窗口
plt.show() 顾名思义,show绘图窗口
Created: 2018-10-03 Wed 17:16