numpy.histogram()函数将输入数组和作为两个参数。 bin数组中的连续元素用作每个bin的边界。
numpy.histogram()
bin
Matplotlib 可以将直方图的数字表示转换为图形。 pyplot子模块的plt()函数将包含数据和数组的数组作为参数,并转换为直方图。
pyplot
plt()