I am trying to expand the space between the periods on the x-axis so that the years are not overlapping
ggplot(LEcont, aes(Date, Value, color = Country, group = Country)) +
geom_line()+
theme_classic()+
labs(colour="Continents")+
labs(x="Period")+
labs(y="Life expectancy in years")