Skip to content

Commit e3b1c32

Browse files
Drop ppd-distributions.R change (already covered by PR stan-dev#430)
1 parent c953ff7 commit e3b1c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/ppd-distributions.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ ppd_dens_overlay <-
6666
scale_color_ppd(
6767
values = get_color("m"),
6868
guide = guide_legend( # in case user turns legend back on
69-
override.aes = list(linewidth = 2 * size, alpha = 1))
69+
override.aes = list(size = 2 * size, alpha = 1))
7070
) +
7171
bayesplot_theme_get() +
7272
dont_expand_axes() +

0 commit comments

Comments
 (0)