Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import numpy
- import matplotlib.pyplot as plt
- x = numpy.random.normal(10.0, 2.0, 2000000)
- plt.hist(x, 200)
- plt.show()
- #This creates a graph sorted and made by machine learning
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement