matplotlib Animation

matplotlib

[matplotlib animation] 94. ボロノイ図のアニメーション

scipy.spatialのVoronoi, voronoi_plot_2dで順次出現する点のボロノイ図を生成するアニメーションをmatplotlibのFuncAnimationによって作成する
matplotlib Animation

[matplotlib animation] 93. Cyclicなcmapの循環アニメーション

同じ色で開始して終了するcmapの循環するアニメーションをmatplotlibのFuncAnimationによって作成する。
matplotlib

[matplotlib animation] 92. quiverのアニメーション

ベクトルを表示できるquiverを使ったアニメーションをmatplotlibのFuncAnimationによって作成する。
matplotlib

[matplotlib animation] 91. 画像の複製アニメーション

1枚の画像を複製して表示するアニメーションをmatplotlibのFuncAnimationによって作成する。
matplotlib

[matplotlib animation] 90. 画像の分割アニメーション

1枚の画像を分割して表示するアニメーションをmatplotlibのFuncAnimationによって作成する。
matplotlib

[matplotlib animation] 89. xkcd風なプロットのアニメーション

xkcd風なプロットによるアニメーションをmatplotlibのFuncAnimationによって表示する。
matplotlib

[matplotlib animation] 88. imshowでのcmap変化アニメーション

plt.imshowで表示した画像のカラーマップを変化させたときの色の変化をmatplotlibのFuncAnimationによるアニメーションで表示する。
matplotlib

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

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