.@CDCgov - Why is your upper bound threshold for deaths less in 2019 than in 2020? This is extremely fishy to me.
It's overall 2.3% less for the same periods in 2019 vs 2020 or ~63k.
For those who want an explanation. The CDC uses this chart to estimate excess deaths, but the upper bound threshold in 2020 is 2.3% lower than it was for 2019. US population is growing.
The threshold grew 2.4% from 2018 to 2019 and about the same from 2017 to 2018.
This totaled threshold in millions for the first 47 weeks is:
2018: 2.67
2019: 2.74
2020: 2.67
If 2020 threshold grew by ~2% then then the 2020 current threshold would be at 2.8 million or 130k.
The current actual estimated deaths in 2020 is 2.91 million or only 110k above the 2.8 million threshold and NOT the 240k above the current CDC threshold.
Explanation of matplotlib "inches" - a tutorial thread
Inches is a relative term. You must know the figure dpi (dots per inch) and your screen's dpi to make sense of it. Default inline dpi is 72. Below figure is 5 x 2 "figure inches" or 360 x 144 pixels.
Using a screen ruler program (Onde Rulers) it actually measures as 2.2 x .98 "screen inches" on my screen and 324 x 144 pixels
Why not 360 x 144 pixels? Because figures are displayed in the notebook with setting bbox_inches set to 'tight' which trims some of the figure.