摘要: 前言 Matplotlib 是 Python 中最受欢迎的数据可视化软件包之一,支持跨平台运行,它是 Python 常用的 2D 绘图库,同时它也提供了一部分 3D 绘图接口。Matplotlib 通常与 NumPy、Pandas 一起使用,是数据分析中不可或缺的重要工具之一。Matplotlib 阅读全文
posted @ 2022-05-12 13:53 IllidanStormrage 阅读(598) 评论(0) 推荐(0)
摘要: matplotlib.pyplot.hist matplotlib.pyplot.hist(x, bins=None, range=None, density=False, weights=None, cumulative=False, bottom=None, histtype='bar', al 阅读全文
posted @ 2022-05-12 11:39 IllidanStormrage 阅读(530) 评论(0) 推荐(0)