Skip to content

Instantly share code, notes, and snippets.

@mvuorre
Created February 20, 2016 02:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mvuorre/bb1e3e412cfa88590f97 to your computer and use it in GitHub Desktop.
Save mvuorre/bb1e3e412cfa88590f97 to your computer and use it in GitHub Desktop.
library(ggplot2)
theme_spss <- function(base_family = "Helvetica") {
theme(text = element_text(family = base_family, face = "bold"),
axis.ticks = element_line(colour = "black", size = 1),
panel.background = element_rect(colour = "black",
fill = "gray90", size = 1.5),
panel.grid = element_blank(),
aspect.ratio = 1)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment