The cost of each iPhone at launch, adjusted for inflation

Share this story

via zonination:

Data came from this atrocity, which had truncated bars. I did the minimum for remixing, which was transforming it to proper coordinates.

More reasons why bar chart baselines should always start at 0.

at-zero/">https://flowingdata.com/2015/08/31/bar-chart-baselines-start-at-zero/
  • http://www.storytellingwithdata.com/blog/2012/09/bar-charts-must-have-zero-baseline
  • https://chandoo.org/wp/start-your-bar-charts-from-zero/

    • Tools used: R and ggplot2. Raw script
    • Data source: here which you can import directly in R via library(tidyverse); ip<-read_csv("https://pastebin.com/raw/XsFrQWCa")
    2 views