File:WHO Covid 2020 Jan-Aug daily C UK.pdf

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

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

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description
English: Diagram of WHO COVID-19 daily data (20 Jan - 16 Aug 2020) for "Total Confirmed Cases" (thick solid line), its smoothed increment (thick dash-dotted line), "Total Deaths" (thin dashed line) , and its smoothed increment (thin dotted line). Figures are taken from the available situation reports. Red and blue lines refer to the left and right vertical axis, respectively; the scaling factor for each curve is given in the legend. The horizontal axis starts on 20 Jan 2020 (situation report 1), and ends on 16 Aug 2020 (situation report 209). In the smoothed curves, 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 115 (14 May 2020) and 121 (21 May 2020), there were 8676 and 5339 Total Confirmed Cases in Afghanistan, respectively, so the thick dash-dotted line passes through 477 = (8676-5339)/7 on 21 May.

For an overview of all related visualizations, and a more detailled description, see WHO Covid diagram set#Available country 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_UK.pdf"
set key autotitle columnhead
set termoption noenhanced
# (1) norm: 317 552 468 115
# (2) dist: 1,0:175 2,0:148 2,1:118 3,0:276 3,1:208 3,2:245
# (3,4) dist max: 276 3:115--0:317
# (4) right: 1 1 1 0
# (6,7) scMax: 125 575
# (8) scale: [1:1000] [1:10] [1:100] [1:10]


set xrange [-1:212]
set yrange [0:125]
set y2range [0:575]
set xtics 3650,100
set ytics 25 textcolor "#e51e10"
set y2tics 75 textcolor "#0072b2"
set grid y y2

set title "UK"

$data <<EOF
rep day "confirmed [1:1000]" "-~confirmed [1:10]" "deaths [1:100]" "-~deaths [1:10]"
1	Jan	.	-	.	-
2	""	.	-	.	-
3	""	.	-	.	-
-	-	-	-	-	-
4	""	.	-	.	-
5	25	.	-	.	-
6	""	.	-	.	-
7	""	.	-	.	-
8	""	.	-	.	-
9	""	.	-	.	-
10	""	.	-	.	-
11	""	.	-	.	-
12	Feb	2	-	.	-
13	""	2	-	.	-
14	""	2	-	0	-
15	""	2	-	0	-
16	05	2	-	0	-
17	""	2	-	0	-
18	""	3	-	0	-
19	""	3	0	0	-
20	""	3	0	0	-
21	10	4	1	0	0
22	""	8	1	0	0
23	""	8	0	0	0
24	""	9	1	0	0
25	""	9	1	0	0
26	15	9	1	0	0
27	""	9	1	0	0
28	""	9	1	0	0
29	""	9	0	0	0
30	""	9	0	0	0
31	20	9	0	0	0
32	""	9	0	0	0
33	""	9	0	0	0
34	""	9	0	0	0
35	""	9	0	0	0
36	25	13	1	0	0
37	""	13	0	0	0
38	""	13	1	0	0
39	""	16	1	0	0
40	""	20	1	0	0
41	Mar	23	2	0	0
42	""	36	4	0	0
43	""	39	4	0	0
44	""	51	5	0	0
45	05	89	11	0	0
46	""	118	15	0	0
47	""	167	21	1	0
48	""	210	26	2	0
49	""	277	35	2	1
50	10	323	40	3	0
51	""	373	46	6	1
52	""	460	53	6	1
53	""	594	68	8	1
54	""	802	91	10	1
55	15	1144	134	21	3
56	""	1395	159	35	5
57	""	1547	175	55	7
58	""	1954	226	55	7
59	""	2630	310	103	14
60	20	3277	383	144	19
61	""	3983	455	177	24
62	""	5018	553	233	31
63	""	5687	613	281	35
64	""	6654	730	335	40
65	25	8081	875	422	52
66	""	9533	986	463	52
67	""	11662	1198	578	62
68	""	14547	1509	759	83
69	""	17093	1725	1019	112
70	""	19526	1977	1228	135
71	""	22145	2213	1408	154
72	Apr	25154	2439	1789	195
73	""	29478	2850	2532	295
74	""	33722	3151	2921	335
75	""	38172	3375	3605	407
76	05	41907	3545	4313	470
77	""	47810	4040	4934	530
78	""	51612	4210	5373	566
79	""	55246	4299	6159	624
80	""	60737	4465	7097	653
81	10	65081	4480	7978	722
82	""	70276	4587	8958	765
83	""	78995	5298	9875	794
84	""	84283	5210	10612	811
85	""	88625	5288	11329	851
86	15	93877	5519	12107	850
87	""	98480	5391	12868	824
88	""	103097	5431	13729	822
89	""	108696	5489	14576	803
90	""	114221	5032	15464	798
91	20	120071	5113	16060	778
92	""	124747	5160	16509	740
93	""	129048	5024	17337	747
94	""	133499	5003	18100	748
95	""	138082	4998	18738	715
96	25	143468	4967	19506	705
97	""	148381	4880	20319	693
98	""	152844	4682	20732	668
99	""	157153	4630	21092	654
100	""	161149	4586	21678	621
101	""	165225	4532	26097	1142
102	May	171257	4739	26771	1148
103	""	177458	4856	27510	1143
104	""	182264	4840	28131	1116
105	""	186603	4823	28446	1102
106	05	190588	4776	28734	1092
107	""	194994	4835	29427	1107
108	""	201205	5140	30076	568
109	""	206719	5066	30615	549
110	""	211368	4845	31241	533
111	10	215264	4714	31587	494
112	""	219187	4655	31855	487
113	""	223064	4639	32065	476
114	""	226467	4496	32692	466
115	""	229709	4072	33186	445
116	15	233155	3777	33614	428
117	""	236715	3621	33998	394
118	""	240165	3557	34466	411
119	""	243699	3502	34636	397
120	""	246410	3335	34796	391
121	20	248822	3194	35341	378
122	""	248297	2655	35704	360
123	""	250912	2537	36042	347
124	""	254199	2498	36393	342
125	""	257158	2427	36675	315
126	25	259563	2266	36793	308
127	""	261188	2112	36914	303
128	""	265231	2344	37048	244
129	""	267244	2706	37460	251
130	""	269131	2603	37837	256
131	""	271226	2433	38161	253
132	""	272830	2238	38376	243
133	Jun	274766	2172	38489	242
134	""	276336	2164	39045	304
135	""	277989	1823	39369	332
136	""	279860	1802	39728	324
137	05	281665	1791	39904	295
138	""	283315	1727	40261	300
139	""	284872	1720	40465	299
140	""	286198	1633	40542	293
141	""	287403	1581	40597	222
142	10	289144	1594	40883	216
143	""	290147	1469	41128	200
144	""	291413	1393	41279	196
145	""	292954	1377	41481	175
146	""	294379	1358	41662	171
147	15	295893	1385	41698	165
148	""	296861	1351	41736	163
149	""	298140	1285	41969	155
150	""	299255	1301	42153	146
151	""	300473	1295	42288	144
152	20	301819	1266	42461	140
153	""	303114	1248	42589	133
154	""	304335	1206	42632	133
155	""	305293	1205	42647	130
156	""	306214	1153	42927	137
157	25	306866	1087	43081	133
158	""	307984	1073	43230	134
159	""	309364	1078	43414	136
160	""	310254	1020	43514	133
161	""	311155	974	43550	131
162	""	311969	954	43575	132
163	Jul	312658	921	43730	115
164	""	313487	946	43906	118
165	""	283761	-3461	43995	109
166	""	284280	-3583	44131	103
167	05	284904	-3622	44198	97
168	""	285420	-3676	44220	96
169	""	285772	-3743	44236	94
170	""	286353	-3757	44391	95
171	""	286983	-3787	44517	87
172	10	287625	552	44602	87
173	""	288137	551	44650	74
174	""	288957	579	44798	86
175	""	289607	598	44819	85
176	""	290137	624	44830	85
177	15	291377	718	44968	83
178	""	291915	704	45053	76
179	""	292556	705	45119	74
180	""	293243	729	45233	83
181	""	294070	731	45273	68
182	20	294796	741	45300	69
183	""	295376	748	45312	69
184	""	295821	635	45422	65
185	""	296381	638	45501	64
186	""	297150	656	45554	62
187	25	297918	668	45677	63
188	""	298685	660	45738	67
189	""	299430	662	45752	64
190	""	300115	677	45759	64
191	""	300696	696	45878	65
192	""	301459	725	45961	66
193	""	302305	737	45999	63
194	Aug	303185	752	46119	64
195	""	303956	753	46193	65
196	""	304699	753	46201	64
197	""	305627	787	46210	64
198	05	306297	801	46299	60
199	""	307188	818	46364	58
200	""	308138	833	46413	59
201	""	309009	832	46511	56
202	""	309767	830	46566	53
203	10	310829	876	46574	54
204	""	311645	860	46526	45
205	""	312793	928	46526	32
206	""	313802	945	46706	49
207	""	313802	809	46706	42
208	15	316371	1052	41357	-736
209	""	316371	943	41358	-744
EOF

# confirmed:
set label "316371 " at first 209,316*125/575   left back textcolor "#8080ff"
# -~confirmed:
set label "943    " at first 209, 94*125/575   left back textcolor "#8080ff"
set label "5519   " at first  86,551*125/575+2 left back textcolor "#8080ff"
# deaths:
set label "41358  " at first 209,413*125/575   left back textcolor "#8080ff"
# -~deaths:
set label "-744   " at first 209,-74           left back textcolor "#ff8080"
set label "1148   " at first 102,114        +2 left back textcolor "#ff8080"

set multiplot
  plot $data using 0:($3/   1000*125/575) with lines lc 6 lw 8 dt 1 title at 0.150, 0.920
replot $data using 0:($4/     10*125/575) with lines lc 6 lw 8 dt 4 title at 0.150, 0.902
replot $data using 0:($5/    100*125/575) with lines lc 6 lw 5 dt 2 title at 0.150, 0.884
replot $data using 0:($6/     10        ) with lines lc 7 lw 5 dt 3 title at 0.150, 0.866

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

File history

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

Date/TimeThumbnailDimensionsUserComment
current19:43, 24 September 2020Thumbnail for version as of 19:43, 24 September 20203,300 × 1,950 (25 KB)Jochen Burghardt (talk | contribs)=={{int:filedesc}}== {{Information |description={{en|1=Diagram of WHO COVID-19 daily data (20 Jan - 16 Aug 2020) for ''"Total Confirmed Cases"'' (thick solid line), its smoothed increment (thick dash-dotted line), ''"Total Deaths"'' (thin dashed line), and its smoothed increment (thin dotted line); see File:WHO_Covid_2020_Jan-Aug_daily_C_Afghanistan.pdf for details.}} |date=2020-09-24 |source={{own}} |author=Jochen Burghardt |permission= |other_versions=[[:File:...

There are no pages that use this file.

Metadata