Adding mode to geom_hdr_rug
Sayani07 opened this issue · 4 comments
Sayani07 commented
Adding mode to geom_hdr_rug
sparce commented
Added as lines for consistency with geom_hdr_boxplot
. I'm not convinced that a line is the right choice for the rug that sits up against the axes however. Maybe we should consider using a point for this instead?
ggplot(faithful, aes(y = eruptions, x = waiting)) +
geom_hdr_rug(sides = "trbl") +
geom_point() +
theme_bw()
mitchelloharawild commented
I like the lines.
emitanaka commented
+1 to lines
mitchelloharawild commented
LGTM, closing as it has been added 🎉