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

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

Original file(3,300 × 1,950 pixels, file size: 26 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) figures 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 an overview of all related visualizations, and a more detailled description, see WHO Covid diagram set#Available cumulated 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,deaths24.pdf"
set key autotitle columnhead
set termoption noenhanced

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

set title "confirmed,deaths by count [24]"

$data <<EOF
rep	day	Gibraltar	Cayman_Is	Fr_Polynesia	Bermuda	Barbados	Monaco	Brunei_Darussalam	Bhutan	Gibraltar	Cayman_Is	Fr_Polynesia	Bermuda	Barbados	Monaco	Brunei_Darussalam	Bhutan
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	.	.	.	.	.	1	.	.	.	.	.	.	.	0.00001	.	.
42	""	.	.	.	.	.	1	.	.	.	.	.	.	.	0.00001	.	.
43	""	.	.	.	.	.	1	.	.	.	.	.	.	.	0.00001	.	.
44	""	.	.	.	.	.	1	.	.	.	.	.	.	.	0.00001	.	.
45	05	1	.	.	.	.	1	.	.	0.00001	.	.	.	.	0.00001	.	.
46	""	1	.	.	.	.	1	.	1	0.00001	.	.	.	.	0.00001	.	0.00001
47	""	1	.	.	.	.	1	.	1	0.00001	.	.	.	.	0.00001	.	0.00001
48	""	1	.	.	.	.	1	.	1	0.00001	.	.	.	.	0.00001	.	0.00001
49	""	1	.	.	.	.	1	.	1	0.00001	.	.	.	.	0.00001	.	0.00001
50	10	1	.	.	.	.	1	1	1	0.00001	.	.	.	.	0.00001	0.00001	0.00001
51	""	1	.	.	.	.	1	1	1	0.00001	.	.	.	.	0.00001	0.00001	0.00001
52	""	1	.	1	.	.	1	12	1	0.00001	.	0.00001	.	.	0.00001	0.00001	0.00001
53	""	1	.	1	.	.	1	12	1	0.00001	.	0.00001	.	.	0.00001	0.00001	0.00001
54	""	1	1	1	.	.	2	25	1	0.00001	0.00001	0.00001	.	.	0.00001	0.00001	0.00001
55	15	1	1	3	.	.	2	40	1	0.00001	0.00001	0.00001	.	.	0.00001	0.00001	0.00001
56	""	1	1	3	.	.	9	50	1	0.00001	1	0.00001	.	.	0.00001	0.00001	0.00001
57	""	3	1	3	.	.	9	50	1	0.00001	1	0.00001	.	.	0.00001	0.00001	0.00001
58	""	3	1	3	.	.	9	54	1	0.00001	1	0.00001	.	.	0.00001	0.00001	0.00001
59	""	8	1	3	.	2	9	56	1	0.00001	1	0.00001	.	0.00001	0.00001	0.00001	0.00001
60	20	10	3	11	2	2	9	73	2	0.00001	1	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001
61	""	10	3	11	2	5	12	78	2	0.00001	1	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001
62	""	10	3	15	2	5	18	83	2	0.00001	1	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001
63	""	15	3	17	2	5	23	88	2	0.00001	1	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001
64	""	15	5	18	6	17	23	91	2	0.00001	1	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001
65	25	15	5	25	6	18	23	104	2	0.00001	1	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001
66	""	26	8	25	7	18	23	109	2	0.00001	1	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001
67	""	35	8	30	7	18	19	114	3	0.00001	1	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001
68	""	55	8	30	15	24	19	115	3	0.00001	1	0.00001	0.00001	0.00001	0.00001	1	0.00001
69	""	56	8	34	17	24	19	120	3	0.00001	1	0.00001	0.00001	0.00001	0.00001	1	0.00001
70	""	65	8	35	22	26	46	126	4	0.00001	1	0.00001	0.00001	0.00001	0.00001	1	0.00001
71	""	69	12	36	22	33	49	127	4	0.00001	1	0.00001	0.00001	0.00001	0.00001	1	0.00001
72	Apr	69	12	37	27	33	52	129	4	0.00001	1	0.00001	0.00001	0.00001	0.00001	1	0.00001
73	""	69	14	37	32	33	37	131	4	0.00001	1	0.00001	0.00001	0.00001	0.00001	1	0.00001
74	""	81	22	37	32	45	37	133	5	0.00001	1	0.00001	0.00001	0.00001	0.00001	1	0.00001
75	""	95	28	39	35	45	37	134	5	1	1	0.00001	0.00001	0.00001	0.00001	1	0.00001
76	05	98	28	40	35	51	37	135	5	1	1	0.00001	0.00001	0.00001	0.00001	1	0.00001
77	""	103	35	41	37	51	37	135	5	1	1	0.00001	0.00001	0.00001	0.00001	1	0.00001
78	""	103	39	42	37	56	40	135	5	1	1	0.00001	0.00001	1	0.00001	1	0.00001
79	""	113	39	47	39	60	40	135	5	1	1	0.00001	2	2	0.00001	1	0.00001
80	""	113	45	51	39	63	54	135	5	1	2	0.00001	2	3	0.00001	1	0.00001
81	10	113	45	51	39	63	54	135	5	1	1	0.00001	3	3	0.00001	1	0.00001
82	""	113	45	51	48	66	54	136	5	1	1	0.00001	4	4	0.00001	1	0.00001
83	""	113	45	51	48	67	54	136	5	1	1	0.00001	4	4	0.00001	1	0.00001
84	""	129	53	53	50	68	54	136	5	0.00001	1	0.00001	4	4	0.00001	1	0.00001
85	""	129	53	55	57	71	93	136	5	0.00001	1	0.00001	4	4	0.00001	1	0.00001
86	15	129	54	55	57	72	93	136	5	0.00001	1	0.00001	5	4	0.00001	1	0.00001
87	""	129	54	55	57	73	93	136	5	0.00001	1	0.00001	5	5	0.00001	1	0.00001
88	""	131	60	55	81	75	93	136	5	0.00001	1	0.00001	5	5	1	1	0.00001
89	""	133	61	55	83	75	98	136	5	0.00001	1	0.00001	5	5	1	1	0.00001
90	""	133	61	55	83	75	98	137	5	0.00001	1	0.00001	5	5	1	1	0.00001
91	20	133	61	55	86	75	98	138	5	0.00001	1	0.00001	5	5	1	1	0.00001
92	""	133	61	56	86	75	68	138	6	0.00001	1	0.00001	5	5	1	1	0.00001
93	""	133	66	57	86	75	68	138	6	0.00001	1	0.00001	5	5	1	1	0.00001
94	""	133	66	57	98	75	68	138	7	0.00001	1	0.00001	5	5	1	1	0.00001
95	""	133	66	57	99	76	68	138	7	0.00001	1	0.00001	5	6	1	1	0.00001
96	25	133	66	57	99	76	68	138	7	0.00001	1	0.00001	5	6	1	1	0.00001
97	""	136	70	57	99	77	68	138	7	0.00001	1	0.00001	5	6	1	1	0.00001
98	""	141	70	57	109	79	68	138	7	0.00001	1	0.00001	5	6	1	1	0.00001
99	""	141	70	58	109	79	68	138	7	0.00001	1	0.00001	6	6	1	1	0.00001
100	""	141	70	58	110	80	68	138	7	0.00001	1	0.00001	6	6	1	1	0.00001
101	""	141	73	58	111	80	68	138	7	0.00001	1	0.00001	6	6	1	1	0.00001
102	May	141	73	58	111	80	68	138	7	0.00001	1	0.00001	6	7	1	1	0.00001
103	""	144	73	58	114	81	68	138	7	0.00001	1	0.00001	6	7	1	1	0.00001
104	""	144	74	58	114	81	68	138	7	0.00001	1	0.00001	6	7	1	1	0.00001
105	""	144	74	58	115	81	95	138	7	0.00001	1	0.00001	7	7	1	1	0.00001
106	05	144	74	58	115	82	95	138	7	0.00001	1	0.00001	7	7	1	1	0.00001
107	""	144	75	60	115	82	95	138	7	0.00001	1	0.00001	7	7	1	1	0.00001
108	""	144	78	60	115	82	95	139	7	0.00001	1	0.00001	7	7	1	1	0.00001
109	""	144	78	60	118	82	95	141	7	0.00001	1	0.00001	7	7	1	1	0.00001
110	""	144	80	60	118	82	95	141	7	0.00001	1	0.00001	7	7	1	1	0.00001
111	10	146	81	60	118	82	95	141	7	0.00001	1	0.00001	7	7	1	1	0.00001
112	""	146	81	60	118	84	96	141	9	0.00001	1	0.00001	7	7	1	1	0.00001
113	""	146	81	60	118	84	96	141	11	0.00001	1	0.00001	7	7	1	1	0.00001
114	""	147	84	60	119	84	96	141	11	0.00001	1	0.00001	8	7	1	1	0.00001
115	""	147	85	60	121	85	96	141	15	0.00001	1	0.00001	8	7	1	1	0.00001
116	15	147	86	60	121	85	96	141	20	0.00001	1	0.00001	8	7	1	1	0.00001
117	""	147	93	60	122	85	96	141	21	0.00001	1	0.00001	9	7	1	1	0.00001
118	""	147	94	60	123	85	96	141	21	0.00001	1	0.00001	9	7	1	1	0.00001
119	""	147	94	60	123	86	96	141	21	0.00001	1	0.00001	9	7	1	1	0.00001
120	""	147	94	60	123	88	96	141	21	0.00001	1	0.00001	9	7	1	1	0.00001
121	20	147	94	60	125	88	96	141	21	0.00001	1	0.00001	9	7	1	1	0.00001
122	""	147	111	60	125	90	96	141	21	0.00001	1	0.00001	9	7	1	1	0.00001
123	""	149	111	60	125	90	96	141	21	0.00001	1	0.00001	9	7	1	1	0.00001
124	""	151	121	89	125	90	96	141	21	0.00001	1	0.00001	9	7	1	1	0.00001
125	""	151	129	89	128	90	98	141	24	0.00001	1	0.00001	9	7	1	1	0.00001
126	25	155	129	89	133	92	98	141	27	0.00001	1	0.00001	9	7	1	1	0.00001
127	""	155	129	60	133	92	98	141	27	0.00001	1	0.00001	9	7	1	1	0.00001
128	""	154	134	60	133	92	98	141	27	0.00001	1	0.00001	9	7	1	1	0.00001
129	""	154	137	60	139	92	98	141	28	0.00001	1	0.00001	9	7	1	2	0.00001
130	""	157	140	60	139	92	98	141	31	0.00001	1	0.00001	9	7	1	2	0.00001
131	""	158	140	60	140	92	98	141	33	0.00001	1	0.00001	9	7	1	2	0.00001
132	""	161	141	60	140	92	98	141	33	0.00001	1	0.00001	9	7	1	2	0.00001
133	Jun	169	141	60	140	92	98	141	43	0.00001	1	0.00001	9	7	1	2	0.00001
134	""	170	141	60	140	92	98	141	47	0.00001	1	0.00001	9	7	1	2	0.00001
135	""	170	150	60	141	92	98	141	47	0.00001	1	0.00001	9	7	1	2	0.00001
136	""	172	151	60	141	92	98	141	47	0.00001	1	0.00001	9	7	1	2	0.00001
137	05	173	156	60	141	92	98	141	47	0.00001	1	0.00001	9	7	1	2	0.00001
138	""	174	160	60	141	92	98	141	48	0.00001	1	0.00001	9	7	1	2	0.00001
139	""	174	164	60	141	92	99	141	48	0.00001	1	0.00001	9	7	1	2	0.00001
140	""	175	164	60	141	92	99	141	59	0.00001	1	0.00001	9	7	1	2	0.00001
141	""	176	164	60	141	92	99	141	59	0.00001	1	0.00001	9	7	1	2	0.00001
142	10	176	171	60	141	92	99	141	59	0.00001	1	0.00001	9	7	1	2	0.00001
143	""	176	176	60	141	96	99	141	62	0.00001	1	0.00001	9	7	1	2	0.00001
144	""	176	180	60	141	96	99	141	62	0.00001	1	0.00001	9	7	1	2	0.00001
145	""	176	186	60	141	96	99	141	62	0.00001	1	0.00001	9	7	1	2	0.00001
146	""	176	187	60	142	96	99	141	66	0.00001	1	0.00001	9	7	1	2	0.00001
147	15	176	187	60	144	96	99	141	66	0.00001	1	0.00001	9	7	1	2	0.00001
148	""	176	187	60	144	97	99	141	67	0.00001	1	0.00001	9	7	1	2	0.00001
149	""	176	187	60	144	97	99	141	67	0.00001	1	0.00001	9	7	1	3	0.00001
150	""	176	193	60	144	97	99	141	67	0.00001	1	0.00001	9	7	1	3	0.00001
151	""	176	193	60	144	97	99	141	67	0.00001	1	0.00001	9	7	1	3	0.00001
152	20	176	193	60	144	97	99	141	68	0.00001	1	0.00001	9	7	1	3	0.00001
153	""	176	195	60	146	97	99	141	68	0.00001	1	0.00001	9	7	1	3	0.00001
154	""	176	195	60	146	97	99	141	68	0.00001	1	0.00001	9	7	1	3	0.00001
155	""	176	195	60	146	97	99	141	69	0.00001	1	0.00001	9	7	1	3	0.00001
156	""	176	195	60	146	97	99	141	70	0.00001	1	0.00001	9	7	1	3	0.00001
157	25	176	195	60	146	97	99	141	70	0.00001	1	0.00001	9	7	1	3	0.00001
158	""	176	196	60	146	97	99	141	70	0.00001	1	0.00001	9	7	1	3	0.00001
159	""	176	196	60	146	97	99	141	70	0.00001	1	0.00001	9	7	1	3	0.00001
160	""	176	196	62	146	97	99	141	76	0.00001	1	0.00001	9	7	1	3	0.00001
161	""	177	196	62	146	97	99	141	76	0.00001	1	0.00001	9	7	1	3	0.00001
162	""	177	196	62	146	97	99	141	77	0.00001	1	0.00001	9	7	1	3	0.00001
163	Jul	177	199	62	146	97	99	141	77	0.00001	1	0.00001	9	7	1	3	0.00001
164	""	177	200	62	146	97	99	141	77	0.00001	1	0.00001	9	7	1	3	0.00001
165	""	178	201	62	146	97	99	141	77	0.00001	1	0.00001	9	7	1	3	0.00001
166	""	178	201	62	146	97	99	141	78	0.00001	1	0.00001	9	7	1	3	0.00001
167	05	178	201	62	146	97	99	141	78	0.00001	1	0.00001	9	7	1	3	0.00001
168	""	178	201	62	146	97	99	141	80	0.00001	1	0.00001	9	7	1	3	0.00001
169	""	179	201	62	146	98	99	141	80	0.00001	1	0.00001	9	7	1	3	0.00001
170	""	179	201	62	146	98	99	141	80	0.00001	1	0.00001	9	7	1	3	0.00001
171	""	179	201	62	149	98	99	141	80	0.00001	1	0.00001	9	7	1	3	0.00001
172	10	179	201	62	149	98	99	141	80	0.00001	1	0.00001	9	7	1	3	0.00001
173	""	180	201	62	149	98	99	141	82	0.00001	1	0.00001	9	7	1	3	0.00001
174	""	180	201	62	150	98	99	141	82	0.00001	1	0.00001	9	7	1	3	0.00001
175	""	180	201	62	150	103	99	141	84	0.00001	1	0.00001	9	7	1	3	0.00001
176	""	180	201	62	150	103	99	141	84	0.00001	1	0.00001	9	7	1	3	0.00001
177	15	180	203	62	150	103	99	141	84	0.00001	1	0.00001	9	7	1	3	0.00001
178	""	180	203	62	150	103	99	141	84	0.00001	1	0.00001	9	7	1	3	0.00001
179	""	180	203	62	150	104	99	141	86	0.00001	1	0.00001	9	7	1	3	0.00001
180	""	180	203	62	152	104	99	141	87	0.00001	1	0.00001	9	7	1	3	0.00001
181	""	180	203	62	152	104	99	141	87	0.00001	1	0.00001	9	7	1	3	0.00001
182	20	180	203	62	153	105	99	141	89	0.00001	1	0.00001	9	7	1	3	0.00001
183	""	180	203	62	153	105	99	141	90	0.00001	1	0.00001	9	7	1	3	0.00001
184	""	180	203	62	153	106	99	141	92	0.00001	1	0.00001	9	7	1	3	0.00001
185	""	180	203	62	153	106	99	141	92	0.00001	1	0.00001	9	7	1	3	0.00001
186	""	182	203	62	153	106	99	141	92	0.00001	1	0.00001	9	7	1	3	0.00001
187	25	184	203	62	153	106	99	141	92	0.00001	1	0.00001	9	7	1	3	0.00001
188	""	185	203	62	153	108	99	141	93	0.00001	1	0.00001	9	7	1	3	0.00001
189	""	185	203	62	154	108	99	141	95	0.00001	1	0.00001	9	7	1	3	0.00001
190	""	185	203	62	154	110	99	141	99	0.00001	1	0.00001	9	7	1	3	0.00001
191	""	185	203	62	154	110	99	141	99	0.00001	1	0.00001	9	7	1	3	0.00001
192	""	186	203	62	156	110	99	141	101	0.00001	1	0.00001	9	7	1	3	0.00001
193	""	186	203	62	156	110	99	141	101	0.00001	1	0.00001	9	7	1	3	0.00001
194	Aug	187	203	62	156	110	99	141	101	0.00001	1	0.00001	9	7	1	3	0.00001
195	""	187	203	62	156	110	99	141	102	0.00001	1	0.00001	9	7	1	3	0.00001
196	""	188	203	62	156	122	99	141	103	0.00001	1	0.00001	9	7	1	3	0.00001
197	""	188	203	62	157	132	99	141	103	0.00001	1	0.00001	9	7	1	3	0.00001
198	05	188	203	64	157	132	99	141	105	0.00001	1	0.00001	9	7	1	3	0.00001
199	""	189	203	64	157	133	99	141	105	0.00001	1	0.00001	9	7	1	3	0.00001
200	""	189	203	64	157	133	99	141	108	0.00001	1	0.00001	9	7	1	3	0.00001
201	""	190	203	69	157	133	99	142	108	0.00001	1	0.00001	9	7	1	3	0.00001
202	""	193	203	69	158	138	99	142	108	0.00001	1	0.00001	9	7	1	3	0.00001
203	10	197	203	69	158	142	99	142	110	0.00001	1	0.00001	9	7	1	3	0.00001
204	""	197	203	69	158	142	99	142	113	0.00001	1	0.00001	9	7	1	3	0.00001
205	""	201	203	112	159	143	99	142	113	0.00001	1	0.00001	9	7	1	3	0.00001
206	""	202	203	139	159	143	99	142	128	0.00001	1	0.00001	9	7	1	3	0.00001
207	""	203	203	139	159	144	141	142	131	0.00001	1	0.00001	9	7	1	3	0.00001
208	15	205	203	166	159	144	143	142	133	0.00001	1	0.00001	9	7	1	3	0.00001
209	""	206	203	166	159	148	143	142	133	0.00001	1	0.00001	9	7	1	3	0.00001
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:50, 25 September 2020Thumbnail for version as of 11:50, 25 September 20203,300 × 1,950 (26 KB)Jochen Burghardt (talk | contribs)=={{int:filedesc}}== {{Information |description={{en|1=Visualization 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 details.}} |date=2020-09-24 |s...

There are no pages that use this file.

Metadata