y_angle | R Documentation |
Set y axis labels at any angle
y_angle(y = 30)
y |
angle in degrees |
require(ggplot2)
mpg |> ggplot2::ggplot(aes(x=hwy,y=manufacturer)) + geom_boxplot() + y_angle(45)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.