matplotlib [matplotlib animation] 57. FuncAnimationとArtistAnimationの違い matplotlibのアニメーション機能「FuncAnimation」と「ArtistAnimation」の違いを詳しく解説する記事です。両関数の実装方法や特徴を比較し、適切な使い分け方について具体的なコード例とともに紹介しています。 2019.10.21 matplotlibmatplotlib 3Dmatplotlib Animationpython
matplotlib 3D [matplotlib 3D] 54. 3D円グラフ 3D円グラフは使うべきではない図だが、matplotlib mplot3dにより3D円グラフを表示する方法について解説する。 2019.08.08 matplotlib 3Dpython
ipywidgets [ipywidgets] 7. RadioButtonsでデータを取得する方向を選択して、IntSliderで3Dグラフの任意の位置のデータをラインで表示 jupyter notebookの対話的にパラメータを調整できる機能(ipywidgets RadioButtons, IntSlider)でデータを取得する方向を選択し、3Dグラフ中の任意の位置のデータを線で表示する方法について説明する。 2019.08.06 ipywidgetsjupyter notebook, labmatplotlibmatplotlib 3Dpython
matplotlib 3D [NumPy] 20.配列のスライスをボクセルグラフで可視化 いろいろなスライス方法をmatplotlib mplot3dのvoxelグラフで可視化した例について説明する。 2019.07.13 NumPymatplotlib 3Dpython
matplotlib 3D [matplotlib 3D] 53. 3Dグラフに画像注釈を追加する方法 matplotlib の 3D グラフ上に画像を注釈として配置する方法を解説。Python で立体的なデータ可視化をより豊かに表現するためのテクニックを紹介します。 2019.06.28 matplotlib 3Dpython
matplotlib 3D [matplotlib 3D] 52. 3Dグラフでマーカーとして画像を使用する方法 matplotlib mplot3dによる3Dグラフ上でマーカーとして画像を表示する方法について解説する。 2019.06.28 matplotlib 3Dpython
matplotlib 3D [matplotlib 3D] 51. 3Dグラフ上に画像を表示する方法 matplotlibの3Dグラフに画像を表示する方法を詳しく解説。座標系への画像マッピング、透明度設定、位置調整などの基本テクニックからサンプルコードまで、データ可視化をレベルアップさせる実践的な内容。 2019.06.26 matplotlib 3Dpython
matplotlib 3D [matplotlib 3D] 50. 3Dグラフにおけるアスペクト比の設定 matplotlib mplot3dで作成する3Dグラフでアスペクト比を揃えるために、ax.set_aspect('equal')とすると、NotImplementedErrorが出るようになった(matplotlib 3.1.0から)。ax.set_aspect('equal')を使わずにアスペクト比を揃える方法について検討した。 2019.06.26 matplotlib 3Dpython