Replies: 2 comments
-
Look at gganimate documentation (e.g., https://gganimate.com/reference/animate.html) or the engine documentation ( Quarto is not controlling this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Before anything else: that version is a year old to the day. Your question doesn't look directly related to Quarto, but you're missing a year's full of bugfixes, and some of them might be relevant. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hello,
I am creating a HTML document with Quarto 1.3.433. Usually when rendering the document, the rendered files (png) are saved in a folder on the folder level of the qmd-document.
Example: The folder is named groundwater. In groundwater the file groundwater_level.qmd exists. The rendered files are then created in groundwater/groundwater_level_files/figure-html/unnamed-chunk-2-1.png
However, when I use gganimate and the rendered file is a gif, the files are saved in the project folder (execute-dir) instead. So the gif cannot be displayed in the rendered HTML document.
Here is how I use gganimate:
Any ideas why the render directory changes depending on the file type?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions