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

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

Captions

Captions

Add a one-line explanation of what this file represents

Summary

edit
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

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,@deaths10.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 [10]"

$data <<EOF
rep	day	Czechia	Cameroon	Cote_dIvoire	Bosnia_Herzegovina	Denmark	R_Korea	Bulgaria	Madagascar	Czechia	Cameroon	Cote_dIvoire	Bosnia_Herzegovina	Denmark	R_Korea	Bulgaria	Madagascar
1	Jan	-	-	-	-	-	0.00001	-	-	-	-	-	-	-	-	-	-
2	""	-	-	-	-	-	0.00001	-	-	-	-	-	-	-	-	-	-
3	""	-	-	-	-	-	0.00001	-	-	-	-	-	-	-	-	-	-
-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
4	""	-	-	-	-	-	0.00001	-	-	-	-	-	-	-	-	-	-
5	25	-	-	-	-	-	0.00001	-	-	-	-	-	-	-	-	-	-
6	""	-	-	-	-	-	0.00001	-	-	-	-	-	-	-	-	-	-
7	""	-	-	-	-	-	0.00001	-	-	-	-	-	-	-	-	-	-
8	""	-	-	-	-	-	0.00001	-	-	-	-	-	-	-	-	-	-
9	""	-	-	-	-	-	0.00001	-	-	-	-	-	-	-	-	-	-
10	""	-	-	-	-	-	0.00001	-	-	-	-	-	-	-	-	-	-
11	""	-	-	-	-	-	0.00001	-	-	-	-	-	-	-	-	-	-
12	Feb	-	-	-	-	-	0.00001	-	-	-	-	-	-	-	-	-	-
13	""	-	-	-	-	-	0.00001	-	-	-	-	-	-	-	-	-	-
14	""	-	-	-	-	-	0.00001	-	-	-	-	-	-	-	0.00001	-	-
15	""	-	-	-	-	-	0.00001	-	-	-	-	-	-	-	0.00001	-	-
16	05	-	-	-	-	-	0.00001	-	-	-	-	-	-	-	0.00001	-	-
17	""	-	-	-	-	-	0.00001	-	-	-	-	-	-	-	0.00001	-	-
18	""	-	-	-	-	-	0.00001	-	-	-	-	-	-	-	0.00001	-	-
19	""	-	-	-	-	-	0.00001	-	-	-	-	-	-	-	0.00001	-	-
20	""	-	-	-	-	-	0.00001	-	-	-	-	-	-	-	0.00001	-	-
21	10	-	-	-	-	-	0.00001	-	-	-	-	-	-	-	0.00001	-	-
22	""	-	-	-	-	-	0.00001	-	-	-	-	-	-	-	0.00001	-	-
23	""	-	-	-	-	-	0.00001	-	-	-	-	-	-	-	0.00001	-	-
24	""	-	-	-	-	-	0.00001	-	-	-	-	-	-	-	0.00001	-	-
25	""	-	-	-	-	-	0.00001	-	-	-	-	-	-	-	0.00001	-	-
26	15	-	-	-	-	-	0.00001	-	-	-	-	-	-	-	0.00001	-	-
27	""	-	-	-	-	-	0.00001	-	-	-	-	-	-	-	0.00001	-	-
28	""	-	-	-	-	-	0.00001	-	-	-	-	-	-	-	0.00001	-	-
29	""	-	-	-	-	-	0.00001	-	-	-	-	-	-	-	0.00001	-	-
30	""	-	-	-	-	-	0.00001	-	-	-	-	-	-	-	0.00001	-	-
31	20	-	-	-	-	-	2	-	-	-	-	-	-	-	0.00001	-	-
32	""	-	-	-	-	-	3	-	-	-	-	-	-	-	0.00001	-	-
33	""	-	-	-	-	-	6	-	-	-	-	-	-	-	0.00001	-	-
34	""	-	-	-	-	-	11	-	-	-	-	-	-	-	0.00001	-	-
35	""	-	-	-	-	-	14	-	-	-	-	-	-	-	0.00001	-	-
36	25	-	-	-	-	-	18	-	-	-	-	-	-	-	0.00001	-	-
37	""	-	-	-	-	-	24	-	-	-	-	-	-	-	0.00001	-	-
38	""	-	-	-	-	0.00001	34	-	-	-	-	-	-	0.00001	0.00001	-	-
39	""	-	-	-	-	0.00001	45	-	-	-	-	-	-	0.00001	0.00001	-	-
40	""	-	-	-	-	0.00001	60	-	-	-	-	-	-	0.00001	0.00001	-	-
41	Mar	-	-	-	-	0.00001	72	-	-	-	-	-	-	0.00001	0.00001	-	-
42	""	0.00001	-	-	-	0.00001	81	-	-	0.00001	-	-	-	0.00001	0.00001	-	-
43	""	0.00001	-	-	-	0.00001	92	-	-	0.00001	-	-	-	0.00001	0.00001	-	-
44	""	0.00001	-	-	-	1	102	-	-	0.00001	-	-	-	0.00001	0.00001	-	-
45	05	0.00001	-	-	0.00001	1	111	-	-	0.00001	-	-	0.00001	0.00001	0.00001	-	-
46	""	1	0.00001	-	0.00001	3	121	-	-	0.00001	0.00001	-	0.00001	0.00001	0.00001	-	-
47	""	1	0.00001	-	0.00001	3	130	-	-	0.00001	0.00001	-	0.00001	0.00001	0.00001	-	-
48	""	2	0.00001	-	0.00001	5	137	0.00001	-	0.00001	0.00001	-	0.00001	0.00001	0.00001	0.00001	-
49	""	2	0.00001	-	0.00001	6	142	0.00001	-	0.00001	0.00001	-	0.00001	0.00001	0.00001	0.00001	-
50	10	3	0.00001	-	0.00001	15	145	0.00001	-	0.00001	0.00001	-	0.00001	0.00001	1	0.00001	-
51	""	5	0.00001	-	1	44	149	0.00001	-	0.00001	0.00001	-	0.00001	0.00001	1	0.00001	-
52	""	8	0.00001	0.00001	1	105	151	0.00001	-	0.00001	0.00001	0.00001	0.00001	0.00001	1	0.00001	-
53	""	10	0.00001	0.00001	1	115	154	0.00001	-	0.00001	0.00001	0.00001	0.00001	0.00001	1	0.00001	-
54	""	14	0.00001	0.00001	3	137	156	0.00001	-	0.00001	0.00001	0.00001	0.00001	0.00001	1	0.00001	-
55	15	20	0.00001	0.00001	5	142	157	6	-	0.00001	0.00001	0.00001	0.00001	0.00001	1	0.00001	-
56	""	27	0.00001	0.00001	5	154	159	7	-	0.00001	0.00001	0.00001	0.00001	0.00001	1	0.00001	-
57	""	35	0.00001	0.00001	5	164	160	9	-	0.00001	0.00001	0.00001	0.00001	0.00001	1	0.00001	-
58	""	40	0.00001	0.00001	5	167	160	11	-	0.00001	0.00001	0.00001	0.00001	0.00001	1	0.00001	-
59	""	48	0.00001	0.00001	10	179	162	13	-	0.00001	0.00001	0.00001	0.00001	0.00001	1	0.00001	-
60	20	64	0.00001	0.00001	13	194	167	13	-	0.00001	0.00001	0.00001	0.00001	1	1	0.00001	-
61	""	84	0.00001	0.00001	13	215	169	18	-	0.00001	0.00001	0.00001	0.00001	1	1	0.00001	-
62	""	93	1	0.00001	27	227	171	23	0.00001	0.00001	0.00001	0.00001	0.00001	2	2	0.00001	0.00001
63	""	108	1	0.00001	37	239	173	26	0.00001	0.00001	0.00001	0.00001	0.00001	2	2	0.00001	0.00001
64	""	115	2	0.00001	39	250	174	28	0.00001	0.00001	0.00001	0.00001	0.00001	4	2	0.00001	0.00001
65	25	130	2	2	49	273	176	31	0.00001	0.00001	0.00001	0.00001	0.00001	5	2	0.00001	0.00001
66	""	154	2	3	52	296	178	34	0.00001	0.00001	0.00001	0.00001	0.00001	5	2	0.00001	0.00001
67	""	192	2	3	64	322	180	37	0.00001	0.00001	0.00001	0.00001	0.00001	7	2	0.00001	0.00001
68	""	213	2	3	70	351	183	41	0.00001	0.00001	0.00001	0.00001	1	8	2	0.00001	0.00001
69	""	249	3	5	81	377	185	47	0.00001	1	0.00001	0.00001	1	11	2	0.00001	0.00001
70	""	264	4	6	98	411	186	49	1	1	0.00001	0.00001	1	12	3	1	0.00001
71	""	280	5	6	108	442	188	51	1	2	0.00001	0.00001	2	13	3	1	0.00001
72	Apr	309	5	6	125	491	190	56	2	2	0.00001	0.00001	3	15	3	1	0.00001
73	""	335	5	7	140	533	192	60	2	3	0.00001	0.00001	3	17	3	1	0.00001
74	""	360	9	7	157	581	194	65	2	4	0.00001	0.00001	4	21	3	1	0.00001
75	""	391	9	7	177	645	196	69	2	4	0.00001	0.00001	5	23	3	1	0.00001
76	05	418	20	9	191	700	197	71	2	5	0.00001	0.00001	6	27	3	2	0.00001
77	""	428	20	9	200	750	198	75	2	6	0.00001	0.00001	6	30	3	2	0.00001
78	""	450	20	12	210	803	199	78	2	7	0.00001	0.00001	8	32	3	3	0.00001
79	""	469	20	13	236	870	200	82	3	8	0.00001	0.00001	9	34	3	3	0.00001
80	""	496	27	14	247	927	201	84	3	9	0.00001	0.00001	10	37	3	3	0.00001
81	10	520	27	14	265	967	201	89	3	10	0.00001	0.00001	10	40	4	3	0.00001
82	""	536	30	18	272	999	202	90	3	11	0.00001	0.00001	11	42	4	3	0.00001
83	""	551	30	20	287	1029	203	94	3	12	0.00001	0.00001	11	44	4	3	0.00001
84	""	560	30	20	305	1060	203	96	4	12	0.00001	0.00001	11	46	4	4	0.00001
85	""	566	30	24	313	1085	204	97	4	13	0.00001	0.00001	11	48	4	4	0.00001
86	15	574	32	24	328	1118	204	101	4	15	0.00001	0.00001	12	51	4	4	0.00001
87	""	589	32	25	338	1147	204	106	4	15	0.00001	0.00001	12	53	4	5	0.00001
88	""	601	32	26	354	1181	205	114	4	15	0.00001	0.00001	12	55	4	5	0.00001
89	""	612	38	28	366	1214	205	120	4	16	0.00001	0.00001	13	57	4	5	0.00001
90	""	622	38	28	384	1243	205	125	4	16	0.00001	0.00001	13	59	4	5	0.00001
91	20	634	38	32	389	1268	206	130	4	17	0.00001	0.00001	13	60	4	6	0.00001
92	""	646	43	34	393	1290	206	132	4	18	1	0.00001	14	62	4	6	0.00001
93	""	658	43	35	405	1321	206	139	4	18	1	0.00001	15	63	4	6	0.00001
94	""	667	43	36	414	1358	206	146	4	19	1	0.00001	15	65	4	6	0.00001
95	""	672	52	38	428	1386	206	156	4	19	1	0.00001	16	67	4	7	0.00001
96	25	680	52	41	432	1409	206	169	4	20	1	0.00001	16	69	4	7	0.00001
97	""	687	57	43	449	1450	207	178	4	20	1	0.00001	16	71	4	7	0.00001
98	""	692	61	44	459	1472	207	185	4	20	2	0.00001	17	72	4	7	0.00001
99	""	696	61	45	473	1493	207	194	4	20	2	0.00001	18	73	4	8	0.00001
100	""	701	64	45	481	1520	207	199	4	21	2	0.00001	18	74	4	8	0.00001
101	""	708	68	47	511	1547	207	206	4	21	2	0.00001	19	76	4	9	0.00001
102	May	718	69	49	532	1572	208	215	5	22	2	0.00001	20	77	4	9	0.00001
103	""	723	77	49	532	1599	208	226	5	22	2	0.00001	20	79	4	9	0.00001
104	""	725	78	52	532	1615	208	227	5	22	2	0.00001	20	81	4	10	0.00001
105	""	727	78	54	562	1635	208	231	5	23	2	0.00001	23	83	4	10	0.00001
106	05	731	78	55	583	1660	208	235	6	23	2	0.00001	23	84	4	11	0.00001
107	""	738	85	56	596	1686	208	241	6	24	4	0.00001	24	86	4	11	0.00001
108	""	745	85	58	611	1714	208	253	7	24	4	0.00001	26	86	4	11	0.00001
109	""	750	85	60	614	1731	208	261	7	25	4	0.00001	26	88	4	11	0.00001
110	""	755	85	62	627	1754	209	272	7	25	4	0.00001	29	89	4	12	0.00001
111	10	756	87	64	627	1772	210	279	6	25	4	0.00001	29	90	4	12	0.00001
112	""	759	97	65	635	1791	210	280	6	26	4	0.00001	31	90	4	12	0.00001
113	""	764	97	66	648	1805	211	284	7	26	4	0.00001	33	91	4	13	0.00001
114	""	768	101	71	654	1818	211	288	7	26	4	0.00001	35	90	5	13	0.00001
115	""	773	105	74	660	1831	212	295	8	27	5	0.00001	36	91	5	13	0.00001
116	15	780	111	76	671	1839	212	299	8	27	5	0.00001	37	92	5	14	0.00001
117	""	786	114	78	677	1853	213	305	9	27	5	0.00001	38	92	5	14	0.00001
118	""	790	114	79	686	1864	213	315	10	27	5	0.00001	39	93	5	15	0.00001
119	""	792	114	81	693	1876	213	319	11	27	5	1	39	93	5	15	0.00001
120	""	802	132	82	697	1883	213	322	12	27	5	1	39	94	5	15	0.00001
121	20	808	132	83	702	1896	214	327	12	28	5	1	40	94	5	16	0.00001
122	""	815	140	86	707	1909	214	332	14	28	5	1	40	95	5	17	0.00001
123	""	818	161	89	712	1920	215	338	15	28	5	1	42	96	5	17	0.00001
124	""	824	165	90	718	1928	215	343	17	29	5	1	42	96	5	17	0.00001
125	""	831	165	91	718	1938	216	343	18	29	5	1	42	96	5	17	0.00001
126	25	837	165	92	724	1950	216	347	20	29	5	1	42	96	5	18	0.00001
127	""	841	184	93	728	1955	216	347	20	29	6	1	43	96	5	18	0.00001
128	""	846	204	95	731	1962	217	351	22	29	6	1	45	96	5	18	0.00001
129	""	849	204	98	731	1971	219	351	23	29	6	1	45	97	5	18	0.00001
130	""	854	204	102	745	1977	220	354	24	29	6	1	46	97	5	19	0.00001
131	""	859	204	106	752	1990	220	356	26	29	6	1	46	97	5	19	0.00001
132	""	863	213	108	755	1997	221	358	28	29	6	1	46	98	5	19	0.00001
133	Jun	867	222	109	760	2004	222	358	29	29	7	1	46	98	5	19	0.00001
134	""	869	240	114	764	2009	222	358	31	30	7	1	46	98	5	20	0.00001
135	""	875	248	117	767	2015	223	362	32	30	7	1	47	99	5	20	0.00001
136	""	882	254	120	772	2021	224	369	34	30	7	1	47	99	5	20	0.00001
137	05	887	255	126	785	2028	225	369	36	30	7	1	47	99	5	20	0.00001
138	""	891	278	132	789	2039	226	381	37	30	7	1	47	100	5	22	0.00001
139	""	894	286	137	801	2047	227	387	39	30	7	1	47	100	5	22	0.00001
140	""	900	296	144	809	2051	228	389	40	30	8	1	48	101	5	22	0.00001
141	""	906	303	150	818	2054	228	401	41	30	8	1	48	101	5	23	0.00001
142	10	911	313	154	826	2061	229	412	43	30	8	1	48	101	5	23	0.00001
143	""	918	327	161	840	2063	230	412	44	30	8	1	48	101	5	23	0.00001
144	""	924	327	170	857	2066	231	440	45	30	8	1	48	101	5	23	0.00001
145	""	929	329	181	876	2077	232	455	46	30	10	1	49	102	5	24	0.00001
146	""	934	329	187	876	2084	233	466	47	30	10	1	49	102	5	24	0.00001
147	15	937	360	196	909	2094	234	469	48	30	10	1	49	102	5	24	0.00001
148	""	941	371	196	920	2098	234	477	49	30	10	1	49	102	5	25	0.00001
149	""	945	371	219	934	2103	235	493	50	30	10	1	50	102	5	25	0.00001
150	""	950	371	234	952	2111	236	505	52	31	10	1	50	102	5	26	0.00001
151	""	956	371	249	970	2119	237	524	53	31	10	1	50	103	5	27	0.00001
152	20	978	400	266	996	2128	238	536	54	31	10	1	50	103	5	27	0.00001
153	""	977	400	281	1016	2128	239	553	57	31	10	2	51	103	5	28	0.00001
154	""	981	424	290	1039	2128	240	557	60	31	11	2	51	103	5	28	0.00001
155	""	987	447	297	1067	2151	241	569	62	31	11	2	51	103	5	29	0.00001
156	""	995	453	306	1086	2157	242	587	62	31	11	2	51	103	5	29	0.00001
157	25	1007	462	316	1113	2166	242	605	68	32	11	2	52	103	5	29	0.00001
158	""	1016	474	322	1113	2170	243	629	69	32	11	2	52	103	5	30	0.00001
159	""	1032	474	338	1191	2176	244	644	69	32	11	2	53	103	5	30	0.00001
160	""	1056	474	346	1244	2176	245	660	76	32	11	2	54	103	5	30	0.00001
161	""	1085	474	346	1244	2176	246	670	79	32	11	2	54	103	5	31	0.00001
162	""	1103	474	352	1315	2189	247	690	81	32	11	2	55	103	5	31	0.00001
163	Jul	1117	474	356	1348	2192	248	712	84	32	11	2	56	103	5	32	0.00001
164	""	1126	474	367	1395	2197	249	736	87	32	11	2	56	104	5	33	0.00001
165	""	1138	474	375	1450	2200	250	759	91	32	11	2	56	104	5	33	0.00001
166	""	1151	474	386	1502	2203	251	785	95	32	11	2	57	104	5	34	0.00001
167	05	1163	474	396	1590	2203	252	810	103	32	11	2	57	104	5	34	1
168	""	1170	528	396	1633	2203	253	819	112	32	12	2	58	104	5	35	1
169	""	1175	547	424	1633	2211	254	844	123	32	12	2	58	104	5	35	1
170	""	1186	561	424	1701	2213	255	871	132	32	13	2	62	104	5	36	1
171	""	1198	561	445	1777	2215	256	905	136	32	13	3	62	104	5	36	1
172	10	1208	561	445	1843	2218	257	953	144	32	13	3	64	104	5	37	1
173	""	1221	561	445	1939	2223	258	953	157	32	13	3	65	104	5	37	1
174	""	1226	561	466	1939	2223	259	953	174	32	13	3	65	104	5	37	1
175	""	1231	571	494	2085	2223	260	1074	185	32	13	3	66	104	5	38	1
176	""	1237	571	498	2114	2238	260	1058	193	33	13	3	67	104	5	39	1
177	15	1247	571	504	2114	2243	261	1092	203	33	13	3	67	104	5	40	1
178	""	1260	604	504	2243	2248	262	1125	213	33	13	3	70	104	5	41	1
179	""	1272	604	519	2326	2253	264	1163	231	33	13	3	72	104	5	41	2
180	""	1285	608	530	2395	2262	264	1205	246	33	14	3	73	104	5	42	2
181	""	1295	608	530	2473	2262	265	1233	260	33	14	3	74	104	5	42	2
182	20	1304	608	546	2560	2262	265	1247	268	33	14	3	75	104	5	42	2
183	""	1318	622	554	2602	2277	266	1275	272	33	14	3	77	104	5	43	2
184	""	1339	622	562	2661	2284	268	1321	287	33	14	3	79	104	5	44	2
185	""	1362	622	570	2761	2292	269	1369	310	34	14	3	80	104	5	45	2
186	""	1383	622	580	2865	2299	269	1407	319	34	14	3	82	105	5	46	2
187	25	1410	629	590	2957	2307	272	1446	332	34	14	3	84	105	5	48	2
188	""	1422	629	600	3050	2307	273	1473	337	34	14	3	85	105	5	48	2
189	""	1432	644	603	3129	2307	273	1489	354	34	14	3	86	105	5	48	3
190	""	1450	647	606	3185	2326	274	1517	369	34	14	3	88	105	5	49	3
191	""	1477	647	608	3255	2331	275	1552	384	34	14	3	89	105	5	50	3
192	""	1504	650	608	3371	2341	275	1593	393	34	14	3	94	105	5	52	3
193	""	1528	650	618	3466	2357	276	1631	409	35	14	3	98	105	5	53	3
194	Aug	1549	650	621	3466	2368	276	1669	413	35	14	3	98	105	5	54	4
195	""	1561	650	623	3597	2368	277	1690	429	35	14	3	101	105	5	54	4
196	""	1570	650	626	3724	2368	277	1707	439	35	14	3	106	105	5	55	4
197	""	1590	667	628	3779	2403	278	1707	444	36	14	3	108	105	5	55	4
198	05	1616	667	630	3895	2416	279	1736	453	35	14	3	111	105	5	57	4
199	""	1639	667	633	3982	2436	280	1773	465	36	14	3	113	105	5	59	4
200	""	1658	667	636	4058	2456	280	1816	477	36	14	3	114	105	5	60	5
201	""	1688	679	639	4145	2480	281	1859	484	36	14	4	117	105	5	62	5
202	""	1705	679	643	4268	2480	281	1906	492	36	14	4	119	105	5	63	5
203	10	1716	679	647	4339	2480	282	1913	498	36	14	4	121	105	5	63	5
204	""	1729	686	650	4339	2544	283	1930	502	36	14	4	121	106	5	65	5
205	""	1756	687	652	4362	2569	284	1960	507	36	15	4	127	106	5	67	5
206	""	1783	689	652	4531	2588	285	1984	510	36	15	4	135	106	5	68	5
207	""	1814	695	652	4600	2612	287	2009	515	36	15	4	137	106	5	69	6
208	15	1841	695	655	4705	2641	290	2034	519	36	15	4	140	106	5	70	6
209	""	1860	695	658	4787	2659	295	2047	522	36	15	4	141	106	5	70	6
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:29, 25 September 2020Thumbnail for version as of 11:29, 25 September 20203,300 × 1,950 (46 KB)Jochen Burghardt (talk | contribs)=={{int:filedesc}}== {{Information |description={{en|1=Visualization of ''"Total Confirmed Cases"'' and ''"Total Deaths"'' figures per capita from WHO COVID-19 daily [https://www.who.int/emergencies/diseases/novel-coronavirus-2019/situation-reports situation reports] (20 Jan - 16 Aug 2020) and Wikipedia population data; the vertical axis shows cases/deaths per 1 Mio inha...

There are no pages that use this file.

Metadata