2021-10-31

How Do I Space Out the Labels on the Y axis in ggplot2?

I need to increase the spacing between my labels on the y-axis (see picture below). I have also included the code that I have used to make the plot in ggplot2.

Thanks for your help!

ggplot(who6, aes(total_cases, country))+geom_col(width = .25, position = position_dodge(width = 60*60*24))

enter image description here



from Recent Questions - Stack Overflow https://ift.tt/3bn57pf
https://ift.tt/2ZJuXkX

No comments:

Post a Comment