bayesplot icon indicating copy to clipboard operation
bayesplot copied to clipboard

legend border on ppc_freqpoly_grouped

Open tjmahr opened this issue 7 years ago • 1 comments

Not sure what's going on here.

library(bayesplot)
y <- example_y_data()
yrep <- example_yrep_draws()
group <- example_group_data()
ppc_freqpoly_grouped(y, yrep[1:3,], group, alpha = .5)

image

tjmahr avatar Feb 06 '18 15:02 tjmahr

Weird. I hadn't noticed that before. I assume it's been happening all along since I'm not sure what change we made that could affect that. Or maybe something relevant in ggplot2 changed?

jgabry avatar Feb 09 '18 18:02 jgabry