matplotlib Animation [matplotlib animation] 21. 3Dグラフで斜方投射 (Projectile motion) matplotlib FuncAnimationによる斜方投射のアニメーション 2019.01.02 matplotlib Animationpython
python [SciPy] 2. ガウス分布によるカーブフィッティング SciPyのcurve_fitによりガウシアンフィッティングをデータに適用する方法について解説する。 2019.01.02 pythonSciPy
matplotlib Animation [matplotlib animation] 20. ベイズ更新(the bayes update) matplotlib FuncAnimationによるベイズ更新のアニメーション 2019.01.01 matplotlib Animationpython
NumPy [NumPy] 10. グラフ上のランダムデータそれぞれの最近傍点を結ぶ np.arrayのブロードキャストにより各点の2乗距離を求め、np.argsortを使って最近傍点を見出す方法について説明する。 2018.12.31 NumPypython
matplotlib Animation [matplotlib animation] 17. スーパー楕円(Superellipse) matplotlib FuncAnimationによるスーパー楕円のアニメーションについて説明する。 2018.12.25 matplotlib Animationpython
NumPy [NumPy] 9. ファンシーインデックス 整数配列をインデックスとして用いることで配列の要素を自由に取り出すことのできるファンシーインデックスの使い方について説明する。 2018.12.20 NumPypython
matplotlib Animation [matplotlib animation] 16. subplot()で複数のグラフのアニメーション(epicycloid) matplotlib FuncAnimationによる複数の外サイクロイドのアニメーション 2018.12.20 matplotlib Animationpython
matplotlib Animation [matplotlib animation] 15. 内サイクロイド(hypocycloid) matplotlib FuncAnimationによる内サイクロイドのアニメーション 2018.12.19 matplotlib Animationpython