matplotlib [SciPy] 8. np.polyfit, curve_fit, lmfitによる線形近似の実行速度比較 np.polyfit, scipy.optimizeのcurve_fit, lmfitによる線形近似の実行速度の比較をmatplotlibのエラーバー付き棒グラフで表示する。 2020.10.16 matplotlibNumPypythonSciPy
matplotlib [matplotlib animation] 91. 画像の複製アニメーション 1枚の画像を複製して表示するアニメーションをmatplotlibのFuncAnimationによって作成する。 2020.10.15 matplotlibmatplotlib Animationpython画像処理
matplotlib [matplotlib animation] 90. 画像の分割アニメーション 1枚の画像を分割して表示するアニメーションをmatplotlibのFuncAnimationによって作成する。 2020.10.12 matplotlibmatplotlib Animationpython画像処理
matplotlib [matplotlib animation] 89. xkcd風なプロットのアニメーション xkcd風なプロットによるアニメーションをmatplotlibのFuncAnimationによって表示する。 2020.10.09 matplotlibmatplotlib 3Dmatplotlib Animationpython
jupyter notebook, lab [matplotlib] 91. マウスオーバーイベントで九九表(Multiplication tables) matplotlibのaxes_enter_event、axes_leave_eventを使ってaxesの背景色を変えて、マウスオーバーすると答えが出る九九表を作成する。 2020.10.02 jupyter notebook, labmatplotlibNumPypython
matplotlib [matplotlib animation] 88. imshowでのcmap変化アニメーション plt.imshowで表示した画像のカラーマップを変化させたときの色の変化をmatplotlibのFuncAnimationによるアニメーションで表示する。 2020.10.01 matplotlibmatplotlib AnimationpythonSciPy画像処理
matplotlib [scikit-image] 88. threshold_sauvola, opening, label, regionpropsなどを駆使してサボテンの種の数を調査 skimage.filters, morphology, measureなどを使用して、サボテンの種の数を調べたのでその詳細を解説する。 2020.09.24 matplotlibpythonサボテン画像処理
matplotlib [matplotlib animation] 87. 円の多角形近似のresolution変化アニメーション matplotlibのFuncAnimationでpatches.CirclePolygonのresolutionを変化させたときの多角形の変化をアニメーションで表示する。 2020.08.21 matplotlibmatplotlib Animationpython