I am interested in using gganimate
with gradients and hand-drawn and painty-type fill effects (see sketchy and painty and gradients here: https://semiotic.nteract.io/guides/sketchy-painty-patterns). Is this possible? I have found that ggrough
(https://xvrdm.github.io/ggrough/) is able to convert ggplot2
objects to have these kinds of effects. However, is it possible to use ggrough
or some other thing to combine with gganimate
?
And is there another way to do this, even in base ggplot2
(i.e., not using gganimate
?) Note that I fear the answer to both questions are no, particularly with gradient fills (see @hadley Hadley Wickhams's answer to this question: How to add texture to fill colors in ggplot2).
Or is there another solution that still uses ggplot2
, but not gganimate
? I suppose that if it were possible in base ggplot2
that I could make many individual files and stitch them together to make a .gif. Although in theory I could do this using the output from ggrough
.