File:WHO Covid 2020 Jan-Aug daily C Diamond Princess.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_Diamond_Princess.pdf"
set key autotitle columnhead
set termoption noenhanced
# (1) norm: 741 001 001 001

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

set title "Diamond_Princess"

$data <<EOF
rep day "confirmed [1:1]" "-~confirmed [1:1]" "deaths [1:1]" "-~deaths [1:1]"
1	Jan	.	-	.	-
2	""	.	-	.	-
3	""	.	-	.	-
-	-	-	-	-	-
4	""	.	-	.	-
5	25	.	-	.	-
6	""	.	-	.	-
7	""	.	-	.	-
8	""	.	-	.	-
9	""	.	-	.	-
10	""	.	-	.	-
11	""	.	-	.	-
12	Feb	.	-	.	-
13	""	.	-	.	-
14	""	.	-	.	-
15	""	.	-	.	-
16	05	.	-	.	-
17	""	20	-	0	-
18	""	61	-	0	-
19	""	64	-	0	-
20	""	64	-	0	-
21	10	70	-	0	-
22	""	135	-	0	-
23	""	175	-	0	-
24	""	174	22	0	0
25	""	218	23	0	0
26	15	218	22	0	0
27	""	355	41	0	0
28	""	454	55	0	0
29	""	454	46	0	0
30	""	542	52	0	0
31	20	621	64	2	0
32	""	634	59	2	1
33	""	634	60	2	0
34	""	634	40	2	0
35	""	695	34	3	1
36	25	691	34	3	0
37	""	691	21	3	0
38	""	705	12	4	1
39	""	705	10	4	0
40	""	705	10	6	1
41	Mar	705	11	6	0
42	""	706	1	6	1
43	""	706	2	6	0
44	""	706	2	6	0
45	05	706	1	6	1
46	""	696	-2	6	0
47	""	696	-1	6	0
48	""	696	-1	7	0
49	""	696	-2	7	0
50	10	696	-1	7	0
51	""	696	-2	7	1
52	""	696	-1	7	0
53	""	696	0	7	0
54	""	697	0	7	0
55	15	697	0	7	0
56	""	712	3	7	0
57	""	712	2	7	0
58	""	712	2	7	0
59	""	712	2	7	0
60	20	712	3	7	0
61	""	712	2	7	0
62	""	712	2	7	0
63	""	712	0	7	0
64	""	712	0	7	0
65	25	712	0	7	0
66	""	712	0	7	0
67	""	712	0	7	0
68	""	712	0	7	0
69	""	712	0	7	0
70	""	712	0	7	0
71	""	712	0	7	0
72	Apr	712	0	7	0
73	""	712	0	11	1
74	""	712	0	11	0
75	""	712	0	11	1
76	05	712	0	11	0
77	""	712	0	11	1
78	""	712	0	11	0
79	""	712	0	11	1
80	""	712	0	11	0
81	10	712	0	11	0
82	""	712	0	11	0
83	""	712	0	11	0
84	""	712	0	12	0
85	""	712	0	12	0
86	15	712	0	12	0
87	""	712	0	12	1
88	""	712	0	13	0
89	""	712	0	13	0
90	""	712	0	13	0
91	20	712	0	13	1
92	""	712	0	13	0
93	""	712	0	13	0
94	""	712	0	13	0
95	""	712	0	13	0
96	25	712	0	13	0
97	""	712	0	13	0
98	""	712	0	13	0
99	""	712	0	13	0
100	""	712	0	13	0
101	""	712	0	13	0
102	May	712	0	13	0
103	""	712	0	13	0
104	""	712	0	13	0
105	""	712	0	13	0
106	05	712	0	13	0
107	""	712	0	13	0
108	""	712	0	13	0
109	""	712	0	13	0
110	""	712	0	13	0
111	10	712	0	13	0
112	""	712	0	13	0
113	""	712	0	13	0
114	""	712	0	13	0
115	""	712	0	13	0
116	15	712	0	13	0
117	""	712	0	13	0
118	""	712	0	13	0
119	""	712	0	13	0
120	""	712	0	13	0
121	20	712	0	13	0
122	""	712	0	13	0
123	""	712	0	13	0
124	""	712	0	13	0
125	""	712	0	13	0
126	25	712	0	13	0
127	""	712	0	13	0
128	""	741	4	13	0
129	""	741	4	13	0
130	""	741	4	13	0
131	""	741	5	13	0
132	""	741	4	13	0
133	Jun	741	4	13	0
134	""	741	4	13	0
135	""	741	0	13	0
136	""	741	0	13	0
137	05	741	0	13	0
138	""	741	0	13	0
139	""	741	0	13	0
140	""	741	0	13	0
141	""	741	0	13	0
142	10	741	0	13	0
143	""	741	0	13	0
144	""	741	0	13	0
145	""	741	0	13	0
146	""	741	0	13	0
147	15	741	0	13	0
148	""	741	0	13	0
149	""	741	0	13	0
150	""	741	0	13	0
151	""	741	0	13	0
152	20	741	0	13	0
153	""	741	0	13	0
154	""	741	0	13	0
155	""	741	0	13	0
156	""	741	0	13	0
157	25	741	0	13	0
158	""	741	0	13	0
159	""	741	0	13	0
160	""	741	0	13	0
161	""	741	0	13	0
162	""	741	0	13	0
163	Jul	741	0	13	0
164	""	741	0	13	0
165	""	741	0	13	0
166	""	741	0	13	0
167	05	741	0	13	0
168	""	741	0	13	0
169	""	741	0	13	0
170	""	741	0	13	0
171	""	741	0	13	0
172	10	741	0	13	0
173	""	741	0	13	0
174	""	741	0	13	0
175	""	741	0	13	0
176	""	741	0	13	0
177	15	741	0	13	0
178	""	741	0	13	0
179	""	741	0	13	0
180	""	741	0	13	0
181	""	741	0	13	0
182	20	741	0	13	0
183	""	741	0	13	0
184	""	741	0	13	0
185	""	741	0	13	0
186	""	741	0	13	0
187	25	741	0	13	0
188	""	741	0	13	0
189	""	741	0	13	0
190	""	741	0	13	0
191	""	741	0	13	0
192	""	741	0	13	0
193	""	741	0	13	0
194	Aug	741	0	13	0
195	""	741	0	13	0
196	""	741	0	13	0
197	""	741	0	13	0
198	05	741	0	13	0
199	""	741	0	13	0
200	""	741	0	13	0
201	""	741	0	13	0
202	""	741	0	13	0
203	10	741	0	13	0
204	""	741	0	13	0
205	""	741	0	13	0
206	""	741	0	13	0
207	""	741	0	13	0
208	15	741	0	13	0
209	""	741	0	13	0
EOF

# confirmed:
set label "741    " at first 209,741           left back textcolor "#ff8080"
set label "741    " at first 128,741        +8 left back textcolor "#ff8080"
# -~confirmed:
set label "0      " at first 209,  0*750/100   left back textcolor "#8080ff"
set label "64     " at first  31, 64*750/100+8 left back textcolor "#8080ff"
# deaths:
set label "13     " at first 209, 13*750/100   left back textcolor "#8080ff"
set label "13     " at first  88, 13*750/100+8 left back textcolor "#8080ff"
# -~deaths:
set label "0      " at first 209,  0*750/100   left back textcolor "#8080ff"
set label "1      " at first  32,  1*750/100+8 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*750/100) with lines lc 6 lw 8 dt 4 title at 0.150, 0.902
replot $data using 0:($5/      1*750/100) with lines lc 6 lw 5 dt 2 title at 0.150, 0.884
replot $data using 0:($6/      1*750/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:00, 24 September 2020Thumbnail for version as of 19:00, 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