slitivnov commited on
Commit
62df53f
·
verified ·
1 Parent(s): 16f8bd1

Update mh.py

Browse files
Files changed (1) hide show
  1. mh.py +1 -1
mh.py CHANGED
@@ -27,4 +27,4 @@ x = np.linspace(0, 1, 1000)
27
  y = [p(e) for e in x]
28
  plt.hist(S, bins=40, density=True)
29
  plt.plot(x, y)
30
- plt.show()
 
27
  y = [p(e) for e in x]
28
  plt.hist(S, bins=40, density=True)
29
  plt.plot(x, y)
30
+ plt.show()