I want to plot data as is progresses over the year, with one curve for each year overlaid. The way I made it so far is to use Day of year (see figure) but I would like actual dates like month-day instead. Any ideas would be welcome!
If you're looking just for a plot/graph, here's one way:
Script saved to attached table.
Hi,
Here is a different approach to your problem.
1) I computed a new column capturing only the Day and Month from the Date column (continuous)
2) I created a custom Date Format DD/MM
3) I plotted this new column as X axis using a 4-week interval
Best,
TS