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

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

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

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

set title "Montserrat"

$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	""	.	-	.	-
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	""	.	-	.	-
43	""	.	-	.	-
44	""	.	-	.	-
45	05	.	-	.	-
46	""	.	-	.	-
47	""	.	-	.	-
48	""	.	-	.	-
49	""	.	-	.	-
50	10	.	-	.	-
51	""	.	-	.	-
52	""	.	-	.	-
53	""	.	-	.	-
54	""	.	-	.	-
55	15	.	-	.	-
56	""	.	-	.	-
57	""	.	-	.	-
58	""	.	-	.	-
59	""	1	-	0	-
60	20	1	-	0	-
61	""	1	-	0	-
62	""	1	-	0	-
63	""	1	-	0	-
64	""	1	-	0	-
65	25	1	-	0	-
66	""	2	0	0	0
67	""	2	0	0	0
68	""	5	1	0	0
69	""	5	0	0	0
70	""	5	1	0	0
71	""	5	1	0	0
72	Apr	5	0	0	0
73	""	5	1	0	0
74	""	5	0	0	0
75	""	5	0	0	0
76	05	6	0	0	0
77	""	6	0	0	0
78	""	6	0	0	0
79	""	6	1	0	0
80	""	8	0	0	0
81	10	8	0	0	0
82	""	9	1	0	0
83	""	9	0	0	0
84	""	9	1	0	0
85	""	11	1	0	0
86	15	11	0	0	0
87	""	11	1	0	0
88	""	11	0	0	0
89	""	11	0	0	0
90	""	11	1	0	0
91	20	11	0	0	0
92	""	11	0	0	0
93	""	11	0	0	0
94	""	11	0	0	0
95	""	11	0	0	0
96	25	11	0	0	0
97	""	11	0	1	0
98	""	11	0	1	0
99	""	11	0	1	0
100	""	11	0	1	1
101	""	11	0	1	0
102	May	11	0	1	0
103	""	11	0	1	0
104	""	11	0	1	0
105	""	11	0	1	0
106	05	11	0	1	0
107	""	11	0	1	0
108	""	11	0	1	0
109	""	11	0	1	0
110	""	11	0	1	0
111	10	11	0	1	0
112	""	11	0	1	0
113	""	11	0	1	0
114	""	11	0	1	0
115	""	11	0	1	0
116	15	11	0	1	0
117	""	11	0	1	0
118	""	11	0	1	0
119	""	11	0	1	0
120	""	11	0	1	0
121	20	11	0	1	0
122	""	11	0	1	0
123	""	11	0	1	0
124	""	11	0	1	0
125	""	11	0	1	0
126	25	11	0	1	0
127	""	11	0	1	0
128	""	11	0	1	0
129	""	11	0	1	0
130	""	11	0	1	0
131	""	11	0	1	0
132	""	11	0	1	0
133	Jun	11	0	1	0
134	""	11	0	1	0
135	""	11	0	1	0
136	""	11	0	1	0
137	05	11	0	1	0
138	""	11	0	1	0
139	""	11	0	1	0
140	""	11	0	1	0
141	""	11	0	1	0
142	10	11	0	1	0
143	""	11	0	1	0
144	""	11	0	1	0
145	""	11	0	1	0
146	""	11	0	1	0
147	15	11	0	1	0
148	""	11	0	1	0
149	""	11	0	1	0
150	""	11	0	1	0
151	""	11	0	1	0
152	20	11	0	1	0
153	""	11	0	1	0
154	""	11	0	1	0
155	""	11	0	1	0
156	""	11	0	1	0
157	25	11	0	1	0
158	""	11	0	1	0
159	""	11	0	1	0
160	""	11	0	1	0
161	""	11	0	1	0
162	""	11	0	1	0
163	Jul	11	0	1	0
164	""	11	0	1	0
165	""	11	0	1	0
166	""	11	0	1	0
167	05	11	0	1	0
168	""	11	0	1	0
169	""	11	0	1	0
170	""	11	0	1	0
171	""	11	0	1	0
172	10	11	0	1	0
173	""	12	0	1	0
174	""	12	0	1	0
175	""	12	0	1	0
176	""	12	1	1	0
177	15	12	0	1	0
178	""	12	0	1	0
179	""	12	0	1	0
180	""	12	0	1	0
181	""	12	0	1	0
182	20	12	0	1	0
183	""	12	0	1	0
184	""	12	0	1	0
185	""	12	0	1	0
186	""	12	0	1	0
187	25	12	0	1	0
188	""	12	0	1	0
189	""	13	0	1	0
190	""	13	0	1	0
191	""	13	0	1	0
192	""	13	1	1	0
193	""	13	0	1	0
194	Aug	13	0	1	0
195	""	13	0	1	0
196	""	13	0	1	0
197	""	13	0	1	0
198	05	13	0	1	0
199	""	13	0	1	0
200	""	13	0	1	0
201	""	13	0	1	0
202	""	13	0	1	0
203	10	13	0	1	0
204	""	13	0	1	0
205	""	13	0	1	0
206	""	13	0	1	0
207	""	13	0	1	0
208	15	13	0	1	0
209	""	13	0	1	0
EOF

# confirmed:
set label "13     " at first 209, 13*100/100   left back textcolor "#8080ff"
set label "13     " at first 189, 13*100/100+1 left back textcolor "#8080ff"
# -~confirmed:
set label "0      " at first 209,  0*100/100   left back textcolor "#8080ff"
set label "1      " at first  68,  1*100/100+1 left back textcolor "#8080ff"
# deaths:
set label "1      " at first 209,  1*100/100   left back textcolor "#8080ff"
set label "1      " at first  97,  1*100/100+1 left back textcolor "#8080ff"
# -~deaths:
set label "0      " at first 209,  0*100/100   left back textcolor "#8080ff"
set label "1      " at first 100,  1*100/100+1 left back textcolor "#8080ff"

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