📌 This is a simple Python project that visualizes a 3D cube using matplotlib
and numpy
.
It demonstrates basic 3D plotting skills with mpl_toolkits.mplot3d
.
English:
This project creates a 3D cube using matplotlib’s 3D plotting capabilities. It plots the 8 corner points of the cube and connects them to form edges. Useful for understanding the basics of 3D visualization in Python.
Türkçe:
Bu proje, matplotlib'in 3D çizim özellikleri kullanılarak bir küp çizmektedir. Küpün 8 köşe noktası çizilir ve kenarları birleştirilerek 3D görünüm oluşturulur. Python'da 3D görselleştirmeye giriş için basit bir örnektir.
- matplotlib
- numpy
You can install them via:
pip install -r requirements.txt