I created a scatter plot with Python Matplotlib/Seaborn. The code looks like follows:
fig, ax = plt.subplots() sns.scatterplot(data=df, x="Date", y