matplotlib[matplotlib] 93. fill_betweenxにより曲線で囲まれたx方向の範囲を塗りつぶし matplotlibのaxes.Axes.fill_betweenxにより、曲線で囲まれた範囲をx方向に塗りつぶす方法について説明する。 2020.10.28matplotlibpython
matplotlib[matplotlib animation] 89. xkcd風なプロットのアニメーション xkcd風なプロットによるアニメーションをmatplotlibのFuncAnimationによって表示する。 2020.10.09matplotlibmatplotlib 3Dmatplotlib Animationpython
matplotlib[matplotlib animation] 88. imshowでのcmap変化アニメーション plt.imshowで表示した画像のカラーマップを変化させたときの色の変化をmatplotlibのFuncAnimationによるアニメーションで表示する。 2020.10.01matplotlibmatplotlib AnimationpythonSciPy画像処理
matplotlib[matplotlib] 89. 図全体に表示される直線(axline) matplotlibで図全体に表示される直線を表示する方法について説明する。 2020.08.04matplotlibpython
ipywidgets[ipywidgets] 30. 3Dプロットのアスペクト比をIntSliderで調整(set_box_aspect) ipywidgetsのIntSliderをつかって、matplotlibの3Dプロットのアスペクト比をインタラクティブに変更する方法について説明する。 2020.08.03ipywidgetsmatplotlibmatplotlib 3Dpython
matplotlib[matplotlib animation] 85.様々な形状と色をもつ楕円をランダムに表示 matplotlibのFuncAnimationとmatplotlib.patches の Ellipseで様々な形状と色をもつ楕円をランダムに表示するアニメーションを作成する。 2020.07.26matplotlibmatplotlib Animationpython