matplotlib [matplotlib 3D] 59. エンネパー曲面 matplotlib と Python を使ってエンネパー曲面を3Dグラフとして表示する方法を解説。極小曲面の数学的美しさを可視化するためのコードと実装手順、パラメータ調整のテクニックを紹介しています。 2021.01.06 matplotlibmatplotlib 3Dmatplotlib Animationpython
matplotlib [matplotlib animation] 95. 極座標棒グラフのアニメーション matplotlibのFuncAnimationを使用して極座標棒グラフのアニメーションを作成する方法を解説。極座標系でのデータ可視化とアニメーション技術を組み合わせた実践的なPythonコーディング例を提供します。 2020.12.31 matplotlibmatplotlib Animationpython
ipywidgets [ipywidgets] 32. plt.savefig()のパラメータを対話的に調整して図を保存する Jupyter環境でipywidgetsを使ってmatplotlibのsavefig()関数のパラメータを対話的に調整し、図の解像度やサイズなどを視覚的に確認しながら最適な設定で図を保存する方法を解説します。 2020.12.19 ipywidgetsmatplotlibpython
matplotlib [SciPy] 11. interp2d関数を用いた2次元データの補間方法 SciPyのinterpolateモジュールにあるinterp2d関数を使用した2次元データの補間方法について解説します。不規則な格子点データから任意の点の値を推定する方法や実装例を紹介し、2次元補間の基本を学べます。 2020.12.05 SciPymatplotlibmatplotlib 3Dpython
matplotlib [matplotlib animation] 94. ボロノイ図のアニメーション scipy.spatialモジュールのVoronoi関数とvoronoi_plot_2d関数を活用して、動的に変化するボロノイ図をmatplotlibのFuncAnimationでアニメーション化する方法を解説した技術記事です。Pythonでの可視化技術の応用例として参考になります。 2020.11.29 matplotlibmatplotlib Animationpython
matplotlib [SciPy] 10. voronoi_plot_2dによるボロノイ図の作成 SciPyライブラリのscipy.spatialモジュールを使ってボロノイ図を作成する方法を解説。Voronoiクラスによる計算からvoronoi_plot_2d関数を使った可視化まで、サンプルコードと共に詳しく紹介します。 2020.11.29 SciPymatplotlibpython
matplotlib [matplotlib] 95. subplot_mosaicによる年賀状 matplotlibのsubplot_mosaic機能を使って年賀状を作成する方法を解説。アスキーアート的なレイアウト指定で複数の図を配置し、Python初心者でも簡単にオリジナルの年賀状が作れるようになります。 2020.11.21 matplotlibpython
matplotlib [matplotlib animation] 92. quiverのアニメーション matplotlibのFuncAnimationとquiver関数を組み合わせて、動的なベクトル場アニメーションを作成する方法を解説。物理現象や数学的な概念を視覚的に表現するための実践的なPythonコード例を提供します。 2020.11.17 matplotlibmatplotlib Animationpython