mjskay / tidybayes

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

avoid splitting slab outline into chunks when only fill needs to be split #190

Closed mjskay closed 5 years ago

mjskay commented 5 years ago

basically, make a generic version of group_slab_by_colour that takes in the aesthetics to split by and then apply it separately for the fill polygon and the outline path. Should improve the appearance of paths when fill gradients are used.