ggplotd
ggplotd copied to clipboard
Splendid
Do you have any plans to add gganimate? Or can you somehow create a gif using ggplotd?
Thanks! 🌞
I am currently not planning on adding new features, but pull requests are welcome.
The best way to make an animation currently is to either use the gtk frontend and replot the plots every frame. Or to save separate frames and combine the into an animated gif: https://dototot.com/how-to-create-animated-gifs-from-a-png-sequence-with-imagemagick-and-the-command-line/
I am currently not planning on adding new features, but pull requests are welcome.
The best way to make an animation currently is to either use the gtk frontend and replot the plots every frame. Or to save separate frames and combine the into an animated gif: https://dototot.com/how-to-create-animated-gifs-from-a-png-sequence-with-imagemagick-and-the-command-line/
Thanks for the tip