ipywidgets [ipywidgets] 37. IntSliderで多項式近似の次数を調整してフィッティング Jupyter WidgetsであるipywidgetsのIntSliderで多項式近似の次数を調整してフィッティングする方法について紹介する。多項式近似にはlmfitのPolynomialModelを使用した。 2022.10.14 ipywidgetsjupyter notebook, labmatplotlibpython
lmfit [lmfit] 25. 減衰高調波発振器モデルによるカーブフィッティング lmfitは非線形最小二乗法を用いてカーブフィットするためのライブラリであり、Scipy.optimize.curve_fitの拡張版に位置する。ここでは、データを減衰高調波発振器モデルによりカーブフィッティングする方法について説明する。 2022.04.12 lmfitmatplotlibpython
matplotlib [NumPy] 13. ヒストグラム用のbinsをnp. histogram_bin_edgesで作成する np.histogram_bin_edgesでヒストグラム用のbinsを作成する。作成したbinsでヒストグラムを作成して表示する方法について説明する。 2022.04.01 matplotlibNumPypython
matplotlib [matplotlib] 1. plotの見た目を変えるスタイルの設定 matplotlibでplotの見た目を変えるスタイルの設定について解説する。 2019.02.07 matplotlibpython
matplotlib 3D [matplotlib 3D] 14. 3Dグラフの回転アニメーション matplotlib mplot3d のグラフの回転アニメーション 2018.10.25 matplotlib 3Dmatplotlib Animationpython