Trevor L. Davis
Trevor L. Davis
Although we'd still welcome a PR that adds a `geom_circle_pattern()` to `{ggpattern}` in the future it may be possible to directly use pattern/gradient fills with `ggforce::geom_circle()`: https://github.com/thomasp85/ggforce/issues/323
A user recently wrote in an email: > I recently wanted to apply patterns to `geom_treemap()` ... I am wondering whether this is on your agenda – and whether I...
* Pattern fills (such as those returned by `gridpattern::patternFill()`) should now work in the development version of `{treemapify}`: https://github.com/wilkox/treemapify/commit/082641ae9acd1461a59066dd2a1ec833be7c2d72 * We'll keep this issue open in case someone would like...
[Also note one can achieve a similar affect via `facet_grid()`](https://stackoverflow.com/a/58029263/2121942): ```r library(ggplot2) library(ggpattern) df
Although we'd still welcome a PR that adds `{ggridges}` style geoms to `{ggpattern}` in the future it may be possible to directly use pattern/gradient fills with `{ggridges}`: https://github.com/wilkelab/ggridges/issues/94
Possibly related to the recent absolute/relative path bugs in {pkgdown} / {rmarkdown} / {knitr} and may go away after their next CRAN releases?
The recent CRAN updates to {rmarkdown} and {knitr} seemed to have done the trick.
Pretty straightforward to write R code which writes Wavefront OBJ code that generates colored cubes (`piecepackr::save_piece_obj()` is an example of R code that writes OBJ code for individual textured board...
> But how to get the vertices of the cubes? * The data frame gives you the center of the cube (which will be rounded to integer values) * `{isocubes}`...
@RishiKumarRay , if you are manually adjusting any `pp_cfg()` object's caching behavior by manually setting its `cache_shadow` binding to `FALSE` (or the default `TRUE`) then you should instead be setting...