Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ndleah/gganimate
plot animation visualizations with gganimate
https://github.com/ndleah/gganimate
data-visualization dataviz gganimate ggplot ggplot-extension ggplot2 rstudio
Last synced: 26 days ago
JSON representation
plot animation visualizations with gganimate
- Host: GitHub
- URL: https://github.com/ndleah/gganimate
- Owner: ndleah
- Created: 2022-03-29T04:44:10.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-08T06:25:55.000Z (almost 3 years ago)
- Last Synced: 2024-11-13T08:39:21.764Z (3 months ago)
- Topics: data-visualization, dataviz, gganimate, ggplot, ggplot-extension, ggplot2, rstudio
- Language: R
- Homepage: https://medium.com/@ndleah/animation-plot-with-gganimate-e34f8ae5d837
- Size: 956 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Star Badge](https://img.shields.io/static/v1?label=%F0%9F%8C%9F&message=If%20Useful&style=style=flat&color=BC4E99)
![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)
[![View My Profile](https://img.shields.io/badge/View-My_Profile-green?logo=GitHub)](https://github.com/ndleah)
[![View Repositories](https://img.shields.io/badge/View-My_Repositories-blue?logo=GitHub)](https://github.com/ndleah?tab=repositories)# gganimate
> This project is designed to give me the experience in using R, in particular gganimate package to create animation plots as part of my master subject assignment at **University of Technology Sydney**.
![Issues](https://img.shields.io/github/issues/ndleah/gganimate?style=social&logo=github)
![Pull Requests](https://img.shields.io/github/issues-pr/ndleah/gganimate?style=social&logo=github)
![Forks](https://img.shields.io/github/forks/ndleah/gganimate?style=social&logo=github)
![Stars](https://img.shields.io/github/stars/ndleah/gganimate?style=social&logo=github)## 🔧 Description
Data visualization is critical to any data science project because it enables effective data storytelling through graphs and plots. Additionally, data visualization with R is a necessary skill to develop in order to communicate effectively with stakeholders.
Concentrating on a statistical chart, on the other hand, is difficult in most cases, and you have no control over the pace at which the information is presented, particularly with time series analysis. The `gganimate` package extends `ggplot`, allowing us to create visually appealing data animations with only a few additional lines of code. Furthermore, we can customize and enhance the interactivity of your graphs. I will demonstrate how to further enhance these `ggplot` visualizations by animating them using the `gganimate` package in this report.
[![Read Medium Blog](https://img.shields.io/badge/READ-MEDIUM_BLOG_-971901?style=for-the-badge&logo=R)](https://medium.com/@ndleah/animation-plot-with-gganimate-e34f8ae5d837)
## ✨ Outputs
In our case we will use the `gapminder` dataset, as it is a classic dataset in the animation field. The final output will look like this:
## ✨ Contribution
Contributions, issues, and feature requests are welcome!
To contribute to this project, see the GitHub documentation on **[creating a pull request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request)**.
---
## 👏 Support
Give a ⭐️ if you like this project!
## 📝 Feedback
If you have any feedback or ideas to improve this project, feel free to contact me via
___________________________________
© 2021 Leah Nguyen