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

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

set title "Liberia"

$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	""	1	-	0	-
58	""	1	-	0	-
59	""	2	-	0	-
60	20	2	-	0	-
61	""	2	-	0	-
62	""	3	-	0	-
63	""	3	-	0	-
64	""	3	0	0	0
65	25	3	1	0	0
66	""	3	0	0	0
67	""	3	0	0	0
68	""	3	0	0	0
69	""	3	0	0	0
70	""	3	0	0	0
71	""	3	0	0	0
72	Apr	3	0	0	0
73	""	6	0	0	0
74	""	6	1	0	0
75	""	7	0	0	0
76	05	10	1	1	0
77	""	13	2	3	1
78	""	14	1	3	0
79	""	14	2	3	0
80	""	31	4	4	1
81	10	31	3	4	1
82	""	37	4	5	0
83	""	48	6	5	1
84	""	50	5	5	0
85	""	51	5	6	1
86	15	59	7	6	0
87	""	59	4	6	0
88	""	73	6	6	1
89	""	76	5	7	0
90	""	81	5	7	0
91	20	91	6	8	1
92	""	99	7	8	0
93	""	101	6	8	0
94	""	101	6	8	0
95	""	101	4	8	1
96	25	117	6	8	0
97	""	120	5	11	0
98	""	124	5	12	1
99	""	133	5	16	1
100	""	141	6	16	1
101	""	141	5	16	1
102	May	141	6	16	2
103	""	152	5	18	1
104	""	154	5	18	1
105	""	158	5	18	1
106	05	166	4	18	0
107	""	170	5	20	1
108	""	178	5	20	0
109	""	189	7	20	1
110	""	199	6	20	0
111	10	199	7	20	0
112	""	204	6	20	1
113	""	211	7	20	0
114	""	212	6	20	0
115	""	213	5	20	0
116	15	215	4	20	0
117	""	219	2	20	0
118	""	223	4	20	0
119	""	226	3	21	0
120	""	229	3	22	0
121	20	233	3	23	1
122	""	238	3	23	0
123	""	240	4	23	1
124	""	249	4	24	0
125	""	255	5	26	1
126	25	265	5	26	1
127	""	265	5	26	0
128	""	266	5	26	1
129	""	266	4	27	0
130	""	269	4	27	1
131	""	273	4	27	0
132	""	280	3	27	1
133	Jun	288	3	27	0
134	""	296	5	27	0
135	""	311	6	28	0
136	""	316	7	28	0
137	05	321	8	28	0
138	""	334	9	30	1
139	""	345	9	30	0
140	""	359	10	30	1
141	""	370	11	30	0
142	10	383	10	31	1
143	""	397	11	31	0
144	""	410	13	31	0
145	""	421	13	32	1
146	""	446	14	32	0
147	15	458	14	32	0
148	""	498	18	33	1
149	""	509	18	33	0
150	""	516	17	33	0
151	""	542	19	33	1
152	20	581	23	33	0
153	""	601	22	33	0
154	""	626	24	34	0
155	""	650	22	34	0
156	""	652	20	34	0
157	25	662	21	34	1
158	""	681	20	34	0
159	""	684	15	34	0
160	""	684	12	34	0
161	""	768	20	34	0
162	""	770	17	36	0
163	Jul	780	18	36	1
164	""	804	21	37	0
165	""	819	19	37	0
166	""	833	22	37	1
167	05	833	21	37	0
168	""	874	15	37	1
169	""	891	17	39	0
170	""	917	20	41	1
171	""	926	17	41	0
172	10	957	20	42	1
173	""	963	19	47	2
174	""	998	23	47	1
175	""	1010	20	51	2
176	""	1024	19	51	2
177	15	1038	17	51	1
178	""	1056	19	66	4
179	""	1070	16	68	3
180	""	1070	15	68	3
181	""	1088	13	70	4
182	20	1091	11	70	2
183	""	1107	12	70	3
184	""	1108	10	70	3
185	""	1114	9	70	0
186	""	1117	6	71	1
187	25	1135	10	71	0
188	""	1135	6	71	0
189	""	1162	10	72	1
190	""	1167	9	72	0
191	""	1167	8	72	0
192	""	1179	10	72	1
193	""	1181	9	73	0
194	Aug	1186	7	75	0
195	""	1189	8	75	1
196	""	1207	6	77	1
197	""	1214	7	78	1
198	05	1216	7	78	0
199	""	1221	6	78	1
200	""	1224	6	78	1
201	""	1230	6	78	0
202	""	1234	7	79	1
203	10	1237	4	79	0
204	""	1240	4	79	0
205	""	1240	3	79	1
206	""	1252	5	82	0
207	""	1252	4	82	1
208	15	1254	3	82	0
209	""	1257	3	82	1
EOF

# confirmed:
set label "1257   " at first 209,125           left back textcolor "#ff8080"
# -~confirmed:
set label "3      " at first 209,  3*150/100   left back textcolor "#8080ff"
set label "24     " at first 154, 24*150/100+2 left back textcolor "#8080ff"
# deaths:
set label "82     " at first 209, 82*150/100   left back textcolor "#8080ff"
# -~deaths:
set label "1      " at first 209,  1*150/100   left back textcolor "#8080ff"
set label "4      " at first 178,  4*150/100+2 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*150/100) with lines lc 6 lw 8 dt 4 title at 0.150, 0.902
replot $data using 0:($5/      1*150/100) with lines lc 6 lw 5 dt 2 title at 0.150, 0.884
replot $data using 0:($6/      1*150/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 Liberia Category:Images with Gnuplot source code
Category:CC-BY-SA-4.0 Category:Diagrams about the COVID-19 pandemic in Liberia Category:Diagrams based on WHO COVID-19 situation reports Category:Images with Gnuplot source code Category:Self-published work