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
* `update_alpha()` updates fill colour and/or pattern transparency.
+ It is a fork of `ggplot2::fill_alpha()` by @teunbrand.
+ It does not depend on `{ggplot2}` or `{scales}`.
+ It does not throw an error with a length one list of a vector of multiple colours.
progress on #67
* `update_alpha()` updates fill colour and/or pattern transparency.
+ It is a fork of `ggplot2::fill_alpha()` by @teunbrand.
+ It does not depend on `{ggplot2}` or `{scales}`.
+ It does not throw an error with a length one list of a vector of multiple colours.
progress on #67
For patterns that pass a
fill
to{grid}
support pattern fills instead of just colorsRelated issues in other projects:
<GridPattern>
fills. tidyverse/ggplot2#5299pattern_fill
(and more) to take a **list** of (color) vectors ggpattern#100The text was updated successfully, but these errors were encountered: