Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 2.12 KB

README.md

File metadata and controls

49 lines (40 loc) · 2.12 KB

plots-and-visualizations

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.

How to run

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

CONTRIBUTIONS :-

For any suggestions or additions of similiar scripts, create a branch of yours or directly apply a pull request.

Directory Tree

.
├── 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