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

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

Original file(3,300 × 1,950 pixels, file size: 20 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_Namibia.pdf"
set key autotitle columnhead
set termoption noenhanced
# (1) norm: 391 151 001 001
# (2) dist: 1,0:259
# (3,4) dist max: 259 1:151--0:391
# (4) right: 1 0 1 1
# (6,7) scMax: 175 400
# (8) scale: [1:10] [1:1] [1:1] [1:1]


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

set title "Namibia"

$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	2	-	0	-
56	""	2	-	0	-
57	""	2	-	0	-
58	""	2	-	0	-
59	""	2	-	0	-
60	20	3	-	0	-
61	""	3	-	0	-
62	""	3	0	0	0
63	""	3	1	0	0
64	""	3	0	0	0
65	25	4	0	0	0
66	""	5	0	0	0
67	""	8	1	0	0
68	""	8	1	0	0
69	""	8	1	0	0
70	""	11	1	0	0
71	""	11	1	0	0
72	Apr	11	1	0	0
73	""	11	1	0	0
74	""	13	0	0	0
75	""	13	1	0	0
76	05	14	1	0	0
77	""	16	1	0	0
78	""	16	0	0	0
79	""	16	1	0	0
80	""	16	1	0	0
81	10	16	0	0	0
82	""	16	1	0	0
83	""	16	0	0	0
84	""	16	0	0	0
85	""	16	0	0	0
86	15	16	0	0	0
87	""	16	0	0	0
88	""	16	0	0	0
89	""	16	0	0	0
90	""	16	0	0	0
91	20	16	0	0	0
92	""	16	0	0	0
93	""	16	0	0	0
94	""	16	0	0	0
95	""	16	0	0	0
96	25	16	0	0	0
97	""	16	0	0	0
98	""	16	0	0	0
99	""	16	0	0	0
100	""	16	0	0	0
101	""	16	0	0	0
102	May	16	0	0	0
103	""	16	0	0	0
104	""	16	0	0	0
105	""	16	0	0	0
106	05	16	0	0	0
107	""	16	0	0	0
108	""	16	0	0	0
109	""	16	0	0	0
110	""	16	0	0	0
111	10	16	0	0	0
112	""	16	0	0	0
113	""	16	0	0	0
114	""	16	0	0	0
115	""	16	0	0	0
116	15	16	0	0	0
117	""	16	0	0	0
118	""	16	0	0	0
119	""	16	0	0	0
120	""	16	0	0	0
121	20	16	0	0	0
122	""	16	0	0	0
123	""	18	0	0	0
124	""	19	1	0	0
125	""	20	0	0	0
126	25	21	1	0	0
127	""	21	1	0	0
128	""	21	0	0	0
129	""	22	1	0	0
130	""	22	1	0	0
131	""	23	0	0	0
132	""	23	1	0	0
133	Jun	24	0	0	0
134	""	25	1	0	0
135	""	25	0	0	0
136	""	25	1	0	0
137	05	25	0	0	0
138	""	25	1	0	0
139	""	29	0	0	0
140	""	29	1	0	0
141	""	31	1	0	0
142	10	31	1	0	0
143	""	31	1	0	0
144	""	31	1	0	0
145	""	31	0	0	0
146	""	32	1	0	0
147	15	32	0	0	0
148	""	32	0	0	0
149	""	34	1	0	0
150	""	34	0	0	0
151	""	39	1	0	0
152	20	45	2	0	0
153	""	46	2	0	0
154	""	55	4	0	0
155	""	63	4	0	0
156	""	72	6	0	0
157	25	76	6	0	0
158	""	102	9	0	0
159	""	102	8	0	0
160	""	136	13	0	0
161	""	150	13	0	0
162	""	183	17	0	0
163	Jul	203	19	0	0
164	""	285	30	0	0
165	""	293	27	0	0
166	""	350	36	0	0
167	05	375	34	0	0
168	""	412	37	0	0
169	""	485	43	0	0
170	""	539	48	0	0
171	""	593	44	0	0
172	10	615	46	0	0
173	""	668	46	1	0
174	""	713	48	1	0
175	""	785	53	1	0
176	""	861	54	1	1
177	15	864	46	2	0
178	""	960	53	2	0
179	""	1032	59	2	0
180	""	1078	59	2	1
181	""	1203	70	2	0
182	20	1247	66	3	0
183	""	1344	69	4	0
184	""	1366	72	7	1
185	""	1402	63	7	1
186	""	1522	70	7	1
187	25	1539	66	7	0
188	""	1687	69	7	1
189	""	1774	75	8	1
190	""	1842	71	8	0
191	""	1917	79	8	0
192	""	1986	83	9	1
193	""	2052	76	10	0
194	Aug	2129	84	10	1
195	""	2224	77	11	0
196	""	2294	74	11	1
197	""	2406	81	12	0
198	05	2470	79	12	1
199	""	2540	79	12	0
200	""	2652	86	15	1
201	""	2802	96	16	1
202	""	2852	90	16	0
203	10	2949	93	19	2
204	""	3101	100	19	1
205	""	3229	108	19	1
206	""	3406	124	22	1
207	""	3544	127	27	2
208	15	3726	132	31	2
209	""	3907	151	35	3
EOF

# confirmed:
set label "3907   " at first 209,390*175/400   left back textcolor "#8080ff"
# -~confirmed:
set label "151    " at first 209,151           left back textcolor "#ff8080"
# deaths:
set label "35     " at first 209, 35*175/400   left back textcolor "#8080ff"
# -~deaths:
set label "3      " at first 209,  3*175/400   left back textcolor "#8080ff"

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