-
My durrrr #ggplot2 moment of the day - I kept on trying to set the scale of a y-axis for a boxplot with
coord_flip()
applied, thinking it would change my category labels. Not really obvious to me, but you should be setting the x-axis scale instead.
coord_flip()
applied, thinking it would change my category labels.
Not really obvious to me, but you should be setting the x-axis scale instead.