Skip to content

Commit

Permalink
added fig
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishabh Dutta committed Mar 28, 2019
1 parent bbb871a commit 7dd9ad1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ n, bins, patches = plt.hist(final.allsamples[:,0], 50, density=True, \
plt.subplot(1, 2, 2)
n, bins, patches = plt.hist(final.allsamples[:,1], 50, density=True, \
facecolor='b', alpha=0.75)
```
```
![Image2](https://github.com/rishabhdutta/SMC-python/blob/master/figures/Figure_2.png)



0 comments on commit 7dd9ad1

Please sign in to comment.