This is a really weird problem...
I have my data here:
with my code:
ggplot(data=data_by_day_all, aes(x=days, y=values, group=1)) +
geom_line()+
geom_point()+
theme(axis.text.x = element_text(angle = 90))
But the x axis labels is coming out like this:
Can anyone solve this or give me some advice? Thanks!