I'm currently attempting to plot with ggplot2
the number of occurrences (count) of dates by month in a data set that only contains dates in the month of August and September over a decade. It currently looks like such
How do I get the histogram to stop leaving gaps for months other than August and September? For example, I want my x-axis to contain the counts for dates in the following order: August 2001, September 2001, August 2002, September 2002, August 2003, September 2003... August 2017, September 2017.