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