Plot disperser et aligner ensemble

import matplotlib.pyplot as plt

plt.plot(dates, values, '-o')
plt.show()
Ananda Gorck Streit