File:WHO Covid 2020 Jan-Aug daily C Peru.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_Peru.pdf"
set key autotitle columnhead
set termoption noenhanced
# (1) norm: 517 806 259 747
# (2) dist: 1,0:156 2,0:200 2,1:312 3,0:145 3,1:108 3,2:289
# (3,4) dist max: 312 2:259--1:806
# (4) right: 1 1 0 1
# (6,7) scMax: 275 825
# (8) scale: [1:1000] [1:10] [1:100] [1:1]


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

set title "Peru"

$data <<EOF
rep day "confirmed [1:1000]" "-~confirmed [1:10]" "deaths [1:100]" "-~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	""	1	-	0	-
48	""	6	-	0	-
49	""	6	-	0	-
50	10	9	-	0	-
51	""	11	-	0	-
52	""	17	-	0	-
53	""	22	-	0	-
54	""	28	4	0	0
55	15	43	5	0	0
56	""	71	10	0	0
57	""	86	11	0	0
58	""	86	10	0	0
59	""	145	19	0	0
60	20	234	30	0	0
61	""	234	29	2	0
62	""	318	40	2	1
63	""	318	35	2	0
64	""	395	44	2	0
65	25	416	47	5	1
66	""	480	48	9	1
67	""	580	50	9	1
68	""	580	49	9	1
69	""	635	45	11	2
70	""	671	51	11	1
71	""	852	65	11	1
72	Apr	1065	93	24	3
73	""	1323	120	24	2
74	""	1323	106	41	5
75	""	1414	119	51	6
76	05	1595	138	61	7
77	""	1746	153	73	9
78	""	2281	204	83	10
79	""	2561	214	92	10
80	""	2954	233	107	12
81	10	4342	431	121	11
82	""	5256	549	138	12
83	""	5897	615	169	16
84	""	6848	729	181	15
85	""	7519	748	193	16
86	15	7519	708	193	14
87	""	10303	1050	230	18
88	""	11475	1019	254	19
89	""	13489	1176	300	23
90	""	13489	1085	300	19
91	20	14420	1081	348	24
92	""	15628	1159	400	29
93	""	16325	1258	445	36
94	""	17837	1076	484	37
95	""	19250	1111	530	39
96	25	20914	1061	572	39
97	""	21648	1165	634	48
98	""	25331	1559	700	50
99	""	27517	1698	728	47
100	""	28699	1768	782	48
101	""	31190	1908	854	53
102	May	33931	2097	943	59
103	""	36976	2294	1051	68
104	""	40459	2688	1124	70
105	""	42534	2457	1200	72
106	05	45928	2630	1286	79
107	""	47372	2668	1344	81
108	""	51189	2857	1444	84
109	""	54817	2984	1533	84
110	""	58526	3078	1627	82
111	10	61847	3056	1714	85
112	""	65015	3211	1814	87
113	""	67307	3054	1889	87
114	""	68822	3065	1961	88
115	""	72059	2981	2057	87
116	15	76306	3070	2169	91
117	""	80604	3154	2267	92
118	""	84495	3235	2392	96
119	""	88541	3361	2523	102
120	""	92273	3567	2648	108
121	20	94933	3730	2789	118
122	""	99483	3918	2914	123
123	""	104020	3959	3024	122
124	""	108769	4023	3148	126
125	""	111698	3887	3244	122
126	25	115754	3887	3373	121
127	""	119959	3955	3456	115
128	""	123979	4150	3629	120
129	""	129751	4324	3788	125
130	""	135905	4555	3983	137
131	""	141779	4715	4099	136
132	""	148285	5227	4230	141
133	Jun	155671	5703	4371	143
134	""	164476	6359	4506	150
135	""	170039	6580	4634	143
136	""	174884	6448	4767	140
137	05	178914	6144	4894	130
138	""	183198	5917	5031	133
139	""	187400	5588	5162	133
140	""	191758	5155	5301	133
141	""	196515	4577	5465	137
142	10	199696	4237	5571	134
143	""	203736	4121	5738	139
144	""	208823	4273	5903	144
145	""	214788	4513	6109	154
146	""	220749	4764	6308	164
147	15	225132	4768	6498	171
148	""	229736	4746	6688	174
149	""	232992	4756	6860	185
150	""	237156	4775	7056	188
151	""	240908	4583	7257	193
152	20	244388	4229	7461	193
153	""	247925	3882	7660	194
154	""	251338	3744	7861	194
155	""	254936	3600	8045	194
156	""	257447	3493	8223	195
157	25	260810	3379	8404	192
158	""	264689	3398	8586	190
159	""	268602	3459	8761	186
160	""	272364	3491	8939	183
161	""	275989	3522	9135	182
162	""	279419	3497	9317	181
163	Jul	282365	3560	9504	183
164	""	285213	3486	9677	182
165	""	288477	3398	9860	182
166	""	292004	3344	10045	184
167	05	295599	3319	10226	184
168	""	299080	3299	10412	182
169	""	302718	3328	10589	182
170	""	305703	3334	10772	181
171	""	309278	3438	10952	182
172	10	312911	3490	11133	182
173	""	316448	3492	11314	181
174	""	319646	3436	11500	182
175	""	322710	3375	11682	182
176	""	326326	3373	11870	183
177	15	330123	3489	12054	183
178	""	333867	3512	12229	182
179	""	337724	3545	12417	184
180	""	341586	3591	12615	185
181	""	345537	3699	12799	186
182	20	349500	3827	12998	188
183	""	353590	3895	13187	188
184	""	357681	3937	13384	190
185	""	362087	4031	13579	193
186	""	366550	4118	17455	720
187	25	371096	4216	17654	720
188	""	375961	4346	17843	720
189	""	379884	4341	18030	719
190	""	384797	4458	18229	720
191	""	389717	4576	18418	719
192	""	395005	4703	18612	719
193	""	400683	4876	18816	195
194	Aug	407492	5200	19021	195
195	""	407492	4504	19021	168
196	""	422183	6043	19408	197
197	""	428850	6293	19614	198
198	05	433100	6198	19811	199
199	""	439890	6412	20007	199
200	""	447624	6706	20228	202
201	""	455409	6845	20424	201
202	""	463875	8055	20649	232
203	10	471012	6975	20844	205
204	""	478024	7025	21072	209
205	""	483133	7148	21276	209
206	""	489680	7112	21501	213
207	""	498555	7276	21713	212
208	15	507996	7513	25648	747
209	""	516296	7488	25856	744
EOF

# confirmed:
set label "516296 " at first 209,516*275/825   left back textcolor "#8080ff"
# -~confirmed:
set label "7488   " at first 209,748*275/825   left back textcolor "#8080ff"
set label "8055   " at first 202,805*275/825+3 left back textcolor "#8080ff"
# deaths:
set label "25856  " at first 209,258           left back textcolor "#ff8080"
# -~deaths:
set label "744    " at first 209,744*275/825   left back textcolor "#8080ff"

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