Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Support grid::pattern() / gradient fills #98

Merged
merged 2 commits into from
Dec 11, 2024

Conversation

trevorld
Copy link
Contributor

  • 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

* 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
@clauswilke
Copy link
Collaborator

Thanks! Please add an entry in NEWS.md.

@clauswilke clauswilke merged commit 344e40f into wilkelab:master Dec 11, 2024
@clauswilke
Copy link
Collaborator

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support grid::pattern() / gradient fills
2 participants