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

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

Original file(3,300 × 1,950 pixels, file size: 21 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_Vietnam.pdf"
set key autotitle columnhead
set termoption noenhanced
# (1) norm: 951 001 001 001

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

set title "Vietnam"

$data <<EOF
rep day "confirmed [1:1]" "-~confirmed [1:1]" "deaths [1:1]" "-~deaths [1:1]"
1	Jan	.	-	.	-
2	""	.	-	.	-
3	""	.	-	.	-
-	-	-	-	-	-
4	""	2	-	.	-
5	25	2	-	.	-
6	""	2	-	.	-
7	""	2	-	.	-
8	""	2	-	.	-
9	""	2	-	.	-
10	""	2	-	.	-
11	""	5	0	.	-
12	Feb	6	1	.	-
13	""	7	1	.	-
14	""	8	1	0	-
15	""	9	1	0	-
16	05	10	1	0	-
17	""	10	1	0	-
18	""	12	1	0	-
19	""	13	1	0	-
20	""	14	1	0	-
21	10	14	1	0	0
22	""	15	1	0	0
23	""	15	0	0	0
24	""	16	1	0	0
25	""	16	1	0	0
26	15	16	0	0	0
27	""	16	0	0	0
28	""	16	1	0	0
29	""	16	0	0	0
30	""	16	0	0	0
31	20	16	0	0	0
32	""	16	0	0	0
33	""	16	0	0	0
34	""	16	0	0	0
35	""	16	0	0	0
36	25	16	0	0	0
37	""	16	0	0	0
38	""	16	0	0	0
39	""	16	0	0	0
40	""	16	0	0	0
41	Mar	16	0	0	0
42	""	16	0	0	0
43	""	16	0	0	0
44	""	16	0	0	0
45	05	16	0	0	0
46	""	16	0	0	0
47	""	17	0	0	0
48	""	21	1	0	0
49	""	30	2	0	0
50	10	31	2	0	0
51	""	35	3	0	0
52	""	39	3	0	0
53	""	39	3	0	0
54	""	48	5	0	0
55	15	53	4	0	0
56	""	57	4	0	0
57	""	61	4	0	0
58	""	61	4	0	0
59	""	66	4	0	0
60	20	85	7	0	0
61	""	91	6	0	0
62	""	94	6	0	0
63	""	113	8	0	0
64	""	123	8	0	0
65	25	134	11	0	0
66	""	141	11	0	0
67	""	153	9	0	0
68	""	169	11	0	0
69	""	179	13	0	0
70	""	188	10	0	0
71	""	203	12	0	0
72	Apr	207	10	0	0
73	""	218	11	0	0
74	""	233	12	0	0
75	""	239	10	0	0
76	05	240	8	0	0
77	""	241	8	0	0
78	""	245	6	0	0
79	""	249	6	0	0
80	""	251	5	0	0
81	10	255	3	0	0
82	""	257	2	0	0
83	""	258	3	0	0
84	""	262	3	0	0
85	""	265	3	0	0
86	15	266	2	0	0
87	""	267	2	0	0
88	""	268	2	0	0
89	""	268	2	0	0
90	""	268	1	0	0
91	20	268	1	0	0
92	""	268	1	0	0
93	""	268	0	0	0
94	""	268	0	0	0
95	""	268	0	0	0
96	25	270	0	0	0
97	""	270	1	0	0
98	""	270	0	0	0
99	""	270	0	0	0
100	""	270	0	0	0
101	""	270	1	0	0
102	May	270	0	0	0
103	""	270	0	0	0
104	""	270	0	0	0
105	""	271	0	0	0
106	05	271	0	0	0
107	""	271	0	0	0
108	""	271	1	0	0
109	""	288	2	0	0
110	""	288	3	0	0
111	10	288	2	0	0
112	""	288	3	0	0
113	""	288	2	0	0
114	""	288	3	0	0
115	""	288	2	0	0
116	15	288	0	0	0
117	""	313	4	0	0
118	""	318	4	0	0
119	""	320	4	0	0
120	""	324	6	0	0
121	20	324	5	0	0
122	""	324	5	0	0
123	""	324	5	0	0
124	""	324	2	0	0
125	""	325	1	0	0
126	25	325	0	0	0
127	""	326	1	0	0
128	""	327	0	0	0
129	""	327	0	0	0
130	""	327	1	0	0
131	""	327	0	0	0
132	""	328	1	0	0
133	Jun	328	0	0	0
134	""	328	0	0	0
135	""	328	1	0	0
136	""	328	0	0	0
137	05	328	0	0	0
138	""	329	0	0	0
139	""	329	0	0	0
140	""	329	0	0	0
141	""	332	1	0	0
142	10	332	1	0	0
143	""	332	0	0	0
144	""	332	1	0	0
145	""	332	0	0	0
146	""	334	1	0	0
147	15	334	1	0	0
148	""	334	0	0	0
149	""	335	0	0	0
150	""	335	1	0	0
151	""	342	1	0	0
152	20	349	3	0	0
153	""	349	2	0	0
154	""	349	2	0	0
155	""	349	2	0	0
156	""	349	2	0	0
157	25	352	2	0	0
158	""	352	2	0	0
159	""	353	0	0	0
160	""	355	1	0	0
161	""	355	1	0	0
162	""	355	1	0	0
163	Jul	355	1	0	0
164	""	355	0	0	0
165	""	355	1	0	0
166	""	355	0	0	0
167	05	355	0	0	0
168	""	355	0	0	0
169	""	369	2	0	0
170	""	369	2	0	0
171	""	369	2	0	0
172	10	369	2	0	0
173	""	370	2	0	0
174	""	370	2	0	0
175	""	372	3	0	0
176	""	372	0	0	0
177	15	373	1	0	0
178	""	381	1	0	0
179	""	381	2	0	0
180	""	382	2	0	0
181	""	382	2	0	0
182	20	383	1	0	0
183	""	384	2	0	0
184	""	401	4	0	0
185	""	408	4	0	0
186	""	412	4	0	0
187	25	415	5	0	0
188	""	418	5	0	0
189	""	420	5	0	0
190	""	431	7	0	0
191	""	446	6	0	0
192	""	459	8	0	0
193	""	509	14	0	0
194	Aug	558	20	2	0
195	""	590	25	3	1
196	""	621	28	6	1
197	""	652	32	6	0
198	05	672	32	8	2
199	""	717	37	8	1
200	""	750	34	10	1
201	""	789	33	10	1
202	""	812	32	10	1
203	10	841	32	13	1
204	""	847	27	15	2
205	""	866	28	17	1
206	""	883	24	18	1
207	""	911	23	21	2
208	15	930	20	22	2
209	""	951	20	23	1
EOF

# confirmed:
set label "951    " at first 209,951           left back textcolor "#ff8080"
# -~confirmed:
set label "20     " at first 209, 20*975/100   left back textcolor "#8080ff"
set label "37     " at first 199, 37*975/100+10 left back textcolor "#8080ff"
# deaths:
set label "23     " at first 209, 23*975/100   left back textcolor "#8080ff"
# -~deaths:
set label "1      " at first 209,  1*975/100   left back textcolor "#8080ff"
set label "2      " at first 198,  2*975/100+10 left back textcolor "#8080ff"

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