We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b94da2f commit 752293bCopy full SHA for 752293b
1 file changed
R/ppc-discrete.R
@@ -166,7 +166,7 @@ ppc_bars <-
166
scale_color_ppc(
167
values = get_color("d"),
168
labels = yrep_label(),
169
- guide = guide_legend(order = 1)
+ guide = guide_legend(order = 1, override.aes = list(size = .75 * size))
170
) +
171
scale_fill_ppc(values = get_color("l"), labels = y_label()) +
172
scale_x_continuous(breaks = pretty) +
0 commit comments