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

Original file(3,300 × 1,950 pixels, file size: 25 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_Iran.pdf"
set key autotitle columnhead
set termoption noenhanced
# (1) norm: 342 301 195 216
# (2) dist: 1,0:114 2,0:176 2,1:155 3,0:159 3,1:140 3,2:111
# (3,4) dist max: 176 2:195--0:342
# (4) right: 1 1 0 0
# (6,7) scMax: 225 350
# (8) scale: [1:1000] [1:10] [1:100] [1:1]


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

set title "Iran"

$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	2	-	2	-
32	""	5	-	2	-
33	""	18	-	4	-
34	""	28	-	5	-
35	""	43	-	8	-
36	25	61	-	12	-
37	""	95	-	15	-
38	""	141	20	22	3
39	""	245	34	26	3
40	""	388	53	34	4
41	Mar	593	81	43	6
42	""	978	133	54	6
43	""	1501	206	66	8
44	""	2336	320	77	9
45	05	2922	397	92	10
46	""	3513	467	107	12
47	""	4747	623	124	12
48	""	5823	747	145	15
49	""	6566	798	194	20
50	10	7161	809	237	24
51	""	8042	815	291	31
52	""	9000	868	354	37
53	""	10075	938	429	46
54	""	11364	945	514	56
55	15	12729	987	608	66
56	""	14991	1203	853	94
57	""	14991	1119	853	88
58	""	16169	1161	988	100
59	""	17361	1194	1135	112
60	20	18407	1191	1284	122
61	""	19644	1182	1433	131
62	""	20610	1126	1556	135
63	""	21638	950	1685	119
64	""	23049	1151	1812	137
65	25	24811	1235	1934	135
66	""	27017	1379	2077	135
67	""	29406	1571	2234	136
68	""	32332	1813	2378	135
69	""	35408	2114	2517	137
70	""	38309	2381	2640	136
71	""	41495	2636	2757	135
72	Apr	44606	2827	2898	138
73	""	47593	2940	3036	137
74	""	50468	3009	3160	132
75	""	53183	2978	3294	131
76	05	55743	2905	3452	134
77	""	58226	2846	3603	137
78	""	60500	2715	3739	141
79	""	62589	2569	3872	139
80	""	64586	2427	3993	137
81	10	66220	2251	4110	135
82	""	68192	2144	4232	134
83	""	70029	2041	4357	130
84	""	71686	1922	4474	124
85	""	73303	1829	4585	121
86	15	74877	1756	4683	116
87	""	76389	1686	4777	112
88	""	77995	1682	4869	108
89	""	79494	1615	4958	104
90	""	80868	1548	5031	96
91	20	82211	1504	5118	92
92	""	83505	1457	5209	89
93	""	84802	1418	5297	88
94	""	85996	1372	5391	88
95	""	87026	1291	5481	87
96	25	88194	1242	5574	88
97	""	89328	1209	5650	89
98	""	90481	1181	5710	84
99	""	91472	1139	5806	85
100	""	92584	1111	5877	83
101	""	93657	1095	5957	81
102	May	94640	1087	6028	78
103	""	95646	1065	6091	74
104	""	96448	1017	6156	72
105	""	97424	992	6203	71
106	05	98647	1025	6277	67
107	""	99970	1055	6340	66
108	""	101650	1142	6418	66
109	""	103135	1214	6486	66
110	""	104691	1292	6541	64
111	10	106220	1396	6589	62
112	""	107603	1454	6640	62
113	""	109286	1520	6685	58
114	""	110767	1542	6733	57
115	""	112725	1582	6783	52
116	15	114533	1629	6854	52
117	""	116635	1706	6902	52
118	""	118392	1739	6937	50
119	""	120198	1799	6988	49
120	""	122492	1887	7057	53
121	20	124603	1976	7119	56
122	""	126949	2032	7183	57
123	""	129341	2116	7249	56
124	""	131652	2145	7300	57
125	""	133521	2161	7359	60
126	25	135701	2215	7417	62
127	""	137724	2176	7451	56
128	""	139511	2130	7508	55
129	""	141591	2091	7564	55
130	""	143849	2073	7627	54
131	""	146668	2145	7677	54
132	""	148950	2204	7734	53
133	Jun	151466	2252	7797	55
134	""	154445	2389	7878	61
135	""	157562	2579	7942	62
136	""	160696	2729	8012	64
137	05	164270	2917	8071	63
138	""	167156	2927	8134	65
139	""	169425	2925	8209	68
140	""	171789	2903	8281	69
141	""	173832	2770	8351	68
142	10	175927	2624	8425	69
143	""	177938	2463	8506	70
144	""	180176	2272	8584	74
145	""	182545	2198	8659	75
146	""	184955	2219	8730	74
147	15	187427	2234	8837	80
148	""	189876	2292	8950	85
149	""	192439	2359	9065	92
150	""	195051	2445	9185	97
151	""	197647	2495	9272	98
152	20	200262	2531	9392	105
153	""	202584	2519	9507	111
154	""	204952	2503	9623	112
155	""	207525	2522	9742	113
156	""	209970	2504	9863	114
157	25	212501	2493	9996	116
158	""	215096	2493	10130	122
159	""	217724	2494	10239	121
160	""	220180	2514	10364	123
161	""	222669	2531	10508	126
162	""	225205	2526	10670	133
163	Jul	227662	2527	10817	136
164	""	230211	2530	10958	138
165	""	232863	2538	11106	139
166	""	235429	2530	11260	146
167	05	237878	2528	11408	149
168	""	240438	2538	11571	152
169	""	243051	2550	11731	151
170	""	245688	2575	11931	160
171	""	248379	2595	12084	160
172	10	250458	2514	12305	172
173	""	252720	2470	12447	169
174	""	255117	2463	12635	176
175	""	257303	2409	12829	179
176	""	259652	2372	13032	186
177	15	262173	2355	13211	183
178	""	264561	2311	13410	189
179	""	267061	2372	13608	187
180	""	269440	2389	13791	192
181	""	271606	2355	13979	192
182	20	273788	2355	14188	194
183	""	276202	2365	14405	196
184	""	278827	2379	14634	203
185	""	281413	2407	14853	206
186	""	284034	2425	15074	210
187	25	286523	2440	15289	214
188	""	288839	2462	15484	215
189	""	291172	2484	15700	216
190	""	293606	2486	15912	215
191	""	296273	2492	16147	216
192	""	298909	2500	16343	213
193	""	301530	2499	16569	214
194	Aug	304204	2526	16766	211
195	""	306752	2559	16982	214
196	""	309437	2609	17190	212
197	""	312035	2633	17405	214
198	05	314786	2645	17617	210
199	""	317483	2653	17802	208
200	""	320117	2655	17976	201
201	""	322567	2624	18132	195
202	""	324692	2562	18264	183
203	10	326712	2468	18427	177
204	""	328844	2402	18616	173
205	""	331189	2343	18800	169
206	""	333699	2316	18988	170
207	""	336324	2316	19162	169
208	15	338825	2322	19331	171
209	""	341070	2340	19492	176
EOF

# confirmed:
set label "341070 " at first 209,341*225/350   left back textcolor "#8080ff"
# -~confirmed:
set label "2340   " at first 209,234*225/350   left back textcolor "#8080ff"
set label "3009   " at first  74,300*225/350+3 left back textcolor "#8080ff"
# deaths:
set label "19492  " at first 209,194           left back textcolor "#ff8080"
# -~deaths:
set label "176    " at first 209,176           left back textcolor "#ff8080"
set label "216    " at first 189,216        +3 left back textcolor "#ff8080"

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