n, bins = np.histogram(列表或 np.array对象, 50, normed=True)

n = n * np.diff(bins)

ax.hist(函数内容)


 


如果觉得文章不错,可以分享给其他人哟~