Skip to content

Commit

Permalink
Merge pull request #153 from victorhartman/patch-1
Browse files Browse the repository at this point in the history
fix facet_wrap title box removing upper box line
  • Loading branch information
jacob-long authored Aug 9, 2024
2 parents 717422b + ea42717 commit d8a3de4
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 d8a3de4

Please sign in to comment.