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

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

Original file(3,300 × 1,950 pixels, file size: 22 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_Madagascar.pdf"
set key autotitle columnhead
set termoption noenhanced
# (1) norm: 138 365 166 001
# (2) dist: 1,0:265 2,0:121 2,1:220
# (3,4) dist max: 265 1:365--0:138
# (4) right: 1 0 1 1
# (6,7) scMax: 375 175
# (8) scale: [1:100] [1:1] [1:1] [1:1]


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

set title "Madagascar"

$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	.	-	.	-
61	""	.	-	.	-
62	""	3	-	0	-
63	""	12	-	0	-
64	""	13	-	0	-
65	25	19	-	0	-
66	""	19	-	0	-
67	""	24	-	0	-
68	""	26	-	0	-
69	""	26	3	0	0
70	""	37	3	0	0
71	""	46	5	0	0
72	Apr	53	5	0	0
73	""	53	5	0	0
74	""	65	6	0	0
75	""	65	5	0	0
76	05	70	7	0	0
77	""	77	5	0	0
78	""	77	5	0	0
79	""	92	5	0	0
80	""	93	6	0	0
81	10	95	4	0	0
82	""	95	5	0	0
83	""	104	4	0	0
84	""	106	5	0	0
85	""	106	4	0	0
86	15	110	2	0	0
87	""	110	3	0	0
88	""	117	3	0	0
89	""	117	3	0	0
90	""	120	2	0	0
91	20	121	2	0	0
92	""	121	3	0	0
93	""	121	1	0	0
94	""	121	2	0	0
95	""	121	0	0	0
96	25	122	1	0	0
97	""	124	1	0	0
98	""	128	1	0	0
99	""	128	1	0	0
100	""	128	1	0	0
101	""	128	1	0	0
102	May	132	1	0	0
103	""	135	2	0	0
104	""	149	4	0	0
105	""	151	3	0	0
106	05	158	4	0	0
107	""	158	4	0	0
108	""	193	10	0	0
109	""	193	8	0	0
110	""	193	9	0	0
111	10	169	3	0	0
112	""	169	2	0	0
113	""	186	4	0	0
114	""	192	5	0	0
115	""	212	3	0	0
116	15	230	5	0	0
117	""	238	6	0	0
118	""	283	17	0	0
119	""	304	19	1	0
120	""	322	19	1	0
121	20	326	20	2	1
122	""	371	22	2	0
123	""	405	25	2	0
124	""	448	30	2	0
125	""	488	30	2	1
126	25	527	31	2	0
127	""	542	32	2	0
128	""	586	37	2	0
129	""	612	34	2	0
130	""	656	36	2	0
131	""	698	36	5	0
132	""	758	39	6	1
133	Jun	771	34	6	1
134	""	826	41	6	0
135	""	845	37	6	1
136	""	908	42	6	0
137	05	957	43	7	1
138	""	975	40	7	0
139	""	1026	38	8	1
140	""	1052	40	9	0
141	""	1094	39	9	0
142	10	1138	41	9	1
143	""	1162	37	10	0
144	""	1203	35	10	1
145	""	1230	36	10	0
146	""	1252	33	10	1
147	15	1272	31	10	0
148	""	1290	28	10	0
149	""	1317	26	12	0
150	""	1378	30	12	1
151	""	1403	29	13	0
152	20	1443	30	13	0
153	""	1503	36	13	1
154	""	1596	47	14	0
155	""	1640	50	15	1
156	""	1640	46	15	1
157	25	1787	58	16	0
158	""	1829	61	16	1
159	""	1829	55	16	0
160	""	2005	72	16	0
161	""	2078	69	18	1
162	""	2138	71	20	1
163	Jul	2214	82	20	0
164	""	2303	74	22	1
165	""	2403	82	24	1
166	""	2512	97	26	2
167	05	2728	103	29	2
168	""	2941	124	32	2
169	""	3250	159	33	2
170	""	3472	179	33	1
171	""	3573	182	33	2
172	10	3782	197	33	1
173	""	4143	233	34	1
174	""	4578	264	34	1
175	""	4867	275	35	1
176	""	5080	262	37	0
177	15	5343	267	39	1
178	""	5605	290	43	1
179	""	6089	330	53	3
180	""	6467	332	54	3
181	""	6849	324	55	3
182	20	7049	312	59	4
183	""	7153	296	62	3
184	""	7548	315	65	4
185	""	8162	365	69	4
186	""	8381	328	70	2
187	25	8741	325	76	3
188	""	8866	288	78	3
189	""	9295	321	85	4
190	""	9690	362	91	4
191	""	10104	365	93	4
192	""	10317	308	99	5
193	""	10748	338	105	5
194	Aug	10868	304	106	4
195	""	11273	344	107	4
196	""	11528	319	114	4
197	""	11660	281	118	4
198	05	11895	256	123	4
199	""	12222	272	127	4
200	""	12526	254	134	4
201	""	12708	263	135	5
202	""	12922	236	141	4
203	10	13086	222	148	5
204	""	13202	221	151	5
205	""	13317	203	152	4
206	""	13397	168	156	4
207	""	13522	142	162	4
208	15	13643	133	164	4
209	""	13724	115	166	4
EOF

# confirmed:
set label "13724  " at first 209,137*375/175   left back textcolor "#8080ff"
# -~confirmed:
set label "115    " at first 209,115           left back textcolor "#ff8080"
set label "365    " at first 185,365        +4 left back textcolor "#ff8080"
# deaths:
set label "166    " at first 209,166*375/175   left back textcolor "#8080ff"
# -~deaths:
set label "4      " at first 209,  4*375/175   left back textcolor "#8080ff"
set label "5      " at first 192,  5*375/175+4 left back textcolor "#8080ff"

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