Einführung in Python für den Finanzbereich
Adina Howe
Instructor
import matplotlib.pyplot as plt plt.hist(hist_data, bins = 8) plt.show()