class Histogram
ヒストグラム用の W&B クラス。
このオブジェクトは、numpy の histogram 関数 https://docs.scipy.org/doc/numpy/reference/generated/numpy.histogram.html とまったく同じように動作します。
属性:
bins([float]): ビンの境界histogram([int]): 各ビンに含まれる要素数。
Histogrambins ([float]): ビンの境界histogram ([int]): 各ビンに含まれる要素数。Histogram.__init__