mplot3d

matplotlib 3D

[matplotlib 3D] 46.ボクセルピラミッド(Voxel Pyramid)

Matplotlibの3Dグラフ機能を使用して、voxel(ボクセル)でピラミッド形状を描画する方法を解説します。3次元空間内に立体的なピラミッドを表現し、視覚的に理解しやすいデータ可視化手法を紹介します。
matplotlib 3D

[matplotlib 3D] 45.ピラミッド(Pyramid)を描画する方法

Pythonのmatplotlibライブラリを使用して3D空間に四角錐(ピラミッド)を描画する方法を解説します。mplot3dモジュールの基本的な使い方から、頂点座標の設定、面の作成、色や透明度の調整まで、ステップバイステップで説明します。
English articles

[matplotlib animation] 3.Z-axis rotation animation of the sphere

python matplotlib animation of sphere rotating about the z axis
English articles

[matplotlib 3D] 14. Rotation animation of matplotlib 3D graph

Rotation animation of 3D graph,using matplotlib, mplot3d and FuncAnimation.
matplotlib 3D

[matplotlib 3D] 44.正四面体(tetrahedron)を描画

matplotlibの3Dグラフ機能を使って正四面体を描画する方法を解説。座標の設定から面の定義、色付けまでのプロセスを示し、幾何学的な立体図形の3D可視化技術について学べる内容です。
matplotlib Animation

[matplotlib animation] 21. 3Dグラフで斜方投射 (Projectile motion)

matplotlib FuncAnimationによる斜方投射のアニメーション
matplotlib Animation

[matplotlib animation] 19. 鉛直投げ上げ (vertical throw up)

matplotlib FuncAnimationによる鉛直投げ上げのアニメーション
matplotlib 3D

[matplotlib 3D] 43. 直方体(Cuboid)

この記事では、matplotlib の mplot3d を使用して3Dグラフ上に直方体(Cuboid)を表示する方法について解説します。3Dグラフィックスで立体的な直方体を描画する手法や、その応用例を紹介していきます。