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

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

Original file(3,300 × 1,950 pixels, file size: 23 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_Senegal.pdf"
set key autotitle columnhead
set termoption noenhanced
# (1) norm: 121 150 251 001
# (2) dist: 1,0:124 2,0:208 2,1:168
# (3,4) dist max: 208 2:251--0:121
# (4) right: 1 1 0 1
# (6,7) scMax: 275 150
# (8) scale: [1:100] [1:1] [1:1] [1:1]


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

set title "Senegal"

$data <<EOF
rep day "confirmed [1:100]" "-~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	""	1	-	0	-
44	""	1	-	0	-
45	05	4	-	0	-
46	""	4	-	0	-
47	""	4	-	0	-
48	""	4	-	0	-
49	""	4	-	0	-
50	10	4	1	0	0
51	""	4	0	0	0
52	""	4	0	0	0
53	""	10	1	0	0
54	""	10	1	0	0
55	15	21	2	0	0
56	""	26	3	0	0
57	""	27	4	0	0
58	""	27	3	0	0
59	""	36	4	0	0
60	20	38	4	0	0
61	""	38	4	0	0
62	""	56	5	0	0
63	""	67	6	0	0
64	""	79	8	0	0
65	25	86	8	0	0
66	""	99	9	0	0
67	""	105	10	0	0
68	""	119	11	0	0
69	""	119	9	0	0
70	""	142	11	0	0
71	""	162	12	0	0
72	Apr	175	13	0	0
73	""	190	13	1	0
74	""	195	12	1	0
75	""	207	13	1	0
76	05	219	14	2	1
77	""	222	12	2	0
78	""	226	9	2	0
79	""	237	9	2	1
80	""	244	7	2	0
81	10	250	8	2	0
82	""	265	9	2	0
83	""	278	8	2	0
84	""	280	8	2	0
85	""	291	10	2	0
86	15	299	8	2	0
87	""	314	10	2	0
88	""	335	13	2	0
89	""	342	11	3	0
90	""	350	10	3	0
91	20	367	12	3	0
92	""	377	13	5	1
93	""	412	16	5	0
94	""	442	18	6	1
95	""	479	21	6	0
96	25	545	29	7	1
97	""	614	37	7	1
98	""	671	44	9	0
99	""	735	51	9	1
100	""	823	59	9	1
101	""	882	62	9	0
102	May	933	65	9	0
103	""	1024	69	9	1
104	""	1115	71	9	0
105	""	1273	86	9	0
106	05	1271	77	10	0
107	""	1329	72	11	0
108	""	1433	79	12	1
109	""	1492	80	13	0
110	""	1551	75	13	1
111	10	1634	74	17	1
112	""	1709	62	19	2
113	""	1886	88	19	1
114	""	1995	95	19	1
115	""	2105	96	22	1
116	15	2189	100	23	2
117	""	2310	108	23	1
118	""	2429	114	25	1
119	""	2480	110	25	1
120	""	2544	94	26	1
121	20	2617	89	30	2
122	""	2714	87	30	1
123	""	2815	89	33	1
124	""	2909	86	33	2
125	""	2976	78	34	1
126	25	3047	81	35	2
127	""	3130	84	35	1
128	""	3161	78	37	1
129	""	3253	77	39	1
130	""	3348	76	41	1
131	""	3429	74	41	1
132	""	3535	80	42	2
133	Jun	3645	85	42	1
134	""	3739	87	42	1
135	""	3836	97	43	0
136	""	3932	97	45	1
137	05	4021	96	45	1
138	""	4155	104	45	0
139	""	4249	102	47	1
140	""	4328	97	49	1
141	""	4430	99	49	1
142	10	4516	97	52	1
143	""	4640	101	54	2
144	""	4759	106	55	1
145	""	4851	99	56	2
146	""	4996	107	60	2
147	15	5090	109	60	1
148	""	5090	94	60	2
149	""	5247	104	70	2
150	""	5369	104	73	3
151	""	5475	103	76	3
152	20	5639	112	79	3
153	""	5783	113	82	3
154	""	5888	114	84	4
155	""	5970	125	86	4
156	""	6034	113	89	2
157	25	6129	108	93	3
158	""	6233	109	94	3
159	""	6354	102	98	2
160	""	6459	96	102	3
161	""	6586	100	105	3
162	""	6698	104	108	3
163	Jul	6793	109	112	4
164	""	6925	113	116	3
165	""	7054	118	121	4
166	""	7164	115	125	4
167	05	7272	116	129	4
168	""	7400	117	133	4
169	""	7478	111	136	4
170	""	7547	108	137	3
171	""	7657	104	141	4
172	10	7784	105	143	3
173	""	7882	102	145	3
174	""	8014	106	145	2
175	""	8135	105	148	2
176	""	8198	103	150	2
177	15	8243	100	150	2
178	""	8369	101	153	2
179	""	8481	100	156	2
180	""	8544	94	160	2
181	""	8669	94	163	2
182	20	8810	96	167	3
183	""	8948	108	170	3
184	""	8985	106	174	3
185	""	9121	107	177	4
186	""	9266	112	178	3
187	25	9422	126	182	3
188	""	9552	126	187	3
189	""	9681	124	191	4
190	""	9764	117	194	3
191	""	9805	117	198	4
192	""	9961	120	200	3
193	""	10106	120	204	4
194	Aug	10232	116	205	3
195	""	10284	104	209	3
196	""	10344	95	209	3
197	""	10386	89	211	2
198	05	10432	89	214	2
199	""	10538	83	218	3
200	""	10715	87	223	3
201	""	10887	93	225	3
202	""	11003	103	229	2
203	10	11175	119	232	4
204	""	11312	132	236	3
205	""	11380	135	238	4
206	""	11587	150	242	3
207	""	11740	147	244	3
208	15	11872	140	249	4
209	""	12032	147	251	3
EOF

# confirmed:
set label "12032  " at first 209,120*275/150   left back textcolor "#8080ff"
# -~confirmed:
set label "147    " at first 209,147*275/150   left back textcolor "#8080ff"
# deaths:
set label "251    " at first 209,251           left back textcolor "#ff8080"
# -~deaths:
set label "3      " at first 209,  3*275/150   left back textcolor "#8080ff"
set label "4      " at first 154,  4*275/150+3 left back textcolor "#8080ff"

set multiplot
  plot $data using 0:($3/    100*275/150) with lines lc 6 lw 8 dt 1 title at 0.150, 0.920
replot $data using 0:($4/      1*275/150) with lines lc 6 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*275/150) 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:34, 24 September 2020Thumbnail for version as of 19:34, 24 September 20203,300 × 1,950 (23 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