File:WHO Covid 2020 Jan-Aug daily c -~confirmed,-~deaths17.pdf

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file (3,300 × 1,950 pixels, file size: 32 KB, MIME type: application/pdf)

Captions

Captions

Add a one-line explanation of what this file represents

Summary

[edit]
Description
English: Visualization of the smoothed increments of "Total Confirmed Cases" (thick dashed lines) and "Total Deaths" (thin solid lines) from the available WHO COVID-19 daily situation reports (20 Jan - 16 Aug 2020). Countries are ordered descendingly by number of "Total Confirmed Cases" on 16 Aug 2020. The visualization is split into diagrams of 8 countries each, since gnuplot (in batch mode) does not support more distinct colors; all diagrams share the same scale. The vertical axis has logarithmic scale. The horizontal axis starts on 20 Jan 2020 (situation report 1) and ends on 16 Aug 2020 (situation report 209). For each day, 1/7 of the difference of the current day's figure and the figure a week ago is shown. For example, in situation report 119 (18 May 2020) and 126 (25 May 2020), there were 1432265 and 1592599 Total Confirmed Cases in the USA, respectively, so the thick dashed line passes through 22905 = (1592599-1432265)/7 on 25 May.

For an overview of all related visualizations, and a more detailled description, see WHO Covid diagram set#Available incremental diagrams Jan-Aug 2020 (daily).

Date
Source Own work
Author Jochen Burghardt

Licensing

[edit]
I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

Gnuplot source code

[edit]
Gnuplot source code
set term pdf size 22,13
set term pdf font "sans,20"
set output "WHO_Covid_c_-~confirmed,-~deaths17.pdf"
set key autotitle columnhead
set termoption noenhanced

set xrange [-1:210]
set logscale y
set logscale y2
set yrange [1:73440]
set y2range [1:73440]
set grid y2tics
unset ytics
set xtics 3650,100
set y2tics
set format y2 "%.0f"

set title "-~confirmed,-~deaths by count [17]"

$data <<EOF
rep	day	Estonia	Guinea_Bissau	Benin	Tunisia	Iceland	Sierra_Leone	Angola	Yemen	Estonia	Guinea_Bissau	Benin	Tunisia	Iceland	Sierra_Leone	Angola	Yemen
1	Jan	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
3	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
4	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
5	25	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
6	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
7	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
8	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
9	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
10	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
11	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
12	Feb	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
13	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
14	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
15	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
16	05	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
17	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
18	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
19	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
20	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
21	10	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
22	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
23	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
24	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
25	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
26	15	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
27	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
28	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
29	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
30	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
31	20	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
32	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
33	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
34	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
35	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
36	25	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
37	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
38	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
39	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
40	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
41	Mar	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
42	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
43	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
44	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
45	05	0.00001	-	-	-	-	-	-	-	0.00001	-	-	-	-	-	-	-
46	""	1	-	-	-	-	-	-	-	0.00001	-	-	-	-	-	-	-
47	""	1	-	-	-	-	-	-	-	0.00001	-	-	-	-	-	-	-
48	""	1	-	-	-	-	-	-	-	0.00001	-	-	-	-	-	-	-
49	""	1	-	-	-	8	-	-	-	0.00001	-	-	-	0.00001	-	-	-
50	10	2	-	-	0.00001	6	-	-	-	0.00001	-	-	0.00001	0.00001	-	-	-
51	""	1	-	-	1	7	-	-	-	0.00001	-	-	0.00001	0.00001	-	-	-
52	""	2	-	-	1	5	-	-	-	0.00001	-	-	0.00001	0.00001	-	-	-
53	""	1	-	-	1	5	-	-	-	0.00001	-	-	0.00001	0.00001	-	-	-
54	""	10	-	-	2	2	-	-	-	0.00001	-	-	0.00001	0.00001	-	-	-
55	15	10	-	-	2	13	-	-	-	0.00001	-	-	0.00001	0.00001	-	-	-
56	""	28	-	-	2	12	-	-	-	0.00001	-	-	0.00001	0.00001	-	-	-
57	""	28	-	-	3	21	-	-	-	0.00001	-	-	0.00001	0.00001	-	-	-
58	""	30	-	-	2	23	-	-	-	0.00001	-	-	0.00001	0.00001	-	-	-
59	""	35	-	-	4	27	-	-	-	0.00001	-	-	0.00001	0.00001	-	-	-
60	20	36	-	-	4	39	-	-	-	0.00001	-	-	0.00001	0.00001	-	-	-
61	""	29	-	-	6	49	-	-	-	0.00001	-	-	0.00001	0.00001	-	-	-
62	""	33	-	-	6	48	-	-	-	0.00001	-	-	0.00001	0.00001	-	-	-
63	""	17	-	-	8	62	-	-	-	0.00001	-	-	1	0.00001	-	-	-
64	""	21	-	0.00001	10	55	-	-	-	0.00001	-	0.00001	0.00001	1	-	-	-
65	25	21	-	1	13	61	-	-	-	0.00001	-	0.00001	1	0.00001	-	-	-
66	""	21	-	0.00001	20	69	-	-	-	0.00001	-	0.00001	0.00001	0.00001	-	-	-
67	""	38	-	1	23	68	-	-	-	0.00001	-	0.00001	1	1	-	-	-
68	""	42	-	0.00001	25	68	-	-	-	0.00001	-	0.00001	1	0.00001	-	-	-
69	""	48	-	1	31	70	-	0.00001	-	1	-	0.00001	1	0.00001	-	0.00001	-
70	""	50	-	1	34	65	-	0.00001	-	0.00001	-	0.00001	0.00001	0.00001	-	0.00001	-
71	""	52	-	0.00001	39	71	-	0.00001	-	0.00001	-	0.00001	1	0.00001	-	0.00001	-
72	Apr	54	-	0.00001	40	70	-	1	-	1	-	0.00001	1	0.00001	-	0.00001	-
73	""	53	1	1	35	69	-	1	-	1	0.00001	0.00001	1	0.00001	-	1	-
74	""	46	1	1	37	73	-	0.00001	-	1	0.00001	0.00001	2	0.00001	-	0.00001	-
75	""	55	2	1	38	68	-	2	-	2	0.00001	0.00001	1	1	-	0.00001	-
76	05	54	2	1	40	65	-	1	-	1	0.00001	0.00001	2	0.00001	-	0.00001	-
77	""	60	2	3	37	67	-	1	-	2	0.00001	0.00001	2	0.00001	-	1	-
78	""	56	5	2	34	68	-	2	-	2	0.00001	0.00001	2	1	-	0.00001	-
79	""	58	3	3	32	64	1	2	-	3	0.00001	0.00001	2	0.00001	0.00001	0.00001	-
80	""	58	4	1	30	57	1	1	-	2	0.00001	0.00001	1	1	0.00001	0.00001	-
81	10	50	3	3	26	47	0.00001	2	-	2	0.00001	1	2	0.00001	0.00001	0.00001	-
82	""	42	3	2	26	44	1	1	-	2	0.00001	0.00001	1	1	0.00001	0.00001	-
83	""	41	3	3	18	39	1	2	-	2	0.00001	0.00001	1	0.00001	0.00001	0.00001	-
84	""	30	3	2	19	31	0.00001	0.00001	-	1	0.00001	0.00001	1	1	0.00001	0.00001	-
85	""	32	1	2	19	21	1	1	-	1	0.00001	0.00001	2	0.00001	0.00001	0.00001	-
86	15	32	1	1	18	19	1	0.00001	-	2	0.00001	0.00001	2	0.00001	0.00001	0.00001	-
87	""	31	1	2	21	16	0.00001	0.00001	-	1	0.00001	0.00001	1	1	0.00001	0.00001	-
88	""	33	2	1	26	13	2	0.00001	-	2	0.00001	0.00001	2	0.00001	0.00001	0.00001	-
89	""	28	2	1	28	11	2	0.00001	0.00001	2	0.00001	0.00001	2	0.00001	0.00001	0.00001	0.00001
90	""	30	2	0.00001	25	10	3	0.00001	0.00001	2	0.00001	0.00001	1	0.00001	0.00001	0.00001	0.00001
91	20	31	1	0.00001	23	10	4	0.00001	0.00001	2	0.00001	0.00001	1	0.00001	0.00001	0.00001	0.00001
92	""	29	2	3	23	9	5	1	0.00001	2	0.00001	0.00001	0.00001	1	0.00001	0.00001	0.00001
93	""	26	1	3	22	8	5	0.00001	0.00001	2	0.00001	0.00001	1	0.00001	0.00001	0.00001	0.00001
94	""	22	1	2	18	9	7	1	0.00001	1	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001
95	""	23	1	3	14	7	7	1	0.00001	1	0.00001	0.00001	1	0.00001	0.00001	0.00001	0.00001
96	25	21	1	3	8	5	8	1	0.00001	1	0.00001	0.00001	0.00001	1	1	0.00001	0.00001
97	""	17	0.00001	3	11	4	8	1	0.00001	1	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001
98	""	17	0.00001	4	11	3	8	1	0.00001	2	0.00001	0.00001	0.00001	0.00001	1	0.00001	0.00001
99	""	16	4	2	12	3	8	0.00001	0.00001	1	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001
100	""	15	3	1	11	2	8	1	0.00001	1	0.00001	0.00001	0.00001	0.00001	1	0.00001	0.00001
101	""	15	4	2	10	2	8	0.00001	1	1	1	0.00001	1	0.00001	1	0.00001	0.00001
102	May	14	21	4	11	1	9	0.00001	0.00001	1	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001
103	""	13	29	4	11	1	7	1	1	1	0.00001	0.00001	1	0.00001	1	0.00001	1
104	""	9	30	5	10	2	10	1	2	1	0.00001	1	0.00001	0.00001	1	0.00001	0.00001
105	""	8	34	4	8	1	9	2	1	1	0.00001	0.00001	1	0.00001	0.00001	0.00001	0.00001
106	05	8	31	4	8	1	12	1	1	0.00001	0.00001	0.00001	0.00001	0.00001	1	0.00001	0.00001
107	""	8	32	6	6	0.00001	13	1	4	1	0.00001	0.00001	1	0.00001	1	0.00001	1
108	""	6	61	4	7	0.00001	16	1	2	1	1	0.00001	0.00001	0.00001	1	0.00001	1
109	""	5	44	8	4	1	15	2	3	0.00001	0.00001	0.00001	1	0.00001	1	0.00001	0.00001
110	""	4	36	22	5	0.00001	17	1	4	1	0.00001	0.00001	0.00001	0.00001	2	0.00001	1
111	10	5	55	28	3	1	20	1	4	1	0.00001	0.00001	1	0.00001	1	0.00001	1
112	""	6	50	33	3	0.00001	21	1	6	1	0.00001	0.00001	0.00001	0.00001	1	0.00001	1
113	""	5	67	31	2	0.00001	23	2	7	1	0.00001	0.00001	0.00001	0.00001	2	0.00001	1
114	""	5	75	33	2	1	20	1	6	0.00001	1	0.00001	1	0.00001	1	0.00001	1
115	""	5	47	32	1	0.00001	23	1	7	1	0.00001	0.00001	0.00001	0.00001	1	0.00001	1
116	15	6	58	28	1	0.00001	25	2	8	1	0.00001	0.00001	0.00001	0.00001	2	0.00001	1
117	""	6	58	14	0.00001	0.00001	27	2	11	1	0.00001	0.00001	0.00001	0.00001	1	0.00001	1
118	""	5	38	8	1	1	25	0.00001	13	1	0.00001	0.00001	0.00001	0.00001	2	0.00001	2
119	""	5	50	3	1	0.00001	28	1	11	0.00001	0.00001	0.00001	0.00001	0.00001	2	0.00001	2
120	""	6	40	0.00001	1	0.00001	26	0.00001	11	0.00001	1	0.00001	0.00001	0.00001	2	0.00001	1
121	20	7	31	0.00001	2	0.00001	28	1	15	1	0.00001	0.00001	0.00001	0.00001	2	0.00001	3
122	""	6	36	0.00001	2	0.00001	26	2	16	0.00001	0.00001	0.00001	1	0.00001	2	0.00001	2
123	""	6	28	0.00001	2	0.00001	25	2	15	1	1	0.00001	0.00001	0.00001	1	0.00001	3
124	""	6	29	0.00001	2	0.00001	23	2	15	0.00001	0.00001	0.00001	0.00001	0.00001	1	1	3
125	""	7	28	0.00001	1	1	23	1	13	0.00001	1	0.00001	1	0.00001	2	0.00001	3
126	25	7	26	0.00001	2	0.00001	31	3	13	0.00001	0.00001	1	0.00001	0.00001	1	0.00001	3
127	""	6	20	9	2	0.00001	31	3	15	0.00001	0.00001	0.00001	0.00001	0.00001	1	0.00001	3
128	""	6	19	11	1	1	31	3	11	0.00001	0.00001	0.00001	1	0.00001	2	0.00001	3
129	""	6	12	11	0.00001	0.00001	30	2	11	1	0.00001	0.00001	0.00001	0.00001	1	1	4
130	""	8	12	12	4	0.00001	33	2	12	0.00001	0.00001	0.00001	0.00001	0.00001	2	0.00001	4
131	""	7	21	12	3	0.00001	32	3	12	0.00001	1	0.00001	0.00001	0.00001	1	0.00001	4
132	""	6	20	14	4	1	33	3	14	1	0.00001	0.00001	0.00001	0.00001	1	0.00001	6
133	Jun	7	21	6	4	0.00001	20	2	14	0.00001	0.00001	0.00001	0.00001	0.00001	1	0.00001	5
134	""	6	24	7	4	0.00001	18	3	17	1	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	6
135	""	6	24	5	5	1	20	2	22	0.00001	1	0.00001	0.00001	0.00001	1	0.00001	5
136	""	5	24	5	5	0.00001	19	2	23	1	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	6
137	05	6	22	6	3	0.00001	14	2	25	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	6
138	""	7	16	6	2	0.00001	14	1	27	0.00001	1	0.00001	0.00001	0.00001	0.00001	0.00001	7
139	""	10	16	5	2	0.00001	14	0.00001	24	1	0.00001	0.00001	1	0.00001	1	0.00001	5
140	""	10	6	6	1	0.00001	15	1	23	0.00001	1	0.00001	0.00001	0.00001	0.00001	0.00001	4
141	""	10	8	8	1	0.00001	20	1	20	0.00001	1	0.00001	0.00001	0.00001	0.00001	0.00001	4
142	10	11	7	14	0.00001	0.00001	18	1	18	0.00001	0.00001	1	0.00001	0.00001	1	0.00001	6
143	""	11	6	14	0.00001	1	22	4	20	0.00001	1	0.00001	0.00001	0.00001	0.00001	0.00001	5
144	""	10	6	18	0.00001	0.00001	24	4	20	0.00001	0.00001	0.00001	0.00001	0.00001	1	0.00001	5
145	""	9	3	22	1	0.00001	25	7	23	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	4
146	""	6	13	20	1	0.00001	27	7	32	0.00001	0.00001	1	0.00001	0.00001	1	1	7
147	15	5	13	29	1	1	28	7	35	0.00001	1	0.00001	0.00001	0.00001	0.00001	0.00001	7
148	""	5	10	25	3	0.00001	25	7	50	0.00001	0.00001	1	0.00001	0.00001	1	0.00001	14
149	""	4	15	28	6	1	29	7	51	0.00001	1	1	0.00001	0.00001	0.00001	0.00001	12
150	""	2	15	33	6	1	27	6	49	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	1	17
151	""	2	17	30	6	1	26	7	46	0.00001	1	1	0.00001	0.00001	0.00001	0.00001	16
152	20	1	18	34	8	2	28	5	41	0.00001	0.00001	1	0.00001	0.00001	0.00001	1	16
153	""	2	7	34	9	2	26	5	31	0.00001	0.00001	1	1	0.00001	1	0.00001	13
154	""	1	8	42	8	2	22	5	30	0.00001	1	0.00001	0.00001	0.00001	0.00001	0.00001	13
155	""	1	14	46	7	2	24	6	18	0.00001	0.00001	1	0.00001	0.00001	1	1	7
156	""	1	9	46	5	1	17	6	15	0.00001	1	1	0.00001	0.00001	0.00001	0.00001	7
157	25	1	9	47	5	2	15	6	16	0.00001	0.00001	0.00001	0.00001	0.00001	1	1	4
158	""	1	6	60	4	2	16	7	24	0.00001	1	1	0.00001	0.00001	1	0.00001	6
159	""	1	6	57	3	2	13	7	24	0.00001	0.00001	0.00001	0.00001	0.00001	1	0.00001	6
160	""	0.00001	15	68	1	2	15	12	26	0.00001	1	0.00001	0.00001	0.00001	0.00001	1	6
161	""	1	15	55	2	2	14	13	25	0.00001	1	1	0.00001	0.00001	1	0.00001	7
162	""	1	14	54	2	2	16	13	23	0.00001	0.00001	1	0.00001	0.00001	1	0.00001	6
163	Jul	1	14	50	2	3	16	14	24	0.00001	1	1	0.00001	0.00001	1	1	8
164	""	1	22	43	2	3	21	13	25	0.00001	1	1	0.00001	0.00001	0.00001	0.00001	6
165	""	1	22	26	2	3	19	15	21	0.00001	0.00001	1	0.00001	0.00001	1	1	5
166	""	0.00001	29	20	3	3	19	17	21	0.00001	1	1	0.00001	0.00001	0.00001	2	6
167	05	1	22	11	2	3	17	12	21	0.00001	1	1	0.00001	0.00001	1	1	6
168	""	1	22	7	2	4	17	12	21	0.00001	0.00001	1	0.00001	0.00001	0.00001	1	5
169	""	1	19	2	4	4	14	11	23	0.00001	1	0.00001	0.00001	0.00001	0.00001	1	6
170	""	1	19	12	5	4	15	15	21	0.00001	0.00001	0.00001	0.00001	0.00001	1	1	5
171	""	2	12	13	6	5	13	15	19	0.00001	0.00001	1	0.00001	0.00001	0.00001	1	5
172	10	3	11	12	8	4	11	20	15	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	1	4
173	""	3	11	12	8	5	13	19	15	0.00001	0.00001	0.00001	0.00001	0.00001	1	1	2
174	""	3	11	26	9	4	12	20	20	0.00001	0.00001	1	0.00001	0.00001	0.00001	1	4
175	""	3	11	25	11	5	13	22	28	0.00001	0.00001	1	0.00001	0.00001	0.00001	1	11
176	""	3	16	26	15	4	14	24	30	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	1	12
177	15	3	16	25	14	5	11	23	31	0.00001	0.00001	1	0.00001	0.00001	0.00001	0.00001	11
178	""	2	20	26	14	4	12	25	28	0.00001	0.00001	1	0.00001	0.00001	0.00001	1	12
179	""	1	19	25	14	5	12	22	33	0.00001	1	0.00001	0.00001	0.00001	0.00001	1	12
180	""	1	16	45	14	4	10	25	33	0.00001	0.00001	2	0.00001	0.00001	1	1	13
181	""	1	15	32	14	5	12	29	28	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	11
182	20	1	16	32	16	5	11	28	20	0.00001	0.00001	1	0.00001	0.00001	0.00001	1	4
183	""	1	7	32	12	4	10	32	17	0.00001	0.00001	1	0.00001	0.00001	1	0.00001	3
184	""	1	8	33	11	0.00001	11	34	16	0.00001	0.00001	1	0.00001	0.00001	0.00001	1	4
185	""	1	3	32	11	0.00001	9	34	16	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	1	4
186	""	1	4	33	11	0.00001	10	35	15	0.00001	0.00001	1	0.00001	0.00001	1	0.00001	3
187	25	2	1	13	13	0.00001	11	34	14	0.00001	0.00001	1	0.00001	0.00001	0.00001	1	3
188	""	1	0.00001	14	14	0.00001	10	33	13	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	2	4
189	""	2	1	24	11	0.00001	10	33	11	0.00001	0.00001	1	0.00001	0.00001	0.00001	1	5
190	""	3	0.00001	24	10	0.00001	10	28	10	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	2	5
191	""	2	0.00001	16	12	2	9	32	11	0.00001	0.00001	1	0.00001	0.00001	0.00001	2	4
192	""	2	4	16	13	3	10	38	10	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	2	4
193	""	4	4	16	16	5	10	37	10	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	3	4
194	Aug	5	4	16	15	6	8	32	8	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	2	5
195	""	5	3	16	16	7	9	34	8	0.00001	0.00001	1	0.00001	0.00001	1	2	2
196	""	7	4	5	15	9	9	33	8	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	2	3
197	""	6	4	21	16	8	9	47	6	0.00001	1	0.00001	0.00001	0.00001	0.00001	3	2
198	05	7	10	18	17	9	10	49	8	0.00001	0.00001	1	1	0.00001	0.00001	1	3
199	""	11	7	19	16	9	8	45	7	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	2	4
200	""	10	7	19	18	9	9	54	6	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	2	3
201	""	10	11	18	17	9	9	61	9	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	2	2
202	""	11	10	19	18	9	8	61	10	0.00001	1	1	0.00001	0.00001	0.00001	3	3
203	10	10	10	19	17	8	11	72	10	0.00001	0.00001	0.00001	0.00001	0.00001	1	3	3
204	""	11	10	12	22	6	10	57	13	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	3	2
205	""	11	4	11	22	7	11	56	10	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	3	3
206	""	9	3	12	25	7	11	52	11	0.00001	1	0.00001	0.00001	0.00001	0.00001	2	3
207	""	7	3	11	30	6	9	48	12	0.00001	0.00001	0.00001	1	0.00001	1	3	2
208	15	6	9	11	35	5	8	45	9	0.00001	1	0.00001	0.00001	0.00001	0.00001	3	3
209	""	5	10	18	49	6	9	44	9	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	2	2
EOF

set multiplot
# plot field '-~confirmed'
  plot $data using 0:3  with lines lc 8 lw 5 dt 2 title at 0.135, 0.925
replot $data using 0:4  with lines lc 1 lw 5 dt 2 title at 0.135, 0.907
replot $data using 0:5  with lines lc 7 lw 5 dt 2 title at 0.135, 0.889
replot $data using 0:6  with lines lc 4 lw 5 dt 2 title at 0.135, 0.871
replot $data using 0:7  with lines lc 5 lw 5 dt 2 title at 0.135, 0.853
replot $data using 0:8  with lines lc 2 lw 5 dt 2 title at 0.135, 0.835
replot $data using 0:9  with lines lc 6 lw 5 dt 2 title at 0.135, 0.817
replot $data using 0:10 with lines lc 3 lw 5 dt 2 title at 0.135, 0.799

# plot field '-~deaths'
replot $data using 0:11 with lines lc 8 lw 2 title at 0.135, 0.763
replot $data using 0:12 with lines lc 1 lw 2 title at 0.135, 0.745
replot $data using 0:13 with lines lc 7 lw 2 title at 0.135, 0.727
replot $data using 0:14 with lines lc 4 lw 2 title at 0.135, 0.709
replot $data using 0:15 with lines lc 5 lw 2 title at 0.135, 0.691
replot $data using 0:16 with lines lc 2 lw 2 title at 0.135, 0.673
replot $data using 0:17 with lines lc 6 lw 2 title at 0.135, 0.655
replot $data using 0:18 with lines lc 3 lw 2 title at 0.135, 0.637

# plot hor axis calendar
replot $data using 0:(1):xticlabel(2) with lines

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current11:13, 25 September 2020Thumbnail for version as of 11:13, 25 September 20203,300 × 1,950 (32 KB)Jochen Burghardt (talk | contribs)=={{int:filedesc}}== {{Information |description={{en|1=Visualization of the smoothed increments of ''"Total Confirmed Cases"'' (thick dashed lines) and ''"Total Deaths"'' (thin solid lines) from the available WHO COVID-19 daily [https://www.who.int/emergencies/diseases/novel-coronavirus-2019/situation-reports situation reports] (20 Jan - 16 Aug 2020); see File:WHO Covid 2020 Jan-Aug daily c -~confirmed,-~deaths01.pdf for...

There are no pages that use this file.

Metadata