ipywidgets [ipywidgets] 30. 3Dプロットのアスペクト比をIntSliderで調整(set_box_aspect) ipywidgetsのIntSliderをつかって、matplotlibの3Dプロットのアスペクト比をインタラクティブに変更する方法について説明する。 2020.08.03 ipywidgetsmatplotlibmatplotlib 3Dpython
matplotlib [matplotlib] 88. 強調線(集中線)を作成する方法 matplotlibを使用して強調線や集中線を作成する方法を解説。マンガやアニメのようなエフェクトを可視化に取り入れ、データのハイライトポイントを効果的に表現するテクニックを紹介します。 2020.07.30 matplotlibpython画像処理
matplotlib [matplotlib animation] 86.円の接線のアニメーション matplotlibのFuncAnimationで円の接線を表示するアニメーションを作成する。 2020.07.27 matplotlibmatplotlib Animationpython
matplotlib [matplotlib animation] 85.様々な形状と色をもつ楕円をランダムに表示 matplotlibを使用して様々な形状と色をもつ楕円をランダムに表示するアニメーションの作成方法を解説する記事です。FuncAnimationとEllipseクラスを組み合わせた実装例と応用例を提供し、視覚的に魅力的なアニメーション表現の基礎を学べます。 2020.07.26 matplotlibmatplotlib Animationpython
matplotlib [matplotlib] 86. 極座標棒グラフを描画する方法 Pythonのmatplotlibライブラリを使って極座標系での棒グラフを作成する方法を解説。角度と半径で表現する極座標グラフの基本から実装例までを具体的なコードとともに紹介します。 2020.07.15 matplotlibpython
matplotlib [matplotlib animation] 84.うずまき matplotlibのFuncAnimationとprojection='polar'でうずまきのアニメーションを表示する。 2020.07.11 matplotlibmatplotlib Animationpython
matplotlib [matplotlib] 85. 積み上げ面グラフ(matplotlib stackplot) matplotlibのstackplotで積み上げ面グラフを表示する方法を例を示して説明する。 2020.07.10 matplotlibpython