matplotlib Animation

matplotlib Animation

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

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

[matplotlib animation] 69. カウントダウンアニメーション

matplotlibのFuncAnimationでテキストによるカウントダウンアニメーションを表示する。
matplotlib Animation

[matplotlib animation] 68. 隣接領域グラフ(RAG)によるmerge_hierarchicalのthresh変化アニメーション

matplotlibのFuncAnimationで画像の色が似ている領域を結合するskimage.feature graph merge_hierarchicalのパラメータであるtheshを変化させたときの画像の変化をアニメーションで表示する。
matplotlib 3D

[matplotlib 3D] 56. voxelグラフでRGB cube

matplotlib mplot3dの3DボクセルグラフでRGB色空間を表示する。
matplotlib Animation

[matplotlibで錯視] 8. エビングハウス錯視のアニメーション

エビングハウス錯視とは、相対的な大きさに関連する錯視の一種であり、代表的なのは同じ大きさの円がそれぞれ大きな円と小さな円で囲まれている図である。大きな円で囲まれた円は小さく、小さな円で囲まれた円は大きく見える。ここでは、その変化の様子をアニメーションで表示することを試みた。
matplotlib Animation

[matplotlib animation] 67. 2次元ランダムウォークのヒートマップアニメーション

matplotlibのFuncAnimationで2次元のランダムウォークとそのヒートマップのアニメーションを表示する。
matplotlib Animation

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

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

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

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