mplot3d

matplotlib 3D

[matplotlib 3D] 51. 3Dグラフ上に画像を表示

matplotlib mplot3dによる3Dグラフ上に画像を表示する。
matplotlib 3D

[matplotlib 3D] 50. 3Dグラフにおけるアスペクト比の設定

matplotlib mplot3dで作成する3Dグラフでアスペクト比を揃えるために、ax.set_aspect('equal')とすると、NotImplementedErrorが出るようになった(matplotlib 3.1.0から)。ax.set_aspect('equal')を使わずにアスペクト比を揃える方法について検討した。
matplotlib 3D

[matplotlib animation] 48. 3Dグラフ上でのテキストのアニメーション

matplotlibのmplot3dで表示する3Dグラフ上でのテキストのアニメーションについて解説する。
matplotlib 3D

[matplotlib animation] 38. 3Dグラフの縦&横回転アニメーション

matplotlib FuncAnimationによる3Dグラフの縦&横回転アニメーションについて説明する。
matplotlib 3D

[matplotlib animation] 37. 3Dグラフの縦回転アニメーション

matplotlib FuncAnimationによる3Dグラフの縦回転アニメーションについて説明する。
matplotlib 3D

[matplotlib 3D] 49.トーラス結び目(torus knot)

matplotlib mplot3dによるトーラス結び目
matplotlib 3D

[matplotlib 3D] 48.りんご(Apple)

matplotlib mplot3dの3Dグラフにより、りんごを作成する。
matplotlib 3D

[matplotlib animation] 26. ピラミッド建設

matplotlib FuncAnimationによるピラミッドの建設