Skip to content

Commit d8a3de4

Browse files
authored
Merge pull request #153 from victorhartman/patch-1
fix facet_wrap title box removing upper box line
2 parents 717422b + ea42717 commit d8a3de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/theme_apa.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ theme_apa <- function(legend.pos = "right", legend.use.title = FALSE,
106106
strip.text.x = ggplot2::element_text(size = facet.title.size), # facet labs
107107
strip.text.y = ggplot2::element_text(size = facet.title.size),
108108
# facet titles
109-
strip.background = ggplot2::element_rect(colour = "white", fill = "white"),
109+
strip.background = ggplot2::element_rect(colour = NA, fill = NA),
110110
panel.background = ggplot2::element_rect(fill = "white"),
111111
plot.title.position = "panel",
112112
# complete = TRUE

0 commit comments

Comments
 (0)