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

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

Original file(3,300 × 1,950 pixels, file size: 24 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_El_Salvador.pdf"
set key autotitle columnhead
set termoption noenhanced
# (1) norm: 227 433 603 001
# (2) dist: 1,0:191 2,0:266 2,1:140
# (3,4) dist max: 266 2:603--0:227
# (4) right: 1 0 0 1
# (6,7) scMax: 625 250
# (8) scale: [1:100] [1:1] [1:1] [1:1]


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

set title "El_Salvador"

$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	""	.	-	.	-
44	""	.	-	.	-
45	05	.	-	.	-
46	""	.	-	.	-
47	""	.	-	.	-
48	""	.	-	.	-
49	""	.	-	.	-
50	10	.	-	.	-
51	""	.	-	.	-
52	""	.	-	.	-
53	""	.	-	.	-
54	""	.	-	.	-
55	15	.	-	.	-
56	""	.	-	.	-
57	""	.	-	.	-
58	""	.	-	.	-
59	""	.	-	.	-
60	20	1	-	0	-
61	""	1	-	0	-
62	""	1	-	0	-
63	""	1	-	0	-
64	""	3	-	0	-
65	25	5	-	0	-
66	""	13	-	0	-
67	""	13	1	0	0
68	""	13	2	0	0
69	""	19	3	0	0
70	""	24	3	0	0
71	""	30	4	0	0
72	Apr	30	3	0	0
73	""	32	3	1	0
74	""	41	4	2	0
75	""	46	5	2	1
76	05	56	5	3	0
77	""	62	5	3	1
78	""	69	6	3	0
79	""	78	7	4	1
80	""	93	9	5	0
81	10	103	8	5	1
82	""	117	11	6	0
83	""	118	8	6	1
84	""	125	9	6	0
85	""	137	10	6	0
86	15	149	10	6	1
87	""	159	10	6	0
88	""	164	8	6	0
89	""	177	9	7	0
90	""	190	10	7	0
91	20	201	11	7	0
92	""	218	12	7	1
93	""	225	11	7	0
94	""	237	11	7	0
95	""	250	12	8	0
96	25	261	12	8	0
97	""	274	12	8	0
98	""	298	14	8	1
99	""	323	15	8	0
100	""	345	17	8	0
101	""	377	20	9	0
102	May	395	21	9	0
103	""	424	23	10	1
104	""	446	25	10	0
105	""	490	27	11	0
106	05	555	33	12	1
107	""	587	35	13	1
108	""	633	36	14	0
109	""	695	43	15	1
110	""	742	46	15	1
111	10	784	48	16	1
112	""	889	57	17	1
113	""	958	57	17	0
114	""	998	59	18	1
115	""	1037	58	20	1
116	15	1112	59	20	1
117	""	1210	67	23	1
118	""	1265	69	25	1
119	""	1338	64	27	1
120	""	1413	65	30	2
121	20	1498	72	30	2
122	""	1571	76	31	2
123	""	1640	75	32	1
124	""	1725	74	33	2
125	""	1819	79	33	1
126	25	1915	82	35	1
127	""	1983	82	35	1
128	""	2042	78	36	1
129	""	2109	76	37	0
130	""	2194	80	39	1
131	""	2278	79	42	2
132	""	2395	82	44	1
133	Jun	2517	86	46	2
134	""	2582	85	46	1
135	""	2653	88	46	2
136	""	2705	85	51	2
137	05	2781	84	52	2
138	""	2849	81	53	1
139	""	2934	77	53	2
140	""	3015	71	55	1
141	""	3104	75	55	1
142	10	3191	77	58	2
143	""	3274	81	60	1
144	""	3373	85	64	2
145	""	3481	90	68	2
146	""	3603	96	72	3
147	15	3720	100	72	2
148	""	3826	103	74	3
149	""	3941	108	76	2
150	""	4066	113	79	3
151	""	4200	118	82	3
152	20	4329	121	86	2
153	""	4475	125	93	3
154	""	4626	129	98	4
155	""	4808	140	107	5
156	""	4973	148	113	5
157	25	5150	155	119	6
158	""	5336	162	126	6
159	""	5517	170	133	7
160	""	5727	178	143	7
161	""	5934	187	152	8
162	""	6173	195	164	8
163	Jul	6438	210	174	8
164	""	6736	226	182	9
165	""	7000	238	191	10
166	""	7267	250	202	10
167	05	7507	254	210	9
168	""	7777	263	217	9
169	""	8027	265	223	9
170	""	8307	267	229	8
171	""	8566	262	235	7
172	10	8844	263	243	8
173	""	9142	268	249	6
174	""	9391	269	254	7
175	""	9674	271	260	6
176	""	9978	279	267	6
177	15	10303	285	278	7
178	""	10645	297	286	7
179	""	10957	302	298	8
180	""	11207	295	309	9
181	""	11508	302	324	10
182	20	11846	311	335	11
183	""	12207	318	344	11
184	""	12582	326	352	10
185	""	12975	332	363	11
186	""	13377	346	372	11
187	25	13792	369	379	10
188	""	14221	388	390	9
189	""	14630	398	400	9
190	""	15035	404	408	10
191	""	15446	409	417	9
192	""	15841	409	430	9
193	""	16230	408	439	10
194	Aug	16632	406	448	10
195	""	17050	404	459	10
196	""	17448	402	467	9
197	""	17843	401	477	10
198	05	18262	403	486	10
199	""	18701	408	498	10
200	""	19126	414	513	10
201	""	19544	416	520	11
202	""	19978	418	536	11
203	10	20423	425	549	11
204	""	20872	433	563	13
205	""	21269	430	570	12
206	""	21644	420	577	11
207	""	21993	410	584	10
208	15	22314	395	595	11
209	""	22619	378	603	9
EOF

# confirmed:
set label "22619  " at first 209,226*625/250   left back textcolor "#8080ff"
# -~confirmed:
set label "378    " at first 209,378           left back textcolor "#ff8080"
# deaths:
set label "603    " at first 209,603           left back textcolor "#ff8080"
# -~deaths:
set label "9      " at first 209,  9*625/250   left back textcolor "#8080ff"

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