I have a dataframe where there are too many x values to display nicely as ticks on a plot. These ticks are in YYYY-MM format, i.e. 2016-04.
Is there a way I can only show, for instance, every 6th value of x as a tick on the x-axis?
I have a dataframe where there are too many x values to display nicely as ticks on a plot. These ticks are in YYYY-MM format, i.e. 2016-04.
Is there a way I can only show, for instance, every 6th value of x as a tick on the x-axis?