matplotlib [matplotlib] 90. ラベルの位置の調整(ax.set_xlabelのloc) matplotlibでx軸, y軸の位置を調整する方法について説明する。 2020.08.05 matplotlibpython
matplotlib [matplotlib] 89. 図中に任意の傾きの線を表示する(axline) matplotlibで図全体に表示される任意の傾きの線を表示する方法について説明する。 2020.08.04 matplotlibpython
ipywidgets [ipywidgets] 30. 3Dプロットのアスペクト比をIntSliderで調整(set_box_aspect) ipywidgetsのIntSliderをつかって、matplotlibの3Dプロットのアスペクト比をインタラクティブに変更する方法について説明する。 2020.08.03 ipywidgetsmatplotlibmatplotlib 3Dpython
matplotlib [matplotlib animation] 86.円の接線のアニメーション matplotlibのFuncAnimationで円の接線を表示するアニメーションを作成する。 2020.07.27 matplotlibmatplotlib Animationpython
matplotlib [matplotlib animation] 85.様々な形状と色をもつ楕円をランダムに表示 matplotlibのFuncAnimationとmatplotlib.patches の Ellipseで様々な形状と色をもつ楕円をランダムに表示するアニメーションを作成する。 2020.07.26 matplotlibmatplotlib Animationpython
matplotlib [matplotlib] 86. 極座標棒グラフ(projection=’polar’ & bar) matplotlibで極座標の棒グラフを表示する方法について説明する。 2020.07.15 matplotlibpython