Introduction to Python for Finance
Adina Howe
Instructor
import matplotlib.pyplot as plt plt.hist(hist_data, bins = 8) plt.show()