I have a dataset currently sorted by date and time. I have a column called 'day' and is just the day of the month, in numerical form i.e. 1-31 I have a 14 days stretch that I want to plot, however it starts from 30th of one month, to the 13th of the next. When I try to plot it, it orders 1-13,30,31.
How can I plot the x axis as it is found within the dataframe?
Thanks.