open plots by default

This commit is contained in:
fordprefect
2020-04-29 15:34:04 +02:00
parent 0ba6be2678
commit 4c38f2b42a
2 changed files with 23 additions and 23 deletions

View File

@@ -19,69 +19,69 @@ Not beautiful, but hopefully informing.
Data sourced from <a href=https://ourworldindata.org/coronavirus-source-data>here</a> and is gereneated from the WHO reports.
<details>
<details open>
<summary>Basics</summary>
<details>
<details open>
<summary>total cases</summary>
<img src=total_cases.png />
</details>
<details>
<details open>
<summary>new cases</summary>
<img src=new_cases.png />
</details>
<details>
<details open>
<summary>total deaths</summary>
<img src=total_deaths.png />
</details>
<details>
<details open>
<summary>new deaths</summary>
<img src=new_deaths.png />
</details>
</details>
<br>
<details>
<details open>
<summary>percentual increase</summary>
New cases relative to total cases, with moving average of 3 days.
<img src=percent_increase.png />
</details>
<details>
<details open>
<summary>doubling time</summary>
Doubling time with moving average of 3 days.
<img src=doubling_time.png />
</details>
<details>
<details open>
<summary>Deaths per cases</summary>
<img src=death_per_case.png />
</details>
<details>
<details open>
<summary>Absolute cases timeshifted to day of first reported death</summary>
Warning: data might be incomplete and not start with zero death (e.g. China).
<br>
<img src=normalized_to_first_death.png />
</details>
<details>
<details open>
<summary>Absolute cases timeshifted to day of reported infections exceeding 100</summary>
Timeshift to 100 cases, when in most countries the exponential growth fully set in.
<br>
<img src=normalized_to_100_cases.png />
</details>
<details>
<details open>
<summary>Delay from China in days</summary>
Delay from case numbers seen in China counted in days
<br>
<img src=delay_china.png />
</details>
<details>
<details open>
<summary>Delay from USA in days</summary>
Delay from case numbers seen in USA counted in days
<br>