Skip to content

Instantly share code, notes, and snippets.

@brantfaircloth
Last active September 4, 2015 13:44
Show Gist options
  • Save brantfaircloth/331135 to your computer and use it in GitHub Desktop.
Save brantfaircloth/331135 to your computer and use it in GitHub Desktop.
Rotate labels in ggplot (older versions)
q = qplot(chr_only$target_chromo, chr_only$count, geom="bar")
q + opts(axis.text.x=theme_text(angle=-45, hjust=0))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment