matplotlib 3D [matplotlib animation] 61. 3Dグラフ上でアニメーションの軌跡としてマーカーの残像を表示 matplotlib, mplot3dの3Dグラフ上をマーカーが移動するアニメーションでその軌跡としてマーカーの残像を表示する方法について解説する。 2019.11.27 matplotlib 3Dmatplotlib Animationpython
matplotlib [matplotlib animation] 57. FuncAnimationとArtistAnimationの違い matplotlibでは、アニメーションを表示する関数としてFuncAnimationとArtistAnimationがある。ここでは、同じアニメーションをFuncAnimationとArtistAnimationそれぞれで表示し、FuncAnimationとArtistAnimationの違いについて検討した。 2019.10.21 matplotlibmatplotlib 3Dmatplotlib Animationpython
matplotlib Animation [matplotlib animation] 55. 3Dグラフ上での点と線のアニメーション matplotlib, mplot3dの3Dグラフ上での点と線によるアニメーションについて解説する。 2019.10.10 matplotlib 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 matplotlib 3DNumPypython
matplotlib 3D [matplotlib 3D] 53. 3Dグラフ上で注釈に画像を用いる方法 matplotlib mplot3dによる3Dグラフ上で画像による注釈を使用する方法について解説する。 2019.06.28 matplotlib 3Dpython
matplotlib 3D [matplotlib 3D] 52. 3Dグラフでマーカーとして画像を使用する方法 matplotlib mplot3dによる3Dグラフ上でマーカーとして画像を表示する方法について解説する。 2019.06.28 matplotlib 3Dpython