Send
Close Add comments:
(status displays here)
Got it! This site "robinsnyder.com" uses cookies. You consent to this by clicking on "Got it!" or by continuing to use this website. Note: This appears on each machine/browser from which this site is accessed.
Misleading charts
1. Misleading charts
It is well known that visual depictions of data can be misleading.
These deceptions are well known and much written about them.
This page looks at one such possible deception. Or is it?
2. Headline
Let us look at a headline from 2020-03-31 from the New York Times.
Opinion title: "Not winning this fight"
by David Leonhardt (Opinion Columnist)
3. Introduction
Here is the introduction.
China and South Korea have flattened their curves. Italy, Spain, Germany and the Netherlands have begun to flatten their curves. The United States still has not.
4. Chart
Here is the chart, showing (absolute) data as reported from the U.S., Spain, Italy and China.
Here is the Python code [#1]
Here is the output of the Python code.
Note that when floating point divisions, the approximation leads to such printed numbers taking a lot of space. One can adjust this by displaying them rounded to a desired amount.
5. Chart image with original data
The original data uses an absolute scale.
6. Chart image with adjusted data
The adjusted data uses a relative scale, as in per-capita, based on population.
Does it make a difference?
7. Exploratory data analysis
Looking at data in various ways to find patterns, etc., is often called exploratory data analysis.
8. End of page