matplotlib

matplotlib

[SciPy] 8. np.polyfit, curve_fit, lmfitによる線形近似の実行速度比較

np.polyfit, scipy.optimizeのcurve_fit, lmfitによる線形近似の実行速度の比較をmatplotlibのエラーバー付き棒グラフで表示する。
matplotlib

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

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

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

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

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

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

[matplotlib] 91. マウスオーバーイベントで九九表(Multiplication tables)

matplotlibのaxes_enter_event、axes_leave_eventを使ってaxesの背景色を変えて、マウスオーバーすると答えが出る九九表を作成する。
matplotlib

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

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

[scikit-image] 88. threshold_sauvola, opening, label, regionpropsなどを駆使してサボテンの種の数を調査

skimage.filters, morphology, measureなどを使用して、サボテンの種の数を調べたのでその詳細を解説する。
matplotlib

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

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