舒适小伙

文章
5
资源
0
加入时间
2年10月24天

Python数据处理之matplotlib基础入门

Matplotlib 是 Python 的绘图库,主要用于数据的图形化。直接通过pip安装Matplotlib pip install matplotlib Matplotlib 折线图 基础#折线图from matplotlib import pyplot as pltimport matplotlib# 支持中文plt.rcParams['font.sans-serif'] = ['SimHei'] # 用来正常显示中文标签plt.rcParams['axes.unicode_m