Skip to content

Commit 752293b

Browse files
committed
ppc_bars: shrink point in legend
1 parent b94da2f commit 752293b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/ppc-discrete.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ ppc_bars <-
166166
scale_color_ppc(
167167
values = get_color("d"),
168168
labels = yrep_label(),
169-
guide = guide_legend(order = 1)
169+
guide = guide_legend(order = 1, override.aes = list(size = .75 * size))
170170
) +
171171
scale_fill_ppc(values = get_color("l"), labels = y_label()) +
172172
scale_x_continuous(breaks = pretty) +

0 commit comments

Comments
 (0)