Skip to content

Commit 9564050

Browse files
authored
prevent ppv legend key background from turning grey
1 parent 0f36c65 commit 9564050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/ppc-intervals.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ ppc_ribbon <-
274274
}
275275
g +
276276
scale_color_ppc() +
277-
scale_fill_ppc(values = c(NA, get_color("l"))) +
277+
scale_fill_ppc(values = c(NA, get_color("l")), na.value = NA) +
278278
intervals_axis_labels(has_x = !is.null(x)) +
279279
bayesplot_theme_get()
280280
}

0 commit comments

Comments
 (0)