I have spend hours attempting do to something as simple as generating a bar graph where all discrete x-axis labels appear, instead of the values being shown as intervals.
ggplot(data=NORM_VET_Ent_2, aes(x=aar,fill=analytt))+geom_bar()
The x values are all years from 2000-2020, however, only intervals of 5 years are displayed on the graph

Don't mind that the axis-labels will be overlapping. I will fix that by rotating the labels