ggforce icon indicating copy to clipboard operation
ggforce copied to clipboard

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

Open trevorld opened this issue 2 months ago • 0 comments

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

  • [ ] Bump required ggplot2 version number to v3.5
  • [ ] Replace code like fill = alpha(fill, alpha) with fill = ggplot2::fill_alpha(fill, alpha)

trevorld avatar Apr 24 '24 18:04 trevorld