I need help with my plot, I am using 56 airlines in the X axis and there is not enough room how can you fix this?
ggplot(airline_safety, aes(x=airline ,y=incidents_85_99)) + geom_point()
I need help with my plot, I am using 56 airlines in the X axis and there is not enough room how can you fix this?
ggplot(airline_safety, aes(x=airline ,y=incidents_85_99)) + geom_point()