Skip to content

Some interesting plots and visualizations in Python 3. Contains scripts for Path trajectory animations, Random walks, Sierpinski triangle, etc.

License

Notifications You must be signed in to change notification settings

goswami-rahul/plots-and-visualizations

Repository files navigation

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

About

Some interesting plots and visualizations in Python 3. Contains scripts for Path trajectory animations, Random walks, Sierpinski triangle, etc.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages