https://github.com/sourasishbasu/strange-attractors
Generating 3D plots of Strange Attractors using matplotlib
https://github.com/sourasishbasu/strange-attractors
matplotlib-3d-plot python3 strange-attractors
Last synced: 8 months ago
JSON representation
Generating 3D plots of Strange Attractors using matplotlib
- Host: GitHub
- URL: https://github.com/sourasishbasu/strange-attractors
- Owner: SourasishBasu
- License: mit
- Created: 2023-07-18T14:29:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-19T18:58:21.000Z (about 2 years ago)
- Last Synced: 2025-01-09T10:39:08.330Z (9 months ago)
- Topics: matplotlib-3d-plot, python3, strange-attractors
- Language: Python
- Homepage:
- Size: 345 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Strange-Attractors
Generating 3D plots of Strange Attractors using matplotlib## Prerequisites:
- Python 3.7 & up
- Open Command prompt and type:```bash
pip install matplotlib --user
```### To run in terminal:
- Open Powershell in the local repository folder
- Type:```bash
python main.py
```## Generated Plot Images
![]()
Lorenz Attractor
![]()
Bouali Type 3 Attractor
## WIP
- Animating plot in the form of .gif
- Adding more strange attractor generators
- Custom parameter input