numpy

matplotlib Animation

[matplotlib animation] 21. 3Dグラフで斜方投射 (Projectile motion)

matplotlib FuncAnimationによる斜方投射のアニメーション
python

[SciPy] 2. ガウス分布によるカーブフィッティング

SciPyのcurve_fitによりガウシアンフィッティングをデータに適用する方法について解説する。
matplotlib Animation

[matplotlib animation] 20. ベイズ更新(the bayes update)

matplotlib FuncAnimationによるベイズ更新のアニメーション
NumPy

[NumPy] 10. グラフ上のランダムデータそれぞれの最近傍点を結ぶ

np.arrayのブロードキャストにより各点の2乗距離を求め、np.argsortを使って最近傍点を見出す方法について説明する。
matplotlib Animation

[matplotlib animation] 17. スーパー楕円(Superellipse)

matplotlib FuncAnimationによるスーパー楕円のアニメーションについて説明する。
NumPy

[NumPy] 9. ファンシーインデックス

整数配列をインデックスとして用いることで配列の要素を自由に取り出すことのできるファンシーインデックスの使い方について説明する。
matplotlib Animation

[matplotlib animation] 16. subplot()で複数のグラフのアニメーション(epicycloid)

matplotlib FuncAnimationによる複数の外サイクロイドのアニメーション
matplotlib Animation

[matplotlib animation] 15. 内サイクロイド(hypocycloid)

matplotlib FuncAnimationによる内サイクロイドのアニメーション