matplotlib [matplotlib animation] 109. バイバインのアニメーション matplotlibのFuncAnimationで、「ドラえもん」のひみつ道具の一つであるバイバインで栗まんじゅうを増やすアニメーションを表示する。 2022.04.14 matplotlibmatplotlib Animationpython
matplotlib [matplotlib animation] 106. skimage.segmentation.expand_labelsによるラベル領域の非オーバーラップ展開 skimageのlabelで作成したlabel画像のラベルをexpand_labelsによって重なり合うことなく拡大させた様子をmatplotlibのFuncAnimationのアニメーションで表示する。 2021.10.28 matplotlibmatplotlib AnimationpythonSciPy画像処理
matplotlib [matplotlib animation] 80.すっとびボール 質量の異なるボールを2つ使って、質量の大きい方を下にして重ねて落下させた場合に、一番上のボールが高く跳ね上がる現象のことをすっとびボールという。別名として、多段式垂直衝突球、ガリレオ砲、ボールピラミッドなどがある。matplotlibのFuncAnimationでこの現象をアニメーションで表示する。 2020.05.19 matplotlibmatplotlib Animationpython