You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Support grid::pattern() / gradient fills (#98)
* feat: Support 'grid::pattern()' / gradient fills
* Bumps required {ggplot2} to v3.5.0 when `fill_alpha()` was introduced.
* Replace each `fill = alpha(fill, alpha)` with `fill = fill_alpha(fill, alpha)`.
closes#94
* docs(NEWS.md): Add entry for pattern fill feature
0 commit comments