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

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

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

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

set title "Estonia"

$data <<EOF
rep day "confirmed [1:10]" "-~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	""	1	-	0	-
39	""	1	-	0	-
40	""	1	-	0	-
41	Mar	1	-	0	-
42	""	1	-	0	-
43	""	1	-	0	-
44	""	2	-	0	-
45	05	2	0	0	0
46	""	3	1	0	0
47	""	10	1	0	0
48	""	10	1	0	0
49	""	10	1	0	0
50	10	10	2	0	0
51	""	13	1	0	0
52	""	13	2	0	0
53	""	13	1	0	0
54	""	79	10	0	0
55	15	79	10	0	0
56	""	205	28	0	0
57	""	205	28	0	0
58	""	225	30	0	0
59	""	258	35	0	0
60	20	267	36	0	0
61	""	283	29	0	0
62	""	306	33	0	0
63	""	326	17	0	0
64	""	352	21	0	0
65	25	369	21	0	0
66	""	404	21	1	0
67	""	538	38	1	0
68	""	575	42	1	0
69	""	640	48	1	1
70	""	679	50	3	0
71	""	715	52	3	0
72	Apr	745	54	4	1
73	""	779	53	5	1
74	""	858	46	11	1
75	""	961	55	12	2
76	05	1018	54	13	1
77	""	1097	60	15	2
78	""	1108	56	19	2
79	""	1149	58	21	3
80	""	1185	58	24	2
81	10	1207	50	24	2
82	""	1258	42	24	2
83	""	1304	41	24	2
84	""	1309	30	25	1
85	""	1332	32	28	1
86	15	1373	32	31	2
87	""	1402	31	35	1
88	""	1434	33	36	2
89	""	1459	28	38	2
90	""	1512	30	38	2
91	20	1528	31	40	2
92	""	1535	29	40	2
93	""	1552	26	43	2
94	""	1559	22	44	1
95	""	1592	23	45	1
96	25	1605	21	46	1
97	""	1635	17	46	1
98	""	1643	17	49	2
99	""	1647	16	50	1
100	""	1660	15	50	1
101	""	1666	15	50	1
102	May	1689	14	52	1
103	""	1694	13	52	1
104	""	1699	9	53	1
105	""	1700	8	55	1
106	05	1703	8	55	0
107	""	1711	8	55	1
108	""	1713	6	55	1
109	""	1720	5	56	0
110	""	1725	4	56	1
111	10	1733	5	60	1
112	""	1739	6	60	1
113	""	1741	5	61	1
114	""	1746	5	61	0
115	""	1751	5	61	1
116	15	1758	6	62	1
117	""	1766	6	63	1
118	""	1770	5	63	1
119	""	1774	5	63	0
120	""	1784	6	64	0
121	20	1791	7	64	1
122	""	1794	6	64	0
123	""	1800	6	64	1
124	""	1807	6	64	0
125	""	1821	7	64	0
126	25	1823	7	64	0
127	""	1824	6	65	0
128	""	1834	6	65	0
129	""	1840	6	66	1
130	""	1851	8	66	0
131	""	1859	7	67	0
132	""	1865	6	67	1
133	Jun	1869	7	68	0
134	""	1870	6	68	1
135	""	1870	6	68	0
136	""	1880	5	69	1
137	05	1890	6	69	0
138	""	1910	7	69	0
139	""	1931	10	69	1
140	""	1939	10	69	0
141	""	1940	10	69	0
142	10	1947	11	69	0
143	""	1958	11	69	0
144	""	1965	10	69	0
145	""	1970	9	69	0
146	""	1973	6	69	0
147	15	1973	5	69	0
148	""	1974	5	69	0
149	""	1975	4	69	0
150	""	1977	2	69	0
151	""	1977	2	69	0
152	20	1979	1	69	0
153	""	1981	2	69	0
154	""	1981	1	69	0
155	""	1981	1	69	0
156	""	1982	1	69	0
157	25	1983	1	69	0
158	""	1984	1	69	0
159	""	1986	1	69	0
160	""	1986	0	69	0
161	""	1987	1	69	0
162	""	1987	1	69	0
163	Jul	1989	1	69	0
164	""	1989	1	69	0
165	""	1990	1	69	0
166	""	1991	0	69	0
167	05	1993	1	69	0
168	""	1993	1	69	0
169	""	1994	1	69	0
170	""	1995	1	69	0
171	""	2003	2	69	0
172	10	2011	3	69	0
173	""	2013	3	69	0
174	""	2014	3	69	0
175	""	2014	3	69	0
176	""	2014	3	69	0
177	15	2015	3	69	0
178	""	2016	2	69	0
179	""	2016	1	69	0
180	""	2020	1	69	0
181	""	2021	1	69	0
182	20	2021	1	69	0
183	""	2021	1	69	0
184	""	2022	1	69	0
185	""	2025	1	69	0
186	""	2027	1	69	0
187	25	2028	2	69	0
188	""	2033	1	69	0
189	""	2034	2	69	0
190	""	2038	3	69	0
191	""	2038	2	69	0
192	""	2042	2	69	0
193	""	2051	4	69	0
194	Aug	2064	5	69	0
195	""	2072	5	69	0
196	""	2079	7	69	0
197	""	2080	6	69	0
198	05	2091	7	63	-1
199	""	2113	11	63	-1
200	""	2124	10	63	-1
201	""	2133	10	63	0
202	""	2147	11	63	-1
203	10	2152	10	63	-1
204	""	2158	11	63	-1
205	""	2167	11	63	0
206	""	2174	9	63	0
207	""	2174	7	63	0
208	15	2177	6	63	0
209	""	2184	5	63	0
EOF

# confirmed:
set label "2184   " at first 209,218           left back textcolor "#ff8080"
# -~confirmed:
set label "5      " at first 209,  5*225/100   left back textcolor "#8080ff"
set label "60     " at first  77, 60*225/100+3 left back textcolor "#8080ff"
# deaths:
set label "63     " at first 209, 63*225/100   left back textcolor "#8080ff"
set label "69     " at first 136, 69*225/100+3 left back textcolor "#8080ff"
# -~deaths:
set label "0      " at first 209,  0*225/100   left back textcolor "#8080ff"
set label "3      " at first  79,  3*225/100+3 left back textcolor "#8080ff"

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