plot sebaran dan sejajar bersama

import matplotlib.pyplot as plt

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