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

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_Iraq.pdf"
set key autotitle columnhead
set termoption noenhanced
# (1) norm: 173 360 579 106
# (2) dist: 1,0:208 2,0:298 2,1:161 3,0:164 3,1:294 3,2:183
# (3,4) dist max: 298 2:579--0:173
# (4) right: 1 0 0 1
# (6,7) scMax: 600 175
# (8) scale: [1:1000] [1:10] [1:10] [1:1]


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

set title "Iraq"

$data <<EOF
rep day "confirmed [1:1000]" "-~confirmed [1:10]" "deaths [1:10]" "-~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	1	-	0	-
37	""	5	-	0	-
38	""	6	-	0	-
39	""	7	-	0	-
40	""	8	-	0	-
41	Mar	13	-	0	-
42	""	19	-	0	-
43	""	26	4	0	0
44	""	31	4	0	0
45	05	36	4	2	0
46	""	36	4	2	1
47	""	44	5	4	0
48	""	54	6	4	1
49	""	60	6	6	1
50	10	61	5	6	0
51	""	61	4	6	1
52	""	70	5	7	1
53	""	70	5	7	1
54	""	93	7	9	0
55	15	93	6	9	1
56	""	124	9	9	1
57	""	124	9	9	0
58	""	154	13	11	1
59	""	164	13	12	0
60	20	177	16	12	1
61	""	193	14	14	1
62	""	214	17	17	1
63	""	233	16	20	2
64	""	266	20	23	2
65	25	316	23	27	2
66	""	346	26	29	2
67	""	382	30	36	4
68	""	458	37	40	3
69	""	506	42	42	4
70	""	547	45	42	3
71	""	630	52	46	3
72	Apr	694	54	50	4
73	""	728	55	52	3
74	""	772	55	54	3
75	""	820	52	54	2
76	05	878	53	56	2
77	""	961	59	61	2
78	""	1031	58	64	3
79	""	1122	61	65	2
80	""	1202	67	69	2
81	10	1232	66	69	3
82	""	1280	66	71	2
83	""	1318	63	72	2
84	""	1352	56	76	2
85	""	1378	49	78	2
86	15	1400	40	78	2
87	""	1415	30	79	2
88	""	1434	29	80	1
89	""	1482	29	81	2
90	""	1513	28	82	1
91	20	1539	27	82	1
92	""	1574	28	82	1
93	""	1602	28	83	0
94	""	1631	31	83	1
95	""	1677	35	83	0
96	25	1708	32	86	1
97	""	1763	36	86	1
98	""	1820	40	87	0
99	""	1847	39	88	1
100	""	1928	47	90	1
101	""	2003	53	92	1
102	May	2085	58	93	2
103	""	2153	64	94	1
104	""	2219	65	95	1
105	""	2219	57	95	1
106	05	2346	71	98	2
107	""	2431	72	102	2
108	""	2480	68	102	1
109	""	2543	66	102	1
110	""	2603	64	104	2
111	10	2679	66	107	1
112	""	2767	78	109	2
113	""	2818	67	110	2
114	""	2913	69	112	2
115	""	3032	79	115	1
116	15	3143	86	115	2
117	""	3193	84	117	2
118	""	3260	83	121	2
119	""	3404	91	123	2
120	""	3554	105	127	3
121	20	3611	100	131	2
122	""	3724	99	134	3
123	""	3877	105	140	4
124	""	3964	110	147	4
125	""	4272	144	152	4
126	25	4469	152	160	6
127	""	4632	154	163	5
128	""	4848	177	169	5
129	""	5135	202	175	6
130	""	5457	225	179	6
131	""	5873	273	185	5
132	""	6179	273	195	6
133	Jun	6439	281	205	7
134	""	6868	319	215	7
135	""	7387	363	235	9
136	""	8168	433	256	12
137	05	8840	484	271	13
138	""	9846	567	285	14
139	""	11098	703	318	18
140	""	12366	847	346	20
141	""	13481	944	370	22
142	10	14268	983	392	23
143	""	15414	1036	426	24
144	""	16675	1119	457	27
145	""	17770	1132	496	30
146	""	18950	1122	549	33
147	15	20209	1120	607	37
148	""	21315	1119	652	40
149	""	22700	1205	712	46
150	""	24254	1263	773	50
151	""	25717	1291	856	57
152	20	27352	1369	925	61
153	""	29222	1468	1013	66
154	""	30868	1522	1100	71
155	""	32676	1623	1167	73
156	""	34502	1686	1251	77
157	25	36702	1779	1330	80
158	""	39139	1917	1437	83
159	""	41193	1977	1559	90
160	""	43262	2006	1660	93
161	""	45402	2076	1756	93
162	""	47151	2068	1839	96
163	Jul	49109	2087	1943	99
164	""	51524	2117	2050	103
165	""	53708	2082	2160	103
166	""	56020	2118	2262	101
167	05	58354	2156	2368	101
168	""	60479	2154	2473	102
169	""	62275	2160	2567	104
170	""	64701	2228	2685	106
171	""	67442	2274	2779	105
172	10	69612	2272	2882	103
173	""	72460	2348	2960	99
174	""	75194	2406	3055	99
175	""	77506	2432	3150	96
176	""	79735	2495	3250	98
177	15	81757	2436	3345	94
178	""	83867	2347	3432	93
179	""	86148	2362	3522	92
180	""	88171	2244	3616	94
181	""	90220	2147	3691	90
182	20	92530	2146	3781	91
183	""	94693	2137	3869	88
184	""	97159	2200	3950	86
185	""	99865	2286	4042	88
186	""	102226	2297	4122	85
187	25	104711	2362	4212	85
188	""	107573	2479	4284	85
189	""	110032	2501	4362	83
190	""	112585	2556	4458	84
191	""	115332	2596	4535	84
192	""	118300	2633	4603	80
193	""	121263	2720	4671	78
194	Aug	124609	2843	4741	76
195	""	126704	2733	4805	74
196	""	129151	2731	4868	73
197	""	131886	2757	4934	68
198	05	134722	2770	5017	69
199	""	137556	2751	5094	70
200	""	140603	2763	5161	70
201	""	144064	2779	5236	70
202	""	147389	2955	5310	73
203	10	150115	2995	5392	74
204	""	153599	3102	5464	76
205	""	156995	3182	5531	74
206	""	160436	3268	5588	70
207	""	164277	3382	5641	69
208	15	168290	3461	5709	67
209	""	172583	3599	5785	68
EOF

# confirmed:
set label "172583 " at first 209,172*600/175   left back textcolor "#8080ff"
# -~confirmed:
set label "3599   " at first 209,359           left back textcolor "#ff8080"
# deaths:
set label "5785   " at first 209,578           left back textcolor "#ff8080"
# -~deaths:
set label "68     " at first 209, 68*600/175   left back textcolor "#8080ff"
set label "106    " at first 170,106*600/175+6 left back textcolor "#8080ff"

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