Skip to content

Commit dc0b45f

Browse files
committed
marginal PPD fill is white
1 parent 00b45e6 commit dc0b45f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/helpers-gg.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ scale_fill_ppd <-
153153
show_marginal = FALSE,
154154
...) {
155155
if (isTRUE(show_marginal)) {
156-
default_values <- setNames(get_color(c("d", "l")), nm = c("PPD", "ypred"))
156+
default_values <- c(PPD = "white", ypred = get_color("l"))
157157
} else {
158158
default_values <- get_color("m")
159159
}

0 commit comments

Comments
 (0)