Last active
September 4, 2015 13:44
-
-
Save brantfaircloth/331135 to your computer and use it in GitHub Desktop.
Rotate labels in ggplot (older versions)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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