Repository of the latest visualizations showing confirmed daily deaths worldwide and per country relative to each's worst day.
-
You can find more background on the idea, pros and cons of this visualization and some general thoughts on how to design visualizations dealing with COVID-19 on my blog.
-
All visualizations include only countries with 50 or more confirmed daily deaths due to COIVD-19.
-
On April 17th 2020, officials in Wuhan, China, revised the city´s coronavirus death toll retrospectively; the deaths have been added proportionally to the daily confirmed deaths of China until that date.
-
I prepared the data with the help of the programming language
R
using thetidyverse
package collection and the packageslubridate
andzoo
-
I created the visualizations using the
R
graphic libraryggplot2
plus the packagesggtext
,showtext
,rcartocolor
, andgghighlight
. The animations were created from the static plots usingImageMagick
in R via themagick
package.