Finance를 위한 Python 입문
Adina Howe
Professor
import matplotlib.pyplot as plt plt.hist(hist_data, bins = 8) plt.show()