一.简单介绍Matplotlib 1.Matplotlib是一个强大的Python绘图和数据可视化的工具包 2.安装方法:pip install matplotlib 3.引用方法:import matplotlib.pyplot as plt 4.绘图函数:plt.plot() 5.显示图像:plt.show() 二.Matplotlib:plot函数 1.plot函数:绘制折线图 线型linestyle(-,-.,--,..) 点型marker(v,^,s,*,H,+,x,D,o,…) 颜色…