File:WHO Covid 2020 Jan-Aug daily c @confirmed,@deaths03.pdf

Summary

Description
English: Visualization of "Total Confirmed Cases" (thick dashed lines) and "Total Deaths" (thin solid lines) per capita figures from the available WHO COVID-19 daily situation reports (20 Jan - 16 Aug 2020) and Wikipedia population data. Countries are ordered descendingly by number of "Total Confirmed Cases" (absolute, not per capita) 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 and shows cases/deaths per 1 Mio country inhabitants. The horizontal axis starts on 20 Jan 2020 (situation report 1) and ebds on 16 Aug 2020 (situation report 209).

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

Date
Source Own work
Author Jochen Burghardt

Licensing

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.
Category:CC-BY-SA-4.0#WHO%20Covid%202020%20Jan-Aug%20daily%20c%20@confirmed,@deaths03.pdf
Category:Self-published work

Gnuplot source code

Gnuplot source code
set term pdf size 22,13
set term pdf font "sans,20"
set output "WHO_Covid_c_@confirmed,@deaths03.pdf"
set key autotitle columnhead
set termoption noenhanced

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

set title "@confirmed,@deaths by count [03]"

$data <<EOF
rep	day	Italy	Turkey	Germany	France	Iraq	Philippines	Indonesia	Canada	Italy	Turkey	Germany	France	Iraq	Philippines	Indonesia	Canada
1	Jan	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
3	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
4	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
5	25	-	-	-	0.00001	-	-	-	-	-	-	-	-	-	-	-	-
6	""	-	-	-	0.00001	-	-	-	-	-	-	-	-	-	-	-	-
7	""	-	-	-	0.00001	-	-	-	0.00001	-	-	-	-	-	-	-	-
8	""	-	-	0.00001	0.00001	-	-	-	0.00001	-	-	-	-	-	-	-	-
9	""	-	-	0.00001	0.00001	-	-	-	0.00001	-	-	-	-	-	-	-	-
10	""	-	-	0.00001	0.00001	-	0.00001	-	0.00001	-	-	-	-	-	-	-	-
11	""	0.00001	-	0.00001	0.00001	-	0.00001	-	0.00001	-	-	-	-	-	-	-	-
12	Feb	0.00001	-	0.00001	0.00001	-	0.00001	-	0.00001	-	-	-	-	-	-	-	-
13	""	0.00001	-	0.00001	0.00001	-	0.00001	-	0.00001	-	-	-	-	-	-	-	-
14	""	0.00001	-	0.00001	0.00001	-	0.00001	-	0.00001	0.00001	-	0.00001	0.00001	-	0.00001	-	0.00001
15	""	0.00001	-	0.00001	0.00001	-	0.00001	-	0.00001	0.00001	-	0.00001	0.00001	-	0.00001	-	0.00001
16	05	0.00001	-	0.00001	0.00001	-	0.00001	-	0.00001	0.00001	-	0.00001	0.00001	-	0.00001	-	0.00001
17	""	0.00001	-	0.00001	0.00001	-	0.00001	-	0.00001	0.00001	-	0.00001	0.00001	-	0.00001	-	0.00001
18	""	0.00001	-	0.00001	0.00001	-	0.00001	-	0.00001	0.00001	-	0.00001	0.00001	-	0.00001	-	0.00001
19	""	0.00001	-	0.00001	0.00001	-	0.00001	-	0.00001	0.00001	-	0.00001	0.00001	-	0.00001	-	0.00001
20	""	0.00001	-	0.00001	0.00001	-	0.00001	-	0.00001	0.00001	-	0.00001	0.00001	-	0.00001	-	0.00001
21	10	0.00001	-	0.00001	0.00001	-	0.00001	-	0.00001	0.00001	-	0.00001	0.00001	-	0.00001	-	0.00001
22	""	0.00001	-	0.00001	0.00001	-	0.00001	-	0.00001	0.00001	-	0.00001	0.00001	-	0.00001	-	0.00001
23	""	0.00001	-	0.00001	0.00001	-	0.00001	-	0.00001	0.00001	-	0.00001	0.00001	-	0.00001	-	0.00001
24	""	0.00001	-	0.00001	0.00001	-	0.00001	-	0.00001	0.00001	-	0.00001	0.00001	-	0.00001	-	0.00001
25	""	0.00001	-	0.00001	0.00001	-	0.00001	-	0.00001	0.00001	-	0.00001	0.00001	-	0.00001	-	0.00001
26	15	0.00001	-	0.00001	0.00001	-	0.00001	-	0.00001	0.00001	-	0.00001	0.00001	-	0.00001	-	0.00001
27	""	0.00001	-	0.00001	0.00001	-	0.00001	-	0.00001	0.00001	-	0.00001	0.00001	-	0.00001	-	0.00001
28	""	0.00001	-	0.00001	0.00001	-	0.00001	-	0.00001	0.00001	-	0.00001	0.00001	-	0.00001	-	0.00001
29	""	0.00001	-	0.00001	0.00001	-	0.00001	-	0.00001	0.00001	-	0.00001	0.00001	-	0.00001	-	0.00001
30	""	0.00001	-	0.00001	0.00001	-	0.00001	-	0.00001	0.00001	-	0.00001	0.00001	-	0.00001	-	0.00001
31	20	0.00001	-	0.00001	0.00001	-	0.00001	-	0.00001	0.00001	-	0.00001	0.00001	-	0.00001	-	0.00001
32	""	0.00001	-	0.00001	0.00001	-	0.00001	-	0.00001	0.00001	-	0.00001	0.00001	-	0.00001	-	0.00001
33	""	0.00001	-	0.00001	0.00001	-	0.00001	-	0.00001	0.00001	-	0.00001	0.00001	-	0.00001	-	0.00001
34	""	1	-	0.00001	0.00001	-	0.00001	-	0.00001	0.00001	-	0.00001	0.00001	-	0.00001	-	0.00001
35	""	2	-	0.00001	0.00001	-	0.00001	-	0.00001	0.00001	-	0.00001	0.00001	-	0.00001	-	0.00001
36	25	3	-	0.00001	0.00001	0.00001	0.00001	-	0.00001	0.00001	-	0.00001	0.00001	0.00001	0.00001	-	0.00001
37	""	5	-	0.00001	0.00001	0.00001	0.00001	-	0.00001	0.00001	-	0.00001	0.00001	0.00001	0.00001	-	0.00001
38	""	6	-	0.00001	0.00001	0.00001	0.00001	-	0.00001	0.00001	-	0.00001	0.00001	0.00001	0.00001	-	0.00001
39	""	10	-	0.00001	0.00001	0.00001	0.00001	-	0.00001	0.00001	-	0.00001	0.00001	0.00001	0.00001	-	0.00001
40	""	14	-	0.00001	0.00001	0.00001	0.00001	-	0.00001	0.00001	-	0.00001	0.00001	0.00001	0.00001	-	0.00001
41	Mar	18	-	0.00001	1	0.00001	0.00001	-	0.00001	0.00001	-	0.00001	0.00001	0.00001	0.00001	-	0.00001
42	""	28	-	1	1	0.00001	0.00001	0.00001	0.00001	0.00001	-	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001
43	""	33	-	1	2	0.00001	0.00001	0.00001	0.00001	0.00001	-	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001
44	""	41	-	2	3	0.00001	0.00001	0.00001	0.00001	1	-	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001
45	05	51	-	3	4	0.00001	0.00001	0.00001	0.00001	1	-	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001
46	""	64	-	6	6	0.00001	0.00001	0.00001	1	2	-	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001
47	""	76	-	7	9	1	0.00001	0.00001	1	3	-	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001
48	""	97	-	9	10	1	0.00001	0.00001	1	3	-	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001
49	""	122	-	13	16	1	0.00001	0.00001	1	6	-	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001
50	10	152	-	13	20	1	0.00001	0.00001	2	7	-	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001
51	""	168	-	15	26	1	0.00001	0.00001	2	10	-	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001
52	""	206	0.00001	18	33	1	0.00001	0.00001	2	13	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001
53	""	250	0.00001	28	42	1	0.00001	0.00001	3	16	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001
54	""	293	0.00001	36	54	2	0.00001	0.00001	4	21	0.00001	0.00001	1	0.00001	0.00001	0.00001	0.00001
55	15	351	0.00001	45	66	2	1	0.00001	6	23	0.00001	0.00001	1	0.00001	0.00001	0.00001	0.00001
56	""	410	0.00001	58	80	3	1	0.00001	8	30	0.00001	0.00001	1	0.00001	0.00001	0.00001	0.00001
57	""	464	0.00001	72	97	3	1	0.00001	11	41	0.00001	0.00001	2	0.00001	0.00001	0.00001	0.00001
58	""	522	0.00001	86	114	3	1	0.00001	11	41	0.00001	0.00001	2	0.00001	0.00001	0.00001	0.00001
59	""	592	2	98	134	4	1	0.00001	14	49	0.00001	0.00001	3	0.00001	0.00001	0.00001	0.00001
60	20	681	2	132	162	4	2	1	19	56	0.00001	0.00001	5	0.00001	0.00001	0.00001	0.00001
61	""	780	8	220	185	4	2	1	22	66	0.00001	0.00001	6	0.00001	0.00001	0.00001	0.00001
62	""	889	11	258	213	5	2	1	27	80	0.00001	0.00001	8	0.00001	0.00001	0.00001	0.00001
63	""	981	14	297	235	5	3	1	36	90	0.00001	1	10	0.00001	0.00001	0.00001	0.00001
64	""	1061	18	351	292	6	4	2	37	100	0.00001	1	12	0.00001	0.00001	0.00001	0.00001
65	25	1148	22	379	328	8	5	2	45	113	0.00001	1	16	0.00001	0.00001	0.00001	0.00001
66	""	1234	29	439	371	8	5	2	89	124	0.00001	2	19	0.00001	0.00001	0.00001	0.00001
67	""	1336	43	508	429	9	6	3	93	135	0.00001	3	25	0.00001	0.00001	0.00001	0.00001
68	""	1435	68	584	485	11	7	3	105	151	1	3	29	1	0.00001	0.00001	1
69	""	1534	89	631	553	12	9	4	125	166	1	4	34	1	0.00001	0.00001	1
70	""	1621	111	689	591	13	13	4	148	178	1	5	38	1	0.00001	0.00001	1
71	""	1688	130	744	655	16	14	5	166	192	2	7	44	1	0.00001	0.00001	1
72	Apr	1756	162	810	767	17	19	5	202	206	2	8	52	1	0.00001	0.00001	2
73	""	1835	188	884	838	18	21	6	237	218	3	10	59	1	0.00001	0.00001	2
74	""	1912	218	958	869	19	24	6	266	231	4	12	66	1	0.00001	0.00001	3
75	""	1989	251	1031	947	20	27	7	308	243	5	13	96	1	1	0.00001	4
76	05	2068	287	1103	1010	22	28	7	340	254	6	16	112	1	1	0.00001	5
77	""	2140	325	1147	1037	24	29	8	366	263	6	17	120	1	1	0.00001	6
78	""	2200	363	1193	1095	26	33	9	416	274	7	19	132	1	1	0.00001	7
79	""	2250	410	1241	1151	28	34	10	448	284	8	22	153	1	1	0.00001	9
80	""	2314	459	1301	1209	30	35	11	485	293	9	25	161	1	1	0.00001	10
81	10	2384	508	1365	1272	31	37	13	520	303	10	28	181	1	1	1	12
82	""	2449	565	1415	1337	32	38	13	558	312	12	30	196	1	2	1	13
83	""	2527	627	1448	1383	33	40	15	593	323	13	32	205	1	2	1	15
84	""	2595	684	1479	1407	34	42	15	624	330	14	33	214	1	2	1	17
85	""	2647	734	1504	1446	35	45	17	652	339	15	35	222	1	2	1	19
86	15	2697	783	1534	1528	35	48	18	688	349	16	39	234	1	3	1	21
87	""	2741	834	1568	1567	36	50	19	725	359	18	42	255	2	3	1	25
88	""	2804	892	1609	1606	36	52	20	760	368	19	46	266	2	3	1	27
89	""	2862	944	1652	1612	37	54	22	807	377	21	49	278	2	3	1	32
90	""	2920	990	1682	1650	38	56	23	853	385	22	51	287	2	3	2	35
91	20	2970	1037	1703	1661	39	57	24	892	392	24	52	293	2	3	2	39
92	""	3008	1094	1725	1692	40	59	25	931	400	25	55	301	2	3	2	42
93	""	3053	1149	1752	1731	40	60	26	984	409	27	58	309	2	4	2	45
94	""	3109	1186	1780	1758	41	61	27	1024	416	28	61	317	2	4	2	49
95	""	3153	1224	1808	1782	42	64	29	1074	424	29	63	325	2	4	2	53
96	25	3203	1261	1833	1808	43	66	30	1125	431	31	66	331	2	4	2	57
97	""	3242	1296	1854	1831	45	67	32	1167	437	32	67	336	2	4	2	61
98	""	3281	1324	1866	1837	46	69	33	1205	442	33	69	340	2	4	2	65
99	""	3310	1350	1880	1893	47	71	34	1245	447	34	71	346	2	4	2	68
100	""	3344	1378	1895	1870	49	73	35	1290	454	35	73	352	2	4	2	72
101	""	3379	1414	1913	1894	51	75	36	1326	459	37	75	358	2	5	2	76
102	May	3410	1445	1913	1910	53	78	37	1370	464	38	75	362	2	5	2	81
103	""	3443	1471	1944	1919	55	80	39	1412	468	39	79	366	2	5	2	84
104	""	3474	1495	1954	1930	56	82	40	1463	476	40	79	368	2	5	3	90
105	""	3497	1515	1962	1933	56	85	41	1563	479	40	80	370	2	5	3	96
106	05	3518	1535	1970	1941	59	87	43	1575	482	41	82	375	2	5	3	99
107	""	3535	1557	1983	1957	62	89	45	1610	486	42	84	380	2	5	3	103
108	""	3559	1584	1997	2019	63	92	46	1644	492	43	85	384	2	6	3	108
109	""	3583	1608	2012	2027	64	95	47	1682	497	43	87	386	2	6	3	112
110	""	3605	1630	2027	2036	66	96	49	1721	501	44	88	390	2	6	3	117
111	10	3623	1648	2035	2042	68	97	51	1758	504	44	88	391	2	6	3	121
112	""	3636	1667	2039	2043	70	99	52	1790	507	45	89	392	2	6	3	124
113	""	3648	1680	2050	2049	72	102	53	1820	510	46	90	396	2	6	3	129
114	""	3672	1701	2060	2059	74	104	55	1852	513	46	91	401	2	6	3	132
115	""	3686	1721	2071	2066	77	107	57	1882	516	47	92	402	2	7	3	137
116	15	3703	1740	2082	2074	80	109	59	1909	520	48	94	408	2	7	3	140
117	""	3716	1761	2089	2081	81	111	61	1943	524	48	94	409	2	7	4	144
118	""	3730	1780	2096	2087	83	113	63	1974	527	49	95	411	3	7	4	147
119	""	3742	1797	2101	2087	86	115	65	2006	529	49	95	418	3	7	4	150
120	""	3749	1810	2107	2094	90	117	67	2035	531	50	96	420	3	7	4	152
121	20	3763	1823	2116	2101	92	119	69	2066	533	50	97	417	3	7	4	154
122	""	3774	1834	2125	2106	95	121	71	2093	536	50	97	418	3	7	4	156
123	""	3784	1846	2131	2110	99	123	75	2120	539	51	98	419	3	7	4	159
124	""	3795	1857	2138	2116	101	125	77	2152	541	51	98	420	3	7	4	162
125	""	3806	1872	2144	2119	109	126	81	2182	543	51	99	421	3	7	5	165
126	25	3815	1885	2147	2120	114	129	83	2213	544	52	99	422	4	8	5	167
127	""	3820	1897	2152	2124	118	131	85	2240	545	52	99	423	4	8	5	169
128	""	3827	1909	2157	2127	123	135	86	2264	547	52	100	424	4	8	5	172
129	""	3836	1921	2161	2129	131	138	89	2289	548	53	101	425	4	8	5	175
130	""	3846	1935	2170	2178	139	143	91	2314	550	53	101	426	4	8	5	179
131	""	3855	1949	2179	2186	150	153	94	2339	551	53	102	427	4	8	5	182
132	""	3862	1961	2182	2212	157	158	96	2362	553	54	102	428	4	8	5	184
133	Jun	3867	1971	2186	2214	164	166	99	2383	554	54	102	428	5	8	6	186
134	""	3870	1981	2189	2218	175	171	100	2405	555	54	102	429	5	8	6	192
135	""	3876	1990	2193	2205	188	175	103	2426	556	55	102	430	6	8	6	193
136	""	3881	2001	2198	2210	208	182	105	2442	557	55	103	431	6	8	6	195
137	05	3884	2013	2204	2220	225	187	107	2460	559	55	103	432	6	9	6	198
138	""	3893	2024	2209	2228	251	190	110	2476	560	55	103	433	7	9	6	201
139	""	3897	2034	2212	2236	283	196	114	2483	561	56	104	433	8	9	6	202
140	""	3900	2045	2215	2240	316	201	116	2502	562	56	104	433	8	9	6	204
141	""	3905	2057	2219	2242	344	207	120	2519	563	56	104	434	9	9	7	205
142	10	3910	2069	2223	2247	364	211	123	2534	565	56	104	435	10	9	7	206
143	""	3913	2080	2229	2253	393	218	128	2544	566	57	105	436	10	9	7	207
144	""	3919	2092	2233	2258	426	222	132	2557	567	57	105	436	11	9	7	209
145	""	3922	2107	2237	2267	454	228	136	2567	568	57	105	436	12	9	7	210
146	""	3928	2124	2240	2272	484	234	140	2578	569	57	105	437	14	9	7	211
147	15	3933	2143	2242	2277	516	239	143	2591	570	57	105	437	15	10	7	213
148	""	3938	2162	2247	2278	544	243	147	2601	570	58	105	437	16	10	8	214
149	""	3942	2180	2251	2281	580	246	151	2610	571	58	106	439	18	10	8	215
150	""	3947	2197	2258	2286	619	251	155	2618	571	58	106	439	19	10	8	216
151	""	3953	2213	2258	2289	657	256	160	2629	572	58	106	440	21	10	8	217
152	20	3950	2227	2274	2298	699	262	164	2638	573	58	106	440	23	10	8	218
153	""	3955	2242	2282	2304	746	270	168	2649	574	59	106	440	25	10	9	219
154	""	3958	2257	2289	2304	788	277	171	2659	574	59	106	440	28	10	9	221
155	""	3962	2271	2295	2309	835	282	175	2668	575	59	106	441	29	10	9	221
156	""	3964	2286	2302	2314	881	293	179	2676	575	60	107	442	31	10	9	222
157	25	3974	2304	2310	2312	938	297	183	2684	575	60	107	442	33	11	9	222
158	""	3978	2322	2315	2312	1000	304	188	2691	575	60	107	442	36	11	9	223
159	""	3983	2339	2324	2328	1052	314	192	2701	576	60	107	442	39	11	10	223
160	""	3986	2355	2327	2328	1105	320	197	2706	576	61	107	442	42	11	10	224
161	""	3988	2371	2330	2328	1160	326	202	2712	576	61	107	442	44	11	10	224
162	""	3991	2388	2336	2339	1205	335	206	2718	576	61	107	443	46	11	10	224
163	Jul	3993	2404	2341	2343	1255	345	211	2736	577	61	108	443	49	11	10	225
164	""	3996	2418	2341	2352	1316	354	216	2743	577	61	108	443	52	11	10	226
165	""	3999	2432	2353	2359	1372	357	222	2743	577	62	108	444	55	11	11	226
166	""	4003	2446	2358	2366	1431	371	227	2758	578	62	108	444	57	11	11	227
167	05	4007	2460	2361	2366	1491	385	232	2766	578	62	108	444	60	11	11	228
168	""	4010	2474	2363	2366	1545	407	238	2772	578	62	108	444	63	11	11	228
169	""	4014	2487	2368	2378	1591	427	243	2778	578	63	108	444	65	12	12	228
170	""	4016	2500	2373	2383	1653	441	248	2789	579	63	108	444	68	12	12	228
171	""	4019	2512	2378	2389	1723	464	255	2795	579	63	108	445	71	12	12	229
172	10	4023	2524	2383	2397	1779	477	265	2802	579	63	108	445	73	12	12	230
173	""	4027	2537	2387	2404	1851	487	271	2812	579	64	108	445	75	12	12	230
174	""	4030	2549	2390	2404	1921	499	277	2820	580	64	108	445	78	12	13	230
175	""	4034	2561	2392	2404	1980	518	283	2826	580	64	109	445	80	14	13	230
176	""	4037	2573	2392	2420	2037	525	288	2832	580	64	109	446	83	14	13	231
177	15	4039	2585	2402	2420	2089	530	294	2847	580	64	109	446	85	14	13	231
178	""	4042	2596	2408	2432	2143	542	300	2856	580	65	109	447	87	14	14	231
179	""	4045	2608	2415	2438	2201	564	305	2865	581	65	109	447	90	15	14	231
180	""	4049	2619	2421	2448	2253	580	311	2876	581	65	109	447	92	15	14	232
181	""	4053	2630	2424	2448	2305	601	318	2887	581	65	109	447	94	16	15	232
182	20	4057	2641	2427	2448	2364	621	324	2896	581	66	109	447	96	16	15	232
183	""	4060	2652	2433	2475	2420	635	330	2905	581	66	109	448	98	16	15	233
184	""	4062	2663	2438	2482	2483	652	336	2925	582	66	109	448	100	16	16	233
185	""	4067	2674	2445	2496	2552	666	343	2940	582	66	109	448	103	16	16	233
186	""	4072	2685	2455	2508	2612	685	350	2955	582	66	109	448	105	17	17	233
187	25	4076	2696	2465	2522	2676	704	357	2966	582	67	109	448	107	17	17	233
188	""	4081	2707	2468	2522	2749	722	364	2980	582	67	109	448	109	17	17	233
189	""	4085	2719	2472	2522	2812	741	370	2989	582	67	109	448	111	17	17	233
190	""	4088	2730	2480	2556	2877	756	375	2999	582	67	109	448	113	17	18	234
191	""	4091	2741	2488	2566	2947	771	382	3017	583	67	109	448	115	17	18	234
192	""	4096	2752	2488	2585	3023	787	391	3027	583	68	109	449	117	18	18	234
193	""	4102	2764	2499	2603	3099	823	398	3040	583	68	109	449	119	18	18	234
194	Aug	4108	2776	2521	2622	3184	860	406	3048	583	68	110	449	121	18	19	235
195	""	4113	2788	2524	2622	3238	905	411	3062	583	68	109	449	122	18	19	235
196	""	4117	2800	2530	2622	3300	951	417	3069	583	68	110	449	124	18	19	235
197	""	4120	2812	2540	2669	3370	980	423	3077	583	69	110	449	126	19	19	235
198	05	4123	2825	2549	2684	3443	1037	431	3081	583	69	110	449	128	19	20	235
199	""	4129	2839	2562	2708	3515	1069	437	3101	583	69	110	449	130	19	20	235
200	""	4136	2853	2576	2730	3593	1101	444	3111	584	69	110	450	131	19	20	235
201	""	4145	2867	2589	2763	3681	1131	454	3121	584	69	110	450	133	19	20	236
202	""	4151	2881	2596	2763	3766	1169	462	3132	584	70	110	450	135	20	21	236
203	10	4159	2895	2601	2763	3836	1197	469	3139	584	70	110	450	137	20	21	236
204	""	4163	2910	2613	2832	3925	1259	476	3145	584	70	110	450	139	21	21	236
205	""	4170	2924	2628	2851	4012	1286	482	3163	584	70	110	450	141	21	21	236
206	""	4178	2938	2645	2887	4100	1324	489	3170	584	70	110	450	142	22	22	236
207	""	4186	2953	2662	2925	4198	1359	497	3181	584	71	110	451	144	22	22	237
208	15	4196	2968	2679	2964	4301	1416	506	3192	584	71	111	451	145	22	22	237
209	""	4206	2983	2687	3013	4410	1455	515	3203	587	71	111	451	147	23	22	237
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
Category:Diagrams based on WHO COVID-19 situation reports Category:Global statistics about the COVID-19 pandemic Category:Diagrams about COVID-19 cases on a logarithmic scale Category:Diagrams about COVID-19 deaths on a logarithmic scale Category:Images with Gnuplot source code
Category:CC-BY-SA-4.0 Category:Diagrams about COVID-19 cases on a logarithmic scale Category:Diagrams about COVID-19 deaths on a logarithmic scale Category:Diagrams based on WHO COVID-19 situation reports Category:Global statistics about the COVID-19 pandemic Category:Images with Gnuplot source code Category:Self-published work