Skip to content

Instantly share code, notes, and snippets.

@derekpowell
Created January 23, 2018 22:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save derekpowell/acc0458df692a680b486f5e6e4a04e2f to your computer and use it in GitHub Desktop.
Save derekpowell/acc0458df692a680b486f5e6e4a04e2f to your computer and use it in GitHub Desktop.
R: rotate ggplot axis labels 90 degrees
theme(axis.text.x = element_text(angle = 90, hjust = 1))
@derekpowell
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment