-
-
Notifications
You must be signed in to change notification settings - Fork 334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warning: Ignoring unknown aesthetics: frame // Use for gganimate #37
Comments
Is this issue specific to blogdown? i.e. is it reproducible in a normal R Markdown document? |
in the R markdown it is working as expected (animated GIF), for blogdown a number of static images is generated. [1] https://cdn.rawgit.com/gresch/r_playground/52ebec03/gganimate/201611_gganimate_Packages%20functionality%20examples%20using%20Gapminder%20data.nb.html |
I've got this problem too, although it doesn't seem to be restricted to blogdown, it's also happening whenever I try to knit the document or when I published it as an RPub. When I try
|
I'm not very familiar with the codebase of gganimate, so I'll defer this issue to @dgrtwo. Before he chimes in, here is another method you can use, which requires the installation of FFmpeg:
|
I use gganimate to animate a ggplot2 graph. However, blogdown generates separate pictures (as many pics as given in the frame input) instead of one animated GIF.
The text was updated successfully, but these errors were encountered: