Repository where I mostly put random python scripts.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

379 B

##How to Contribute to this project 1) Fork this repository. 2)Clone this repository on local system by git clone "URL" 3) Checkout on a new branch by "git checkout -b branch_name" 4)Add changes and commit and push to remote. 5) Make a pull request.

Dependencies

Matplotlib

python -m pip install -U pip
python -m pip install -U matplotlib