matplotlib でヒストグラムを描く

本ページでは、Python のグラフ作成パッケージ Matplotlib を用いてヒストグラム (Histogram) を描く方法について紹介します。 matplotlib.pyplot.hist の概要 matplot …