Skip to contents

Gives me the code to rotate axis labels.

Usage

ft_ggplot2_rotate_axis_labels()

Value

string

Examples

ft_ggplot2_rotate_axis_labels()
#> scale_x_discrete(guide = guide_axis(angle = 90))
#> 
#> theme(axis.text.x=element_text(angle = 90)
#> 
#> coord_flip()