mjskay / tidybayes

Bayesian analysis + tidy data + geoms (R package)
http://mjskay.github.io/tidybayes
GNU General Public License v3.0
712 stars 59 forks source link

stat_histintervalh(), outline individual bars #222

Closed ASKurz closed 4 years ago

ASKurz commented 4 years ago

It would be handy if stat_histintervalh() included an aesthetic setting that controlled the outlines between the bars. See this twitter thread.

mjskay commented 4 years ago

Yeah. The most obvious approach off the top of my head might be an option to make it so that the existing outline also goes between the bars. Would that be sufficient for your use case?

ASKurz commented 4 years ago

Yes. My impression is that's how the color argument works within ggplot2::geom_histogram().

ASKurz commented 4 years ago

Woot!