Navigation Menu

Skip to content

Commit

Permalink
updates theme_void() for tidyverse#1565
Browse files Browse the repository at this point in the history
  • Loading branch information
Katiedaisey committed Mar 10, 2016
1 parent 93d84ba commit 0f971ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions R/theme-defaults.r
Expand Up @@ -276,13 +276,18 @@ theme_void <- function(base_size = 12, base_family = "") {
margin = margin(), debug = FALSE
),
plot.margin = unit(c(0, 0, 0, 0), "lines"),
panel.background = element_blank(),
panel.grid.major = element_blank(),
axis.line = element_blank(),
axis.ticks = element_blank(),
axis.text.x = element_blank(),
axis.text.y = element_blank(),
axis.title.x = element_blank(),
axis.title.y = element_blank(),
legend.text = element_text(size = rel(0.8)),
legend.title = element_blank(),
strip.text = element_text(size = rel(0.8)),
strip.background = element_blank(),

complete = TRUE
)
Expand Down

0 comments on commit 0f971ea

Please sign in to comment.