ggpattern
ggpattern copied to clipboard
ggplot geoms with pattern fills
Old R CMD check suddenly stopped working yesterday. Now gets run-time example error which seems that "units" library was not built or linked correctly? https://github.com/trevorld/ggpattern/actions/runs/8919218796/job/24495039812#step:9:87 However that script was old...
See #104
Sprint goals: * [x] #81 * [x] #94 * [x] #95 * [x] #100 * [x] #106 * [x] #107 * [x] #110 * [x] #111 * [x] #112 *...
# Undocumented {gridpattern} patterns * [ ] fill * [ ] text # Original comment * The "text" pattern seems to be the only `{gridpattern}` builtin pattern--hence supported by `{ggpattern}`--not...
* Update repo location and examples website to point to most up-to-date locations * https://github.com/ggplot2-exts/gallery
* There are a bunch of {`ggpattern`} `pattern_fill` **color** scales e.g. `scale_pattern_fill_brewer()`, `scale_pattern_fill_distiller()`, `scale_pattern_fill_gradient()`, `scale_pattern_fill_grey()`, `scale_pattern_fill_hue()`, `scale_pattern_fill_viridis()`, ... * Now that `{ggpattern}` support **pattern** `pattern_fill` values should we provide scale(s)...
Hi, Thanks for this awesome package. I was wondering if there is any plan to support the `ggridges` package? I am using `stat_density_ridges` function from `ggridges` and `ggpattern` does not...
Support isotype plots as implemented in [ggtextures](https://github.com/clauswilke/ggtextures) and used to great effect in [ggbarf](https://github.com/karawoo/ggbarf/)
Would love a way to fill in a geom_point with an image of my choice. Effectively, what I'd like to be to do is re-create a chart like this one:...
Hi, As discussed on Twitter, just requesting support for pattern fill in treemaps created by `treemapify::geom_treemap`. I'll try to work on it myself and send a PR, but I'm not...