{"id":20021770,"url":"https://github.com/ndleah/gganimate","last_synced_at":"2025-06-21T17:06:59.715Z","repository":{"id":105089089,"uuid":"475283031","full_name":"ndleah/gganimate","owner":"ndleah","description":"plot animation visualizations with gganimate","archived":false,"fork":false,"pushed_at":"2022-04-08T06:25:55.000Z","size":979,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-02T03:43:01.492Z","etag":null,"topics":["data-visualization","dataviz","gganimate","ggplot","ggplot-extension","ggplot2","rstudio"],"latest_commit_sha":null,"homepage":"https://medium.com/@ndleah/animation-plot-with-gganimate-e34f8ae5d837","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ndleah.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-29T04:44:10.000Z","updated_at":"2023-09-14T08:03:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"de7c2d9b-93fa-4af1-91bd-cfdce67ce9e0","html_url":"https://github.com/ndleah/gganimate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ndleah/gganimate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndleah%2Fgganimate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndleah%2Fgganimate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndleah%2Fgganimate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndleah%2Fgganimate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ndleah","download_url":"https://codeload.github.com/ndleah/gganimate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndleah%2Fgganimate/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261162067,"owners_count":23118221,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-visualization","dataviz","gganimate","ggplot","ggplot-extension","ggplot2","rstudio"],"created_at":"2024-11-13T08:38:09.032Z","updated_at":"2025-06-21T17:06:54.678Z","avatar_url":"https://github.com/ndleah.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Star Badge](https://img.shields.io/static/v1?label=%F0%9F%8C%9F\u0026message=If%20Useful\u0026style=style=flat\u0026color=BC4E99)\n![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)\n[![View My Profile](https://img.shields.io/badge/View-My_Profile-green?logo=GitHub)](https://github.com/ndleah)\n[![View Repositories](https://img.shields.io/badge/View-My_Repositories-blue?logo=GitHub)](https://github.com/ndleah?tab=repositories)\n\n\n# gganimate \u003cimg src=\"https://lh3.googleusercontent.com/fj_xc7e6U44ZWFbENwiA9Y2sfn-5u8YG9oGM1-vKKPTaqDi-fJ7ypmImb9xR4lYyWzRzaFXmMtJC4dlVMskgBSS8qBC-LsACiRMRd4s=w289\" align=\"right\" width=\"150\"/\u003e\n\n \u003e 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**. \n\n![Issues](https://img.shields.io/github/issues/ndleah/gganimate?style=social\u0026logo=github)\n![Pull Requests](https://img.shields.io/github/issues-pr/ndleah/gganimate?style=social\u0026logo=github)\n![Forks](https://img.shields.io/github/forks/ndleah/gganimate?style=social\u0026logo=github)\n![Stars](https://img.shields.io/github/stars/ndleah/gganimate?style=social\u0026logo=github)\n\n## 🔧 Description\n\nData 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.\n\nConcentrating 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.\n\n\u003ccenter\u003e\n\n[![Read Medium Blog](https://img.shields.io/badge/READ-MEDIUM_BLOG_-971901?style=for-the-badge\u0026logo=R)](https://medium.com/@ndleah/animation-plot-with-gganimate-e34f8ae5d837)\n\n\u003c/center\u003e\n\n## ✨ Outputs\nIn 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:\n\n\u003cp align=\"center\"\u003e\n  \u003cimg width=100% height=100%\" src=\"output.gif\"\u003e\n\n## ✨ Contribution\n\nContributions, issues, and feature requests are welcome!\n\nTo 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)**.\n\n---\n\n## 👏 Support\n\nGive a ⭐️ if you like this project!\n\n## 📝 Feedback\n\nIf you have any feedback or ideas to improve this project, feel free to contact me via\n\n\u003ca href=\"https://www.linkedin.com/in/ndleah/\"\u003e\n  \u003cimg align=\"left\" alt=\"Leah's LinkdedIn\" width=\"22px\" src=\"https://cdn.jsdelivr.net/npm/simple-icons@v3/icons/linkedin.svg\" /\u003e\n\n\u003c/a\u003e\n\u003ca href=\"https://github.com/ndleah\"\u003e\n  \u003cimg align=\"left\" alt=\"Leah's Github\" width=\"22px\" src=\"https://cdn.jsdelivr.net/npm/simple-icons@v3/icons/github.svg\" /\u003e\n\u003c/a\u003e\n\n___________________________________\n\n\u003cp\u003e\u0026copy; 2021 Leah Nguyen\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fndleah%2Fgganimate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fndleah%2Fgganimate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fndleah%2Fgganimate/lists"}