No problem @adiadidas15
I’m not sure if it’s strictly necessary, but if I want to show the time on one axis, I always convert the pandas column to datetime.
df['col'] = pd.to_datetime(df['col'])
In your charts it looks like the axis values are not sorted and the first and last point are being connected