The x- and y axis tick labels are overlapping in RStudio. My code is as follows:
ggplot(data1_df, aes(x = Date, y = CO2, group = State, colour = State)) +
geom_line() +
xlab("Year") +
ylab("CO2 Emissions") +
ggtitle("CO2 Emissions by State, 1970-2020")
Here is my graph:
Here are my CO2
values: