/30DayChartChallenge2023

30DayChartChallenge, Edition 2023

Primary LanguageRMIT LicenseMIT

30DayChartChallenge2023

2023

Learn more about #30DayChartChallenge:

My submissions

Day 1 – Part-To-Whole

Day01

ggplot2 visual using pictorial percentage chart (see part-to-whole)

Resources that helped:

Day 2 - Waffle

Day02

ggplot2 waffle

  • Code: Day02.R
  • Packages used: tidyverse (ggplot2, plyr), rvest, janitor, patchwork, liamgilbey/ggwaffle
  • Data sources: Wikipedia lists of single-movie box office gross revenues; ex. year of 1969
  • Notes:
    • Legend output has a bug I couldn't work around.
    • Some months have 6 weeks (vs. usual 4-5 weeks) in length. This impacts the "ease" of looking at the visual.
    • Color choice could use some work.

Resources that helped: