Introduction à Python pour la finance
Adina Howe
Professor
import matplotlib.pyplot as plt plt.hist(hist_data, bins = 8) plt.show()