ggfx
ggfx copied to clipboard
Filters and Shaders for 'ggplot2'
Adding `theme_void()` to a plot with a custom filter using Magick results in an error. When testing with other theme functions such as `theme_minimal()` or `theme_classic()` it works fine. Small...
Labels with negative values passed to with_outer_glow, seem to lose their "-" sign. See following example... # example contour plots library(ggplot2) library(geomtextpath) library(ggfx) df
Hi, Love the package. But I've been having some issue recently when using the with_mask function. The output is quite pixelated, to the point of being unusable for a few...