matplotlib [NumPy] 13. ヒストグラム用のbinsをnp. histogram_bin_edgesで作成する np.histogram_bin_edgesでヒストグラム用のbinsを作成する。作成したbinsでヒストグラムを作成して表示する方法について説明する。 2022.04.01 matplotlibNumPypython
python [SciPy] 16. scipy.signal.detrendでデータのトレンド除去 scipy.signal.detrendでデータの線形もしくは定数トレンドを除去する方法について説明する。 2021.05.13 pythonSciPy
matplotlib [NumPy] 12. ヒストグラムからデータを再構築 np.random.normalで作成した正規分布のデータのヒストグラムを作成して、そのヒストグラムから再度データを作成する方法について説明する。 2021.01.21 matplotlibNumPypython
matplotlib [matplotlib] 93. fill_betweenxにより曲線で囲まれたx方向の範囲を塗りつぶし matplotlibのaxes.Axes.fill_betweenxにより、曲線で囲まれた範囲をx方向に塗りつぶす方法について説明する。 2020.10.28 matplotlibpython