-
Notifications
You must be signed in to change notification settings - Fork 311
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
'The animation object does not specify a save_animation method' #335
Comments
Please try the following:
|
ismirsehregal, that worked for me, thanks! |
Worked for me too. Why has it taken nearly 2 hours to find a solution to this problem? Seems like this is a really cool package but still serious implementation problems. |
This worked perfectly. Thanks! |
I'm really struggling with
I'm using the most updated version of gganimate (1.0.5 not 1.0.3).
myPlot works fine - ‘myPlot‘ renders a fine animation. Adding ‘animate‘ leads to the error. |
The reply to the initial post states to include |
Hi, |
Hi, I have trouble saving gganimate animations. It would be great if anyone could help.
This is the code I'm trying to compile:
It runs fine without the last line. However, when I add the last line (anim_save), then I get this error:
Error: The animation object does not specify a save_animation method
Here is my Session Info:
Does anyone know, why the error occurs and how I can fix this?
The text was updated successfully, but these errors were encountered: