n, bins = np.histogram(列表或 np.array对象, 50, normed=True) n = n * np.diff(bins) ax.hist(函数内容)
matplotlib 直方图 使绘制的概率为 1
原文:https://www.cnblogs.com/hany-postq473111315/p/15306120.html