I want to create a more clear timeseries plot by partitioning the plot into sections through dashed lines. I am using Python's package Seaborn.
Example, right now I have this:
Thank you so much for your help!
I want to create a more clear timeseries plot by partitioning the plot into sections through dashed lines. I am using Python's package Seaborn.
Example, right now I have this:
Thank you so much for your help!
Since you haven't mentioned anything about your data, this could be helpful by manually writing the x values (just my guess from your plot)
plt.axvline(110,280,880,1050,1080,1120, color="black")