Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jacob-long/jtools
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-long committed Aug 9, 2024
2 parents 95fe794 + d8a3de4 commit bac1990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/theme_apa.R
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ theme_apa <- function(legend.pos = "right", legend.use.title = FALSE,
strip.text.x = ggplot2::element_text(size = facet.title.size), # facet labs
strip.text.y = ggplot2::element_text(size = facet.title.size),
# facet titles
strip.background = ggplot2::element_rect(colour = "white", fill = "white"),
strip.background = ggplot2::element_rect(colour = NA, fill = NA),
panel.background = ggplot2::element_rect(fill = "white"),
plot.title.position = "panel",
# complete = TRUE
Expand Down

0 comments on commit bac1990

Please sign in to comment.