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

Summary

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

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.
Category:CC-BY-SA-4.0#WHO%20Covid%202020%20Jan-Aug%20daily%20C%20Reunion.pdf
Category:Self-published work

Gnuplot source code

Gnuplot source code
set term pdf size 22,13
set term pdf font "sans,20"
set output "WHO_Covid_C_Reunion.pdf"
set key autotitle columnhead
set termoption noenhanced
# (1) norm: 788 001 001 001

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

set title "Reunion"

$data <<EOF
rep day "confirmed [1:1]" "-~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	""	3	-	0	-
54	""	5	-	0	-
55	15	6	-	0	-
56	""	9	-	0	-
57	""	9	-	0	-
58	""	9	-	0	-
59	""	12	-	0	-
60	20	15	1	0	0
61	""	28	4	0	0
62	""	47	5	0	0
63	""	64	8	0	0
64	""	71	9	0	0
65	25	83	11	0	0
66	""	94	11	0	0
67	""	135	18	0	0
68	""	135	15	0	0
69	""	143	14	0	0
70	""	207	20	0	0
71	""	207	19	0	0
72	Apr	247	24	0	0
73	""	281	27	0	0
74	""	308	24	0	0
75	""	321	27	0	0
76	05	334	27	0	0
77	""	344	20	0	0
78	""	349	20	0	0
79	""	358	16	0	0
80	""	362	11	0	0
81	10	376	10	0	0
82	""	382	9	0	0
83	""	388	8	0	0
84	""	389	6	0	0
85	""	391	6	0	0
86	15	391	5	0	0
87	""	390	4	0	0
88	""	394	2	0	0
89	""	402	3	0	0
90	""	407	3	0	0
91	20	408	3	0	0
92	""	408	2	0	0
93	""	410	3	0	0
94	""	410	3	0	0
95	""	412	2	0	0
96	25	412	2	0	0
97	""	412	0	0	0
98	""	417	2	0	0
99	""	418	1	0	0
100	""	418	1	0	0
101	""	420	2	0	0
102	May	420	1	0	0
103	""	420	1	0	0
104	""	420	1	0	0
105	""	423	1	0	0
106	05	424	1	0	0
107	""	425	1	0	0
108	""	425	0	0	0
109	""	427	1	0	0
110	""	430	2	0	0
111	10	430	1	0	0
112	""	436	2	0	0
113	""	436	2	0	0
114	""	437	2	0	0
115	""	439	2	0	0
116	15	440	1	0	0
117	""	441	2	0	0
118	""	443	2	0	0
119	""	443	1	0	0
120	""	446	1	0	0
121	20	446	2	0	0
122	""	447	1	1	0
123	""	449	1	1	0
124	""	449	1	1	0
125	""	452	1	1	1
126	25	452	2	1	0
127	""	456	1	1	0
128	""	459	2	1	0
129	""	460	2	1	0
130	""	465	2	1	0
131	""	470	3	1	0
132	""	471	3	1	0
133	Jun	471	3	1	0
134	""	473	2	1	0
135	""	477	3	1	0
136	""	478	2	1	0
137	05	479	2	1	0
138	""	480	2	1	0
139	""	480	1	1	0
140	""	480	1	1	0
141	""	481	1	1	0
142	10	481	1	1	0
143	""	486	1	1	0
144	""	487	1	1	0
145	""	488	1	1	0
146	""	489	2	1	0
147	15	495	2	1	0
148	""	496	2	1	0
149	""	495	2	1	0
150	""	497	1	1	0
151	""	502	3	1	0
152	20	504	2	1	0
153	""	505	2	1	0
154	""	506	2	1	0
155	""	507	1	1	0
156	""	507	2	1	0
157	25	508	2	2	0
158	""	516	2	2	0
159	""	517	1	2	0
160	""	520	3	2	1
161	""	521	2	2	0
162	""	522	2	2	0
163	Jul	526	3	2	0
164	""	528	2	2	0
165	""	531	3	2	0
166	""	533	2	2	0
167	05	536	2	2	0
168	""	547	4	2	0
169	""	550	4	2	0
170	""	551	3	3	0
171	""	563	5	3	0
172	10	566	5	3	0
173	""	571	6	3	1
174	""	577	6	3	0
175	""	593	6	3	0
176	""	596	7	3	0
177	15	599	7	3	0
178	""	608	6	3	0
179	""	614	7	3	0
180	""	624	8	3	0
181	""	624	6	3	0
182	20	628	5	3	0
183	""	631	5	3	0
184	""	639	6	3	0
185	""	645	5	3	0
186	""	646	5	3	0
187	25	654	4	3	0
188	""	657	5	3	0
189	""	657	4	3	0
190	""	657	4	4	0
191	""	657	2	4	0
192	""	657	2	4	0
193	""	657	2	4	1
194	Aug	660	0	4	0
195	""	664	1	4	0
196	""	667	2	4	0
197	""	667	1	4	0
198	05	669	2	4	0
199	""	670	2	5	0
200	""	671	2	5	0
201	""	675	2	5	0
202	""	681	2	5	1
203	10	687	3	5	0
204	""	690	4	5	0
205	""	702	4	5	0
206	""	734	9	5	0
207	""	754	12	5	0
208	15	776	15	5	0
209	""	788	15	5	0
EOF

# confirmed:
set label "788    " at first 209,788           left back textcolor "#ff8080"
# -~confirmed:
set label "15     " at first 209, 15*800/100   left back textcolor "#8080ff"
set label "27     " at first  73, 27*800/100+8 left back textcolor "#8080ff"
# deaths:
set label "5      " at first 209,  5*800/100   left back textcolor "#8080ff"
set label "5      " at first 199,  5*800/100+8 left back textcolor "#8080ff"
# -~deaths:
set label "0      " at first 209,  0*800/100   left back textcolor "#8080ff"
set label "1      " at first 125,  1*800/100+8 left back textcolor "#8080ff"

set multiplot
  plot $data using 0:($3/      1        ) with lines lc 7 lw 8 dt 1 title at 0.150, 0.920
replot $data using 0:($4/      1*800/100) with lines lc 6 lw 8 dt 4 title at 0.150, 0.902
replot $data using 0:($5/      1*800/100) with lines lc 6 lw 5 dt 2 title at 0.150, 0.884
replot $data using 0:($6/      1*800/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
Category:Diagrams based on WHO COVID-19 situation reports Category:Diagrams about the COVID-19 pandemic in Réunion Category:Images with Gnuplot source code
Category:CC-BY-SA-4.0 Category:Diagrams about the COVID-19 pandemic in Réunion Category:Diagrams based on WHO COVID-19 situation reports Category:Images with Gnuplot source code Category:Self-published work