Skip to content

Instantly share code, notes, and snippets.

@TonyLadson
Last active March 22, 2016 10:27
Show Gist options
  • Save TonyLadson/cc60bbb3cbadf0e72619 to your computer and use it in GitHub Desktop.
Save TonyLadson/cc60bbb3cbadf0e72619 to your computer and use it in GitHub Desktop.
BwTheme = theme_bw() +
theme(
panel.background = element_rect(fill="gray98"),
axis.title.x = element_text(colour="grey20", size=20, margin=margin(20,0,0,0)),
axis.text.x = element_text(colour="grey20",size=14),
axis.title.y = element_text(colour="grey20",size=20, margin = margin(0,20,0,0)),
axis.text.y = element_text(colour="grey20",size=14),
legend.title = element_text(colour="grey20",size=12),
plot.margin = unit(c(0.5, 0.5, 1, 0.5), "cm")) # top, right, bottom, left
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment