2d

matplotlib

[matplotlib animation] 113. Angle-limited random walkのアニメーション

角度制限を設けた2次元ランダムウォークをmatplotlibアニメーションで可視化。初期進行方向に対して10°から60°までの角度制限を加えたシミュレーションを実施し、制限角度の違いによる軌跡の変化を100回の繰り返しデータで比較・アニメーション化しています。
matplotlib Animation

[matplotlib animation] 76. ランダムウォークする物体が最接近時に合体するアニメーション

2つのランダムウォークする物体が最も近づいたときに合体するアニメーションをmatplotlib, FuncAnimationで表示する。
matplotlib Animation

[matplotlib animation] 65. 2次元ランダムウォークアニメーション

matplotlibのFuncAnimationで2次元のランダムウォークアニメーションを表示する。