2d

matplotlib

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

next stepの位置に対して、初期の進行方向に対する角度制限を加えた2次元のランダムウォークをアニメーションで示してみる。
matplotlib Animation

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

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

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

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