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

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

Original file(3,300 × 1,950 pixels, file size: 22 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_Zambia.pdf"
set key autotitle columnhead
set termoption noenhanced
# (1) norm: 919 302 260 001
# (2) dist: 1,0:305 2,0:282 2,1:117
# (3,4) dist max: 305 1:302--0:919
# (4) right: 1 0 0 1
# (6,7) scMax: 325 925
# (8) scale: [1:10] [1:1] [1:1] [1:1]


set xrange [-1:212]
set yrange [0:325]
set y2range [0:925]
set xtics 3650,100
set ytics 50 textcolor "#e51e10"
set y2tics 100 textcolor "#0072b2"
set grid y y2

set title "Zambia"

$data <<EOF
rep day "confirmed [1:10]" "-~confirmed [1:1]" "deaths [1:1]" "-~deaths [1:1]"
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	.	-	.	-
46	""	.	-	.	-
47	""	.	-	.	-
48	""	.	-	.	-
49	""	.	-	.	-
50	10	.	-	.	-
51	""	.	-	.	-
52	""	.	-	.	-
53	""	.	-	.	-
54	""	.	-	.	-
55	15	.	-	.	-
56	""	.	-	.	-
57	""	.	-	.	-
58	""	.	-	.	-
59	""	2	-	0	-
60	20	2	-	0	-
61	""	2	-	0	-
62	""	2	-	0	-
63	""	3	-	0	-
64	""	3	-	0	-
65	25	3	-	0	-
66	""	3	1	0	0
67	""	3	0	0	0
68	""	13	1	0	0
69	""	16	2	0	0
70	""	16	2	0	0
71	""	35	5	0	0
72	Apr	35	4	0	0
73	""	36	5	0	0
74	""	39	5	1	0
75	""	39	4	1	0
76	05	39	3	1	0
77	""	39	3	1	1
78	""	39	1	1	0
79	""	39	1	1	0
80	""	39	0	1	0
81	10	39	0	1	0
82	""	40	0	2	0
83	""	40	0	2	0
84	""	43	1	2	0
85	""	45	1	2	1
86	15	45	1	2	0
87	""	48	1	2	0
88	""	48	1	2	0
89	""	52	2	2	0
90	""	57	2	2	0
91	20	61	3	3	0
92	""	65	3	3	0
93	""	70	3	3	0
94	""	74	4	3	1
95	""	76	4	3	0
96	25	84	5	3	0
97	""	84	3	3	0
98	""	88	4	3	0
99	""	89	4	3	0
100	""	95	3	3	0
101	""	97	4	3	0
102	May	106	4	3	0
103	""	109	3	3	0
104	""	119	5	3	0
105	""	124	6	3	0
106	05	137	6	3	0
107	""	137	6	4	0
108	""	139	6	4	0
109	""	153	7	4	0
110	""	167	8	4	1
111	10	252	19	4	0
112	""	267	21	7	0
113	""	267	18	7	1
114	""	441	44	7	0
115	""	446	44	7	1
116	15	654	71	7	0
117	""	668	72	7	1
118	""	679	61	7	0
119	""	753	69	7	0
120	""	761	71	7	0
121	20	772	47	7	0
122	""	832	55	7	0
123	""	866	31	7	0
124	""	920	36	7	0
125	""	920	34	7	0
126	25	920	24	7	0
127	""	920	23	7	0
128	""	920	21	7	0
129	""	1057	32	7	0
130	""	1057	27	7	0
131	""	1057	20	7	0
132	""	1057	19	7	0
133	Jun	1057	20	7	0
134	""	1089	24	7	0
135	""	1089	24	7	0
136	""	1089	5	7	0
137	05	1111	7	7	0
138	""	1111	8	7	0
139	""	1154	14	7	0
140	""	1154	14	7	0
141	""	1200	16	10	0
142	10	1200	16	10	1
143	""	1252	23	10	0
144	""	1252	20	10	1
145	""	1321	30	10	0
146	""	1357	29	10	1
147	15	1358	29	11	0
148	""	1382	26	11	0
149	""	1405	29	11	0
150	""	1412	23	11	1
151	""	1416	24	11	0
152	20	1430	15	11	0
153	""	1430	11	11	0
154	""	1430	10	11	0
155	""	1430	7	11	0
156	""	1477	10	18	1
157	25	1489	11	18	1
158	""	1497	12	18	1
159	""	1531	14	21	1
160	""	1531	15	21	2
161	""	1531	14	21	1
162	""	1568	20	22	2
163	Jul	1594	16	24	1
164	""	1632	21	30	1
165	""	1632	19	30	2
166	""	1632	15	30	1
167	05	1632	14	30	2
168	""	1632	14	30	1
169	""	1632	10	30	1
170	""	1895	43	42	3
171	""	1895	37	42	1
172	10	1895	38	42	2
173	""	1895	37	42	2
174	""	1895	38	42	2
175	""	1895	37	42	1
176	""	2283	93	82	8
177	15	2283	56	82	5
178	""	2283	55	82	6
179	""	2283	56	82	6
180	""	2810	130	109	9
181	""	2980	155	120	12
182	20	2980	155	120	11
183	""	3326	149	128	6
184	""	3326	149	128	7
185	""	3583	186	128	6
186	""	3583	186	128	7
187	25	3853	149	134	4
188	""	4328	192	139	2
189	""	4481	215	139	3
190	""	4552	175	140	2
191	""	5002	239	142	2
192	""	5249	238	146	2
193	""	5555	282	149	3
194	Aug	5963	302	151	3
195	""	6228	271	165	3
196	""	6347	267	170	5
197	""	6580	289	171	4
198	05	6580	226	171	4
199	""	7022	253	176	5
200	""	7164	230	199	7
201	""	7164	171	199	7
202	""	7903	240	203	5
203	10	8085	248	235	9
204	""	8210	233	241	10
205	""	8275	242	241	10
206	""	8501	211	246	10
207	""	8663	214	246	7
208	15	9021	266	256	8
209	""	9186	183	260	8
EOF

# confirmed:
set label "9186   " at first 209,918*325/925   left back textcolor "#8080ff"
# -~confirmed:
set label "183    " at first 209,183           left back textcolor "#ff8080"
set label "302    " at first 194,302        +4 left back textcolor "#ff8080"
# deaths:
set label "260    " at first 209,260           left back textcolor "#ff8080"
# -~deaths:
set label "8      " at first 209,  8*325/925   left back textcolor "#8080ff"
set label "12     " at first 181, 12*325/925+4 left back textcolor "#8080ff"

set multiplot
  plot $data using 0:($3/     10*325/925) with lines lc 6 lw 8 dt 1 title at 0.150, 0.920
replot $data using 0:($4/      1        ) with lines lc 7 lw 8 dt 4 title at 0.150, 0.902
replot $data using 0:($5/      1        ) with lines lc 7 lw 5 dt 2 title at 0.150, 0.884
replot $data using 0:($6/      1*325/925) with lines lc 6 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:47, 24 September 2020Thumbnail for version as of 19:47, 24 September 20203,300 × 1,950 (22 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