FuncAnimation

matplotlib

[matplotlib animation] 87. 円の多角形近似のresolution変化アニメーション

matplotlibのFuncAnimationでpatches.CirclePolygonのresolutionを変化させたときの多角形の変化をアニメーションで表示する。
matplotlib

[matplotlib animation] 86.円の接線のアニメーション

matplotlibのFuncAnimationで円の接線を表示するアニメーションを作成する。
matplotlib

[matplotlib animation] 85.様々な形状と色をもつ楕円をランダムに表示

matplotlibのFuncAnimationとmatplotlib.patches の Ellipseで様々な形状と色をもつ楕円をランダムに表示するアニメーションを作成する。
matplotlib

[matplotlib animation] 84.うずまき

matplotlibのFuncAnimationとprojection='polar'でうずまきのアニメーションを表示する。
matplotlib

[matplotlib animation] 83.ロケットで斜方投射

matplotlibのFuncAnimationで斜方投射のアニメーションをロケットの画像を用いて表示する。ロケットは常に進行方向を向くようにskimage.transform.rotateで回転させる。
matplotlib

[matplotlib animation] 82.様々な角度で斜方投射

matplotlibのFuncAnimationで斜方投射のアニメーションを表示する。
matplotlib

[matplotlib animation] 81.バウンドするボール

matplotlibのFuncAnimationで自由落下と反発係数を考慮したバウンドのアニメーションを表示する。
matplotlib

[matplotlib animation] 80.すっとびボール

質量の異なるボールを2つ使って、質量の大きい方を下にして重ねて落下させた場合に、一番上のボールが高く跳ね上がる現象のことをすっとびボールという。別名として、多段式垂直衝突球、ガリレオ砲、ボールピラミッドなどがある。matplotlibのFuncAnimationでこの現象をアニメーションで表示する。