FuncAnimation

matplotlib Animation

[matplotlib animation] 79. flood_fillのtolerance変化アニメーション(skimage.segmentation.flood_fill)

skimage flood_fillのパラメータであるtoleranceを変化させたときの画像の変化をアニメーション(matplotlib, FuncAnimation)で表示する。
matplotlib

[matplotlib animation] 78. add_subplotで作成した複数グラフの回転アニメーション

skimage.morphologyのoctahedronで、大きさの異なる八面体の構造化要素の図をadd_subplotで作成し、それぞれの図の回転アニメーションを表示する。
matplotlib

[matplotlib animation] 77. ランダムな位置に出現するemojiが拡大し消えていくアニメーション

ランダムな位置に出現する絵文字が拡大し消えていくアニメーションをmatplotlib, FuncAnimationで表示する。
matplotlib Animation

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

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

[matplotlib animation] 72.しきい値を連続的に変化させたときの2値化とラベリングのアニメーション

matplotlibのFuncAnimationでしきい値を連続的に変化させたときの2値化とラベリングのアニメーションを表示する。
matplotlib 3D

[matplotlib animation] 71. 3D heartbeatアニメーション

matplotlibのFuncAnimationでmplot3dのvoxelで作成した3Dハートの鼓動アニメーションを表示する。
matplotlib Animation

[matplotlib animation] 70. ハートの鼓動アニメーション

matplotlibのFuncAnimationでハートが鼓動するアニメーションを表示する。
その他

[matplotlibで錯視] 14. Combined circle

中央の円の色が変化して見える錯視をmatplotlib FuncAnimationで作成して表示する。