You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to map some epi data (disease location) in which it would be good to see all previously mapped points in relation to new points. Shadow_mark doesn't seem to be working for transition_manual.
Thanks
The text was updated successfully, but these errors were encountered:
a<- animate(
plot=p,
nframes=n_states,
fps=1,
detail=1,
start_pause=0,
end_pause=0,
rewind=FALSE
)
#> Error in `[[<-.data.frame`(`*tmp*`, i, value = "gray20"): replacement has 1 row, data has 0
In the current version of gganimate (1.0.8) there is no need to use shadow_mark() to keep all previously mapped data visible. Just add the argument cumulative = TRUE to the transition_manual() call.
On Fri, Sep 22, 2023, 19:02 Julian Selke ***@***.***> wrote:
In the current version of *gganimate* (1.0.8) there is no need to use
shadow_mark() to keep all previously mapped data visible. Just add the
argument cumulative = TRUE to the transition_manual() call.
—
Reply to this email directly, view it on GitHub
<#298 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALOE2IZPTVMRIKT3MOXHISLX3XHCFANCNFSM4G2C5SLQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
Trying to map some epi data (disease location) in which it would be good to see all previously mapped points in relation to new points. Shadow_mark doesn't seem to be working for transition_manual.
Thanks
The text was updated successfully, but these errors were encountered: