
Python中plt.hist参数用法详解
5星
- 浏览量: 0
- 大小:None
- 文件类型:None
简介:
本文详细解析了在Python的matplotlib库中使用plt.hist函数绘制直方图时各个参数的具体应用方法和技巧。
matplotlib.pyplot.hist(x, bins=10, range=None, normed=False, weights=None, cumulative=False, bottom=None, histtype=bar, align=mid, orientation=vertical, rwidth=None, log=False, color=None, label=None, stacked=False, hold=None, **kwargs)
x : (n,) array or sequence of (n,)
全部评论 (0)
还没有任何评论哟~


