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

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_Andorra.pdf"
set key autotitle columnhead
set termoption noenhanced
# (1) norm: 997 001 001 001

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

set title "Andorra"

$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	""	1	-	0	-
44	""	1	-	0	-
45	05	1	-	0	-
46	""	1	-	0	-
47	""	1	-	0	-
48	""	1	-	0	-
49	""	1	-	0	-
50	10	1	0	0	0
51	""	1	0	0	0
52	""	1	0	0	0
53	""	1	0	0	0
54	""	2	0	0	0
55	15	2	0	0	0
56	""	2	0	0	0
57	""	14	2	0	0
58	""	16	2	0	0
59	""	39	6	0	0
60	20	75	10	0	0
61	""	75	11	0	0
62	""	88	12	0	0
63	""	113	16	0	0
64	""	164	21	1	0
65	25	188	25	1	0
66	""	213	25	3	1
67	""	231	22	3	0
68	""	289	31	3	1
69	""	321	33	4	0
70	""	341	33	6	1
71	""	370	29	8	1
72	Apr	376	27	12	2
73	""	396	26	13	1
74	""	429	28	15	2
75	""	442	22	16	2
76	05	466	21	17	1
77	""	523	26	17	2
78	""	540	24	21	2
79	""	551	25	22	1
80	""	566	24	24	2
81	10	589	23	26	1
82	""	602	23	26	2
83	""	622	22	28	1
84	""	639	17	29	2
85	""	651	16	29	1
86	15	659	15	31	2
87	""	673	16	33	1
88	""	694	15	34	1
89	""	703	14	35	1
90	""	704	12	35	1
91	20	717	11	36	1
92	""	718	9	36	1
93	""	723	10	37	1
94	""	724	7	37	1
95	""	726	4	38	0
96	25	733	5	40	1
97	""	738	5	40	1
98	""	740	3	40	0
99	""	748	4	40	1
100	""	753	4	41	0
101	""	753	5	41	1
102	May	746	2	42	1
103	""	746	2	43	0
104	""	747	2	44	1
105	""	749	1	45	0
106	05	751	0	45	1
107	""	751	0	46	1
108	""	752	0	47	1
109	""	752	1	47	0
110	""	754	1	47	1
111	10	754	1	48	0
112	""	756	1	48	1
113	""	756	1	48	0
114	""	759	1	48	1
115	""	761	1	49	0
116	15	761	1	49	0
117	""	761	1	49	0
118	""	761	1	51	1
119	""	761	1	51	0
120	""	761	1	51	1
121	20	761	0	51	0
122	""	762	0	51	0
123	""	762	0	51	1
124	""	762	0	51	0
125	""	763	1	51	0
126	25	763	0	51	0
127	""	763	0	51	0
128	""	763	1	51	0
129	""	763	0	51	0
130	""	764	0	51	0
131	""	764	0	51	0
132	""	764	0	51	0
133	Jun	764	1	51	0
134	""	765	0	51	0
135	""	844	11	51	0
136	""	851	13	51	0
137	05	852	13	51	0
138	""	852	12	51	0
139	""	852	13	51	0
140	""	852	12	51	0
141	""	852	13	51	0
142	10	852	1	51	0
143	""	852	0	51	0
144	""	852	0	51	0
145	""	853	0	51	0
146	""	853	0	51	0
147	15	853	0	51	0
148	""	853	1	51	0
149	""	854	0	52	0
150	""	854	0	52	0
151	""	855	1	52	0
152	20	855	0	52	1
153	""	855	0	52	0
154	""	855	0	52	0
155	""	855	1	52	0
156	""	855	0	52	0
157	25	855	0	52	0
158	""	855	0	52	0
159	""	855	0	52	0
160	""	855	0	52	0
161	""	855	0	52	0
162	""	855	0	52	0
163	Jul	855	0	52	0
164	""	855	0	52	0
165	""	855	0	52	0
166	""	855	0	52	0
167	05	855	0	52	0
168	""	855	0	52	0
169	""	855	0	52	0
170	""	855	0	52	0
171	""	855	0	52	0
172	10	855	0	52	0
173	""	855	0	52	0
174	""	855	0	52	0
175	""	855	0	52	0
176	""	858	0	52	0
177	15	861	1	52	0
178	""	862	1	52	0
179	""	877	3	52	0
180	""	880	4	52	0
181	""	880	4	52	0
182	20	880	3	52	0
183	""	884	4	52	0
184	""	884	3	52	0
185	""	889	4	52	0
186	""	889	2	52	0
187	25	897	2	52	0
188	""	897	3	52	0
189	""	904	3	52	0
190	""	907	3	52	0
191	""	911	4	52	0
192	""	918	4	52	0
193	""	922	5	52	0
194	Aug	925	4	66	2
195	""	930	5	52	0
196	""	936	4	52	0
197	""	937	5	52	0
198	05	939	4	52	0
199	""	939	3	52	0
200	""	945	3	52	0
201	""	956	4	52	-2
202	""	956	4	52	0
203	10	956	3	52	0
204	""	963	4	52	0
205	""	973	4	52	0
206	""	977	6	53	0
207	""	981	5	53	0
208	15	989	5	53	0
209	""	997	6	53	1
EOF

# confirmed:
set label "997    " at first 209,997           left back textcolor "#ff8080"
# -~confirmed:
set label "6      " at first 209,  6*1000/100   left back textcolor "#8080ff"
set label "33     " at first  69, 33*1000/100+10 left back textcolor "#8080ff"
# deaths:
set label "53     " at first 209, 53*1000/100   left back textcolor "#8080ff"
set label "66     " at first 194, 66*1000/100+10 left back textcolor "#8080ff"
# -~deaths:
set label "1      " at first 209,  1*1000/100   left back textcolor "#8080ff"
set label "2      " at first  72,  2*1000/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*1000/100) with lines lc 6 lw 8 dt 4 title at 0.150, 0.902
replot $data using 0:($5/      1*1000/100) with lines lc 6 lw 5 dt 2 title at 0.150, 0.884
replot $data using 0:($6/      1*1000/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
current18:46, 24 September 2020Thumbnail for version as of 18: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