Created
June 21, 2018 21:39
-
-
Save andersonzhu/61add44ca85f0fb3f7b7b0610d98a7d7 to your computer and use it in GitHub Desktop.
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
myTheme <- theme(panel.grid.major=element_blank(), | |
panel.grid.minor=element_blank(), | |
panel.grid = element_blank(), | |
panel.border = element_rect(fill = NA, colour = "black", size=1), | |
panel.background = element_rect(fill = "white", colour = "black"), | |
strip.background = element_rect(fill = NA), | |
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