Skip to content

Instantly share code, notes, and snippets.

@andersonzhu
Created June 21, 2018 21:39
Show Gist options
  • Save andersonzhu/61add44ca85f0fb3f7b7b0610d98a7d7 to your computer and use it in GitHub Desktop.
Save andersonzhu/61add44ca85f0fb3f7b7b0610d98a7d7 to your computer and use it in GitHub Desktop.
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