/car_registrations

Swiss car registrations per model visualized as bar race chart

Primary LanguageR

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 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.