I am having trouble with properly showing the gaps in my x-axis which is formatted to be date+time. There is a gap between March 10, 11:50 PM and March 12, 12:00 AM and the plot skips March 11th completely to go to the next data point on the 12th. Is there a way to display the gap between the 10th and 12th?
Thank you in advance!
Could you share the code used to create your plot? I don’t understand why a date x-axis should display like in your image
The comments didn’t translate properly but they are the bolded lines.
I’m guessing a but, but I wonder if your column “TIMESTAMP TS” is a string, or has at least some string entries.
You may need to convert it to pandas timestamps to use as the x-axis.
That was it! Thank you so much!