Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.