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

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

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

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

set title "Togo"

$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	""	.	-	.	-
39	""	.	-	.	-
40	""	.	-	.	-
41	Mar	.	-	.	-
42	""	.	-	.	-
43	""	.	-	.	-
44	""	.	-	.	-
45	05	.	-	.	-
46	""	.	-	.	-
47	""	1	-	0	-
48	""	1	-	0	-
49	""	1	-	0	-
50	10	1	-	0	-
51	""	1	-	0	-
52	""	1	-	0	-
53	""	1	-	0	-
54	""	1	0	0	0
55	15	1	0	0	0
56	""	1	0	0	0
57	""	1	0	0	0
58	""	1	0	0	0
59	""	1	0	0	0
60	20	9	1	0	0
61	""	9	1	0	0
62	""	15	2	0	0
63	""	16	2	0	0
64	""	18	3	0	0
65	25	20	3	0	0
66	""	23	3	0	0
67	""	24	2	0	0
68	""	25	2	0	0
69	""	28	2	0	0
70	""	28	2	1	0
71	""	34	2	1	0
72	Apr	34	2	1	0
73	""	36	2	2	1
74	""	39	2	2	0
75	""	39	2	2	0
76	05	40	2	3	1
77	""	44	2	3	0
78	""	44	1	3	0
79	""	58	4	3	1
80	""	70	5	3	0
81	10	73	5	3	0
82	""	73	4	3	0
83	""	73	5	3	0
84	""	76	5	3	0
85	""	76	4	3	0
86	15	77	3	3	0
87	""	77	1	3	0
88	""	81	1	5	0
89	""	83	2	5	1
90	""	83	1	5	0
91	20	83	1	5	0
92	""	84	1	5	0
93	""	86	1	6	1
94	""	88	2	6	0
95	""	88	1	6	0
96	25	90	1	6	1
97	""	96	2	6	0
98	""	98	2	6	0
99	""	99	2	6	0
100	""	99	2	6	0
101	""	109	3	7	0
102	May	116	4	9	1
103	""	123	5	9	0
104	""	123	4	9	0
105	""	124	3	9	1
106	05	126	4	9	0
107	""	128	4	9	1
108	""	128	3	9	0
109	""	135	3	9	0
110	""	145	3	10	0
111	10	153	4	10	0
112	""	173	7	11	1
113	""	181	8	11	0
114	""	199	10	11	0
115	""	219	13	11	0
116	15	238	15	11	1
117	""	263	17	11	0
118	""	298	20	11	0
119	""	301	19	11	0
120	""	330	21	12	0
121	20	338	20	12	0
122	""	338	17	12	0
123	""	354	16	12	1
124	""	363	15	12	0
125	""	373	10	12	0
126	25	381	12	12	0
127	""	386	8	13	0
128	""	391	7	13	0
129	""	395	9	13	0
130	""	422	9	13	1
131	""	428	10	13	0
132	""	428	7	13	0
133	Jun	442	9	13	0
134	""	443	8	13	0
135	""	445	8	13	0
136	""	452	8	13	0
137	05	465	6	13	0
138	""	485	8	13	0
139	""	487	9	13	0
140	""	495	7	13	0
141	""	497	8	13	0
142	10	497	8	13	0
143	""	522	10	13	0
144	""	522	8	13	0
145	""	524	5	13	0
146	""	525	6	13	0
147	15	530	5	13	0
148	""	531	5	13	0
149	""	537	5	13	0
150	""	537	2	13	0
151	""	544	4	13	0
152	20	555	4	13	0
153	""	561	5	13	0
154	""	569	6	13	0
155	""	569	5	13	0
156	""	576	6	13	0
157	25	576	5	13	0
158	""	588	7	14	0
159	""	591	5	14	0
160	""	615	7	14	0
161	""	615	7	14	1
162	""	642	10	14	0
163	Jul	643	10	14	0
164	""	661	12	14	0
165	""	667	11	14	0
166	""	671	12	14	0
167	05	676	9	15	0
168	""	680	9	15	0
169	""	680	5	15	0
170	""	689	7	15	1
171	""	695	5	15	0
172	10	704	5	15	0
173	""	710	6	15	0
174	""	710	4	15	0
175	""	720	6	15	0
176	""	720	6	15	0
177	15	731	6	15	0
178	""	740	6	15	0
179	""	749	7	15	0
180	""	766	8	15	0
181	""	774	9	15	0
182	20	774	8	15	0
183	""	783	9	15	0
184	""	790	8	15	0
185	""	806	9	16	0
186	""	828	12	16	0
187	25	839	10	17	1
188	""	853	11	17	0
189	""	868	14	18	0
190	""	874	13	18	1
191	""	874	12	18	0
192	""	896	13	18	0
193	""	908	11	18	1
194	Aug	927	13	18	0
195	""	927	10	18	0
196	""	927	9	18	0
197	""	961	12	19	0
198	05	976	15	19	0
199	""	988	13	19	0
200	""	1001	13	21	1
201	""	1012	12	22	0
202	""	1012	12	22	1
203	10	1046	17	22	1
204	""	1060	15	23	0
205	""	1067	13	25	1
206	""	1067	11	25	1
207	""	1092	13	26	1
208	15	1092	11	26	0
209	""	1092	12	26	1
EOF

# confirmed:
set label "1092   " at first 209,109           left back textcolor "#ff8080"
# -~confirmed:
set label "12     " at first 209, 12*125/100   left back textcolor "#8080ff"
set label "21     " at first 120, 21*125/100+2 left back textcolor "#8080ff"
# deaths:
set label "26     " at first 209, 26*125/100   left back textcolor "#8080ff"
# -~deaths:
set label "1      " at first 209,  1*125/100   left back textcolor "#8080ff"
set label "1      " at first  73,  1*125/100+2 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*125/100) with lines lc 6 lw 8 dt 4 title at 0.150, 0.902
replot $data using 0:($5/      1*125/100) with lines lc 6 lw 5 dt 2 title at 0.150, 0.884
replot $data using 0:($6/      1*125/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:41, 24 September 2020Thumbnail for version as of 19:41, 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