adding images to github readme files code example
Example 1: adding images to readme github
![plot](./directory_1/directory_2/.../directory_n/plot.png)
Example 2: add image to readme
![alt text](https://github.com/[username]/[reponame]/blob/[branch]/image.jpg?raw=true)