Skip to content

Instantly share code, notes, and snippets.

@mdlincoln
Created October 31, 2015 19:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mdlincoln/6129dc8b3a31f91af881 to your computer and use it in GitHub Desktop.
Save mdlincoln/6129dc8b3a31f91af881 to your computer and use it in GitHub Desktop.
Add this snippet to rotate x-axis labels by 45º in ggplot2
theme(axis.text.x = element_text(angle = 45, hjust = 1))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment