File:WHO Covid 2020 Jan-Aug daily C Mozambique.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_Mozambique.pdf"
set key autotitle columnhead
set termoption noenhanced
# (1) norm: 280 001 001 001

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

set title "Mozambique"

$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	""	.	-	.	-
60	20	.	-	.	-
61	""	.	-	.	-
62	""	.	-	.	-
63	""	1	-	0	-
64	""	1	-	0	-
65	25	3	-	0	-
66	""	5	-	0	-
67	""	5	-	0	-
68	""	7	-	0	-
69	""	8	-	0	-
70	""	8	1	0	0
71	""	8	1	0	0
72	Apr	8	1	0	0
73	""	10	1	0	0
74	""	10	0	0	0
75	""	10	1	0	0
76	05	10	0	0	0
77	""	10	0	0	0
78	""	10	1	0	0
79	""	10	0	0	0
80	""	17	1	0	0
81	10	17	1	0	0
82	""	20	1	0	0
83	""	20	2	0	0
84	""	20	1	0	0
85	""	21	2	0	0
86	15	28	2	0	0
87	""	28	2	0	0
88	""	29	2	0	0
89	""	31	1	0	0
90	""	31	2	0	0
91	20	35	2	0	0
92	""	35	2	0	0
93	""	39	2	0	0
94	""	41	1	0	0
95	""	41	2	0	0
96	25	65	5	0	0
97	""	70	6	0	0
98	""	76	5	0	0
99	""	76	6	0	0
100	""	76	6	0	0
101	""	76	5	0	0
102	May	76	5	0	0
103	""	79	2	0	0
104	""	79	1	0	0
105	""	80	0	0	0
106	05	80	1	0	0
107	""	80	1	0	0
108	""	81	0	0	0
109	""	81	1	0	0
110	""	82	0	0	0
111	10	87	2	0	0
112	""	91	1	0	0
113	""	103	3	0	0
114	""	104	4	0	0
115	""	107	4	0	0
116	15	115	4	0	0
117	""	119	6	0	0
118	""	129	6	0	0
119	""	137	6	0	0
120	""	145	6	0	0
121	20	146	6	0	0
122	""	156	7	0	0
123	""	162	7	0	0
124	""	164	6	0	0
125	""	168	6	0	0
126	25	194	8	0	0
127	""	209	9	1	0
128	""	213	10	1	0
129	""	227	10	1	0
130	""	233	10	2	1
131	""	234	10	2	0
132	""	244	11	2	0
133	Jun	254	9	2	1
134	""	254	6	2	0
135	""	307	13	2	0
136	""	316	13	2	0
137	05	352	17	2	0
138	""	352	17	2	0
139	""	409	24	2	0
140	""	424	24	2	0
141	""	433	25	2	0
142	10	453	21	2	0
143	""	472	23	2	0
144	""	489	19	2	0
145	""	509	23	2	0
146	""	553	20	2	0
147	15	583	23	2	0
148	""	609	25	3	0
149	""	638	26	4	0
150	""	651	26	4	1
151	""	662	25	4	0
152	20	668	22	4	0
153	""	688	20	4	1
154	""	733	21	5	0
155	""	737	18	5	0
156	""	757	17	5	0
157	25	762	16	5	1
158	""	788	18	5	0
159	""	788	17	5	0
160	""	839	22	5	0
161	""	859	18	5	0
162	""	883	21	5	0
163	Jul	889	19	6	0
164	""	903	20	6	0
165	""	918	18	6	0
166	""	939	22	6	1
167	05	969	19	7	0
168	""	987	18	8	0
169	""	1012	18	8	1
170	""	1040	22	8	0
171	""	1071	24	8	0
172	10	1092	25	9	1
173	""	1111	24	9	0
174	""	1135	24	9	0
175	""	1157	24	9	1
176	""	1219	30	9	0
177	15	1268	32	9	0
178	""	1330	37	9	0
179	""	1383	42	9	0
180	""	1402	42	9	0
181	""	1435	42	10	0
182	20	1491	48	10	0
183	""	1507	41	11	1
184	""	1536	39	11	0
185	""	1557	32	11	0
186	""	1582	28	11	0
187	25	1590	27	11	1
188	""	1616	26	11	0
189	""	1669	26	11	0
190	""	1701	27	11	0
191	""	1720	27	11	0
192	""	1748	27	11	0
193	""	1808	32	11	0
194	Aug	1864	39	11	0
195	""	1907	42	12	0
196	""	1946	39	13	0
197	""	1973	39	14	1
198	05	2029	44	15	0
199	""	2079	48	15	1
200	""	2120	44	15	1
201	""	2213	50	15	0
202	""	2241	48	16	1
203	10	2269	46	16	0
204	""	2411	63	16	0
205	""	2481	64	17	1
206	""	2559	69	19	0
207	""	2638	74	19	1
208	15	2708	70	19	0
209	""	2791	79	19	1
EOF

# confirmed:
set label "2791   " at first 209,279           left back textcolor "#ff8080"
# -~confirmed:
set label "79     " at first 209, 79*300/100   left back textcolor "#8080ff"
# deaths:
set label "19     " at first 209, 19*300/100   left back textcolor "#8080ff"
# -~deaths:
set label "1      " at first 209,  1*300/100   left back textcolor "#8080ff"
set label "1      " at first 130,  1*300/100+3 left back textcolor "#8080ff"

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

The following page uses this file:

Metadata