This repositories contains some interesting plots and visualizations like :
Random Walk, Sierpinski Triangle, Animated Trajectory path (given its initial velocity and angle of inclination), Barnsley Fern, Golden Ratio, etc.
I will add more such plots, and I am also going to include their ipython notebooks for more better visualizations.
These scripts are written in Python 3 using matplotlib library. To run these scripts, fork the repository and clone and run these as: python script_name.py
For any suggestions or additions of similiar scripts, create a branch of yours or directly apply a pull request.
.
├── animated_path.py
├── draw_trajectories.py
├── examples
│ ├── ex_draw_trajectories.png
│ ├── ex_pattern_barnsley_fern.png
│ ├── ex_pattern_henon.png
│ ├── ex_pattern_sierpinski_triangle.png
│ ├── ex_random_walk1.png
│ ├── ex_random_walk2.png
│ └── ex_show_golden_ratio.png
├── LICENSE
├── pattern_barnsley_fern.py
├── pattern_henon.py
├── pattern_sierpinski_triangle.py
├── random_walk.py
├── README.md
└── show_golden_ratio.py
1 directory, 16 files