matplotlib [matplotlib] 89. 任意の傾きを持つ直線を描画する方法 – axline関数の活用 matplotlibのaxline関数を使って図中に任意の傾きを持つ直線を描画する方法を解説。2点指定や点と傾き指定など、様々な表示方法とカスタマイズオプションを紹介しています。 2020.08.04 matplotlibpython
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] 85.様々な形状と色をもつ楕円をランダムに表示 matplotlibを使用して様々な形状と色をもつ楕円をランダムに表示するアニメーションの作成方法を解説する記事です。FuncAnimationとEllipseクラスを組み合わせた実装例と応用例を提供し、視覚的に魅力的なアニメーション表現の基礎を学べます。 2020.07.26 matplotlibmatplotlib Animationpython
matplotlib [matplotlib] 85. 積み上げ面グラフ(matplotlib stackplot) matplotlibのstackplotで積み上げ面グラフを表示する方法を例を示して説明する。 2020.07.10 matplotlibpython
matplotlib [matplotlib] 84. hexbin関数を使用して六角形ビンによる2次元ヒストグラムを表示する方法 matplotlibのhexbin関数を使用して、binの形状を六角形にした2次元ヒストグラムを描画する方法を解説します。データ分布の可視化や密度推定において、六角形binは四角形binよりも等方的な表現が可能で、データ分析に役立ちます。 2020.07.10 matplotlibpython
matplotlib [matplotlib animation] 81.バウンドするボール matplotlibのFuncAnimationで自由落下と反発係数を考慮したバウンドのアニメーションを表示する。 2020.06.07 NumPymatplotlibmatplotlib Animationpython