wilkelab / ggridges

Ridgeline plots in ggplot2
https://wilkelab.org/ggridges
GNU General Public License v2.0
412 stars 31 forks source link

Support `grid::pattern()` / gradient fills #94

Open trevorld opened 5 months ago

trevorld commented 5 months ago

{ggplot2} 3.5.0 geoms were updated to accept grid.pattern() / gradient fills. The geoms in {ggridges} could also be updated to accept such fills:

clauswilke commented 5 months ago

You're welcome to prepare a PR.