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

Summary

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

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.
Category:CC-BY-SA-4.0#WHO%20Covid%202020%20Jan-Aug%20daily%20C%20Indonesia.pdf
Category:Self-published work

Gnuplot source code

Gnuplot source code
set term pdf size 22,13
set term pdf font "sans,20"
set output "WHO_Covid_C_Indonesia.pdf"
set key autotitle columnhead
set termoption noenhanced
# (1) norm: 138 201 608 101
# (2) dist: 1,0:146 2,0:226 2,1:303 3,0:137 3,1:199 3,2:166
# (3,4) dist max: 303 2:608--1:201
# (4) right: 1 1 0 0
# (6,7) scMax: 125 225
# (8) scale: [1:1000] [1:10] [1:100] [1:1]


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

set title "Indonesia"

$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	""	2	-	0	-
43	""	2	-	0	-
44	""	2	-	0	-
45	05	2	-	0	-
46	""	2	-	0	-
47	""	2	-	0	-
48	""	4	-	0	-
49	""	6	1	0	0
50	10	19	2	0	0
51	""	27	4	1	0
52	""	34	4	1	0
53	""	34	5	1	0
54	""	69	10	3	1
55	15	117	16	4	0
56	""	117	16	4	1
57	""	172	21	5	1
58	""	172	21	5	0
59	""	227	28	19	3
60	20	309	39	25	3
61	""	369	43	32	4
62	""	450	47	38	5
63	""	514	57	48	7
64	""	579	58	49	6
65	25	686	74	55	7
66	""	790	80	58	6
67	""	893	84	78	7
68	""	1046	96	87	8
69	""	1155	101	102	9
70	""	1285	110	114	10
71	""	1414	119	122	10
72	Apr	1528	121	136	12
73	""	1677	126	157	14
74	""	1790	129	170	13
75	""	1986	134	181	13
76	05	2092	134	191	13
77	""	2273	141	198	12
78	""	2491	154	209	12
79	""	2738	173	221	13
80	""	2956	182	240	11
81	10	3512	246	306	20
82	""	3512	218	306	18
83	""	4241	307	373	26
84	""	4241	281	373	25
85	""	4557	296	399	27
86	15	4839	300	459	34
87	""	5136	311	469	33
88	""	5516	286	496	27
89	""	5923	345	520	30
90	""	6248	287	535	23
91	20	6575	333	582	30
92	""	6760	315	590	28
93	""	7135	328	616	22
94	""	7418	326	635	24
95	""	7775	322	647	21
96	25	8211	327	689	24
97	""	8607	337	720	27
98	""	8882	330	743	23
99	""	9096	334	765	25
100	""	9511	339	773	22
101	""	9771	336	784	22
102	May	10118	335	792	20
103	""	10551	334	800	16
104	""	10843	320	831	16
105	""	11192	330	845	15
106	05	11587	355	864	14
107	""	12071	366	872	14
108	""	12438	381	895	16
109	""	12776	380	930	19
110	""	13112	366	943	21
111	10	13645	400	959	18
112	""	14032	406	973	18
113	""	14265	382	991	19
114	""	14749	383	1007	19
115	""	15438	428	1028	19
116	15	16006	462	1043	16
117	""	16496	483	1076	19
118	""	17025	483	1089	19
119	""	17514	498	1148	25
120	""	18010	535	1191	28
121	20	18496	535	1221	31
122	""	19189	536	1242	30
123	""	20162	593	1278	34
124	""	20796	615	1326	36
125	""	21745	674	1351	37
126	25	22271	680	1372	32
127	""	22750	677	1391	29
128	""	23165	667	1418	28
129	""	23851	666	1473	33
130	""	24538	625	1496	31
131	""	25216	631	1520	28
132	""	25773	576	1573	31
133	Jun	26473	600	1613	35
134	""	26940	599	1641	35
135	""	27549	626	1663	35
136	""	28233	626	1698	33
137	05	28818	611	1721	32
138	""	29521	615	1770	35
139	""	30514	678	1801	33
140	""	31186	673	1851	34
141	""	32033	727	1883	35
142	10	33076	790	1923	37
143	""	34316	869	1959	37
144	""	35295	925	2000	40
145	""	36406	984	2048	40
146	""	37420	986	2091	41
147	15	38277	1013	2134	40
148	""	39294	1038	2198	45
149	""	40400	1046	2231	44
150	""	41431	1016	2276	46
151	""	42762	1067	2339	48
152	20	43803	1057	2373	47
153	""	45029	1087	2429	48
154	""	45891	1088	2465	47
155	""	46845	1078	2500	43
156	""	47896	1071	2535	44
157	25	49009	1083	2573	42
158	""	50187	1060	2620	40
159	""	51427	1090	2683	45
160	""	52812	1111	2720	41
161	""	54010	1160	2754	41
162	""	55092	1178	2805	44
163	Jul	56385	1213	2876	49
164	""	57770	1252	2934	51
165	""	59394	1315	2987	53
166	""	60695	1324	3036	50
167	05	62142	1333	3089	53
168	""	63749	1391	3171	59
169	""	64958	1410	3241	63
170	""	66226	1405	3309	62
171	""	68079	1473	3359	60
172	10	70736	1620	3417	62
173	""	72347	1665	3469	62
174	""	74018	1697	3535	63
175	""	75699	1707	3606	62
176	""	76981	1717	3656	60
177	15	78572	1764	3710	57
178	""	80094	1716	3797	63
179	""	81668	1562	3873	65
180	""	83130	1541	3957	69
181	""	84882	1552	4016	69
182	20	86521	1546	4143	77
183	""	88214	1604	4239	83
184	""	89869	1614	4320	87
185	""	91751	1665	4459	95
186	""	93657	1713	4576	100
187	25	95418	1756	4665	101
188	""	97286	1772	4714	100
189	""	98778	1751	4781	91
190	""	100303	1727	4838	86
191	""	102051	1740	4901	83
192	""	104432	1811	4975	74
193	""	106336	1812	5058	68
194	Aug	108376	1851	5131	67
195	""	109936	1807	5193	68
196	""	111455	1811	5236	65
197	""	113134	1833	5302	67
198	05	115056	1858	5388	69
199	""	116871	1777	5452	68
200	""	118753	1774	5521	67
201	""	121226	1835	5593	66
202	""	123503	1939	5658	66
203	10	125396	1991	5723	70
204	""	127083	1993	5765	66
205	""	128776	1960	5824	62
206	""	130718	1978	5903	64
207	""	132816	2009	5968	64
208	15	135123	1985	6021	61
209	""	137468	1995	6071	59
EOF

# confirmed:
set label "137468 " at first 209,137*125/225   left back textcolor "#8080ff"
# -~confirmed:
set label "1995   " at first 209,199*125/225   left back textcolor "#8080ff"
# deaths:
set label "6071   " at first 209, 60           left back textcolor "#ff8080"
# -~deaths:
set label "59     " at first 209, 59           left back textcolor "#ff8080"
set label "101    " at first 187,101        +2 left back textcolor "#ff8080"

set multiplot
  plot $data using 0:($3/   1000*125/225) with lines lc 6 lw 8 dt 1 title at 0.150, 0.920
replot $data using 0:($4/     10*125/225) 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
Category:Diagrams based on WHO COVID-19 situation reports Category:Diagrams about the COVID-19 pandemic in Indonesia Category:Images with Gnuplot source code
Category:CC-BY-SA-4.0 Category:Diagrams about the COVID-19 pandemic in Indonesia Category:Diagrams based on WHO COVID-19 situation reports Category:Images with Gnuplot source code Category:Self-published work