Skip to content

Instantly share code, notes, and snippets.

@dylanjm
Created September 23, 2017 03:43
Show Gist options
  • Save dylanjm/d8a386514a31a0bebca92cc1bb7fceeb to your computer and use it in GitHub Desktop.
Save dylanjm/d8a386514a31a0bebca92cc1bb7fceeb to your computer and use it in GitHub Desktop.
math335_theme <- function() {
theme_bw() + theme(panel.border = element_blank(),
panel.grid.major = element_blank(),
panel.grid.minor = element_blank(),
axis.line = element_line(colour = "black"),
plot.title = element_text(face="bold"),
axis.title = element_text(face="bold"),
plot.caption = element_text(face="italic", size = 8, color = "#4d4d4d"))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment