-
Notifications
You must be signed in to change notification settings - Fork 125
Closed
Description
Hi @mtennekes -- I am now starting working on the animation chapter of the book, and:
- It seems that there are some inconsistencies between tm_animate and tmap_animation (that you seem to be aware of transition (animation) #1059 (comment))
- Do I assume correctly that two possible workflows exist:
- (a) defining the animation variable and other parameters with tm_animate (or _slow) and then viewing the results interactively
- (b) defining the animation variable and other parameters with tm_animate (or _slow), saving to an object, and then saving to an animation file
(I know, that also tm_facets could be used -- but for teaching purposes I want to focus on the "recommended" approaches...)
(https://gganimate.com/articles/gganimate.html -- to see how it is done in gganimate)