Hi all,
I have a data set with months as a independent variable, which contains all months over a 10 year period. I would like to display the proportions by month, pooling all januarys over the past 10 years, all februarys, etc. My problem: I get the graph I need by artificially adding 2020 to all my dates (the year of the observation is not important but the time of the month is (for example, Jan 13). ). Yet, those years are not real, and I need to find a way to:
- graph the data showing months only, removing the 2020 from the x-axis, or;
- graph the proportions of all months grouped together, without adding the 'artificial' year of 2020 in each cell.
Below a screen shot of a part of my dataset.
With artificially adding 2020 to each cell, I can get an X-axis like the picture below, but I only need the months, not the year or day. I tried changing axis settings, but the smallest display is mm/yyyy
If I change the date column to just the month (example; 01/18/2020 -> January), I lose the precise time of the month the data are associated with (the day matters, but does not need to be displayed).
Thank you for your help!