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

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

Original file (3,300 × 1,950 pixels, file size: 19 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_Hubei.pdf"
set key autotitle columnhead
set termoption noenhanced
# (1) norm: 678 427 309 118
# (2) dist: 1,0:159 2,0:220 2,1:139 3,0:174 3,1:276 3,2:262
# (3,4) dist max: 276 3:118--1:427
# (4) right: 1 1 1 0
# (6,7) scMax: 125 700
# (8) scale: [1:100] [1:10] [1:10] [1:1]


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

set title "Hubei"

$data <<EOF
rep day "confirmed [1:100]" "-~confirmed [1:10]" "deaths [1:10]" "-~deaths [1:1]"
1	Jan	258	-	.	-
2	""	270	-	.	-
3	""	375	-	.	-
-	-	-	-	-	-
4	""	375	-	.	-
5	25	.	-	.	-
6	""	.	-	.	-
7	""	.	-	.	-
8	""	.	-	.	-
9	""	.	-	.	-
10	""	.	-	.	-
11	""	.	-	.	-
12	Feb	7153	-	.	-
13	""	9074	-	.	-
14	""	11177	-	.	-
15	""	13522	-	.	-
16	05	16678	-	.	-
17	""	19665	-	.	-
18	""	22112	-	.	-
19	""	24953	2543	.	-
20	""	27100	2575	.	-
21	10	29631	2637	.	-
22	""	31728	2600	.	-
23	""	33366	2384	1068	-
24	""	34874	2173	.	-
25	""	51986	4268	1318	-
26	15	54406	4207	1457	-
27	""	56249	4165	1596	-
28	""	58182	4078	1696	-
29	""	59989	4038	1789	-
30	""	61682	4045	1921	-
31	20	62031	3879	2029	-
32	""	62662	1525	2144	118
33	""	63454	1293	2250	113
34	""	64084	1119	2346	107
35	""	64287	872	2495	114
36	25	64786	686	2563	111
37	""	65187	500	2615	99
38	""	65596	510	2641	87
39	""	65914	464	2682	77
40	""	66337	412	2727	68
41	Mar	66907	403	2761	60
42	""	67103	403	2803	44
43	""	67217	347	2834	38
44	""	67332	306	2871	37
45	05	67466	268	2902	37
46	""	67592	239	2931	36
47	""	67666	190	2959	33
48	""	67707	114	2986	32
49	""	67743	92	3007	29
50	10	67760	77	3024	27
51	""	67773	63	3046	25
52	""	67781	45	3056	22
53	""	67786	28	3062	19
54	""	67790	18	3075	17
55	15	67794	12	3085	14
56	""	.	-	.	-
57	""	.	-	.	-
58	""	.	-	.	-
59	""	.	-	.	-
60	20	.	-	.	-
61	""	.	-	.	-
62	""	.	-	.	-
63	""	.	-	.	-
64	""	.	-	.	-
65	25	.	-	.	-
66	""	.	-	.	-
67	""	.	-	.	-
68	""	.	-	.	-
69	""	.	-	.	-
70	""	.	-	.	-
71	""	.	-	.	-
72	Apr	.	-	.	-
73	""	.	-	.	-
74	""	.	-	.	-
75	""	.	-	.	-
76	05	.	-	.	-
77	""	.	-	.	-
78	""	.	-	.	-
79	""	.	-	.	-
80	""	.	-	.	-
81	10	.	-	.	-
82	""	.	-	.	-
83	""	.	-	.	-
84	""	.	-	.	-
85	""	.	-	.	-
86	15	.	-	.	-
87	""	.	-	.	-
88	""	.	-	.	-
89	""	.	-	.	-
90	""	.	-	.	-
91	20	.	-	.	-
92	""	.	-	.	-
93	""	.	-	.	-
94	""	.	-	.	-
95	""	.	-	.	-
96	25	.	-	.	-
97	""	.	-	.	-
98	""	.	-	.	-
99	""	.	-	.	-
100	""	.	-	.	-
101	""	.	-	.	-
102	May	.	-	.	-
103	""	.	-	.	-
104	""	.	-	.	-
105	""	.	-	.	-
106	05	.	-	.	-
107	""	.	-	.	-
108	""	.	-	.	-
109	""	.	-	.	-
110	""	.	-	.	-
111	10	.	-	.	-
112	""	.	-	.	-
113	""	.	-	.	-
114	""	.	-	.	-
115	""	.	-	.	-
116	15	.	-	.	-
117	""	.	-	.	-
118	""	.	-	.	-
119	""	.	-	.	-
120	""	.	-	.	-
121	20	.	-	.	-
122	""	.	-	.	-
123	""	.	-	.	-
124	""	.	-	.	-
125	""	.	-	.	-
126	25	.	-	.	-
127	""	.	-	.	-
128	""	.	-	.	-
129	""	.	-	.	-
130	""	.	-	.	-
131	""	.	-	.	-
132	""	.	-	.	-
133	Jun	.	-	.	-
134	""	.	-	.	-
135	""	.	-	.	-
136	""	.	-	.	-
137	05	.	-	.	-
138	""	.	-	.	-
139	""	.	-	.	-
140	""	.	-	.	-
141	""	.	-	.	-
142	10	.	-	.	-
143	""	.	-	.	-
144	""	.	-	.	-
145	""	.	-	.	-
146	""	.	-	.	-
147	15	.	-	.	-
148	""	.	-	.	-
149	""	.	-	.	-
150	""	.	-	.	-
151	""	.	-	.	-
152	20	.	-	.	-
153	""	.	-	.	-
154	""	.	-	.	-
155	""	.	-	.	-
156	""	.	-	.	-
157	25	.	-	.	-
158	""	.	-	.	-
159	""	.	-	.	-
160	""	.	-	.	-
161	""	.	-	.	-
162	""	.	-	.	-
163	Jul	.	-	.	-
164	""	.	-	.	-
165	""	.	-	.	-
166	""	.	-	.	-
167	05	.	-	.	-
168	""	.	-	.	-
169	""	.	-	.	-
170	""	.	-	.	-
171	""	.	-	.	-
172	10	.	-	.	-
173	""	.	-	.	-
174	""	.	-	.	-
175	""	.	-	.	-
176	""	.	-	.	-
177	15	.	-	.	-
178	""	.	-	.	-
179	""	.	-	.	-
180	""	.	-	.	-
181	""	.	-	.	-
182	20	.	-	.	-
183	""	.	-	.	-
184	""	.	-	.	-
185	""	.	-	.	-
186	""	.	-	.	-
187	25	.	-	.	-
188	""	.	-	.	-
189	""	.	-	.	-
190	""	.	-	.	-
191	""	.	-	.	-
192	""	.	-	.	-
193	""	.	-	.	-
194	Aug	.	-	.	-
195	""	.	-	.	-
196	""	.	-	.	-
197	""	.	-	.	-
198	05	.	-	.	-
199	""	.	-	.	-
200	""	.	-	.	-
201	""	.	-	.	-
202	""	.	-	.	-
203	10	.	-	.	-
204	""	.	-	.	-
205	""	.	-	.	-
206	""	.	-	.	-
207	""	.	-	.	-
208	15	.	-	.	-
209	""	.	-	.	-
EOF

# confirmed:
set label "67794  " at first  55,677*125/700+2 left back textcolor "#8080ff"
# -~confirmed:
set label "4268   " at first  25,426*125/700+2 left back textcolor "#8080ff"
# deaths:
set label "3085   " at first  55,308*125/700+2 left back textcolor "#8080ff"
# -~deaths:
set label "118    " at first  32,118        +2 left back textcolor "#ff8080"

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