Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mayer79/car_registrations
Swiss car registrations per model visualized as bar race chart
https://github.com/mayer79/car_registrations
Last synced: 15 days ago
JSON representation
Swiss car registrations per model visualized as bar race chart
- Host: GitHub
- URL: https://github.com/mayer79/car_registrations
- Owner: mayer79
- Created: 2019-07-19T13:55:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-16T13:34:52.000Z (almost 5 years ago)
- Last Synced: 2024-10-04T12:57:08.068Z (3 months ago)
- Language: R
- Size: 41.7 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bar chart race with Swiss car registration data
We used publicly available data on monthly Swiss car registrations per model taken from
https://www.auto.swiss/statistiken/pw-zulassungen-nach-marken.
The monthly counts per model since Januarly 2017 are collected and visualized in **bar chart race**.
We used the statistical software [R](https://cran.r-project.org/) along with packages `ggplot2` and `gganimate` to create the visualization, see e.g. blog post https://www.datanovia.com/en/blog/gganimate-how-to-create-plots-with-beautiful-animation-in-r/.
Not unlike a `facet_wrap` in `ggplot`, `gganimate` adds a time dimension to the figure.