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

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

set title "Rwanda"

$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	""	.	-	.	-
48	""	.	-	.	-
49	""	.	-	.	-
50	10	.	-	.	-
51	""	.	-	.	-
52	""	.	-	.	-
53	""	.	-	.	-
54	""	.	-	.	-
55	15	.	-	.	-
56	""	5	-	0	-
57	""	7	-	0	-
58	""	7	-	0	-
59	""	11	-	0	-
60	20	11	-	0	-
61	""	11	-	0	-
62	""	17	-	0	-
63	""	17	2	0	0
64	""	36	4	0	0
65	25	40	4	0	0
66	""	41	5	0	0
67	""	50	5	0	0
68	""	54	6	0	0
69	""	60	7	0	0
70	""	70	7	0	0
71	""	70	5	0	0
72	Apr	75	5	0	0
73	""	82	6	0	0
74	""	84	5	0	0
75	""	89	5	0	0
76	05	102	6	0	0
77	""	102	4	0	0
78	""	104	5	0	0
79	""	105	4	0	0
80	""	110	4	0	0
81	10	113	5	0	0
82	""	118	4	0	0
83	""	120	2	0	0
84	""	126	4	0	0
85	""	127	3	0	0
86	15	134	4	0	0
87	""	136	4	0	0
88	""	138	3	0	0
89	""	138	3	0	0
90	""	144	4	0	0
91	20	147	3	0	0
92	""	147	3	0	0
93	""	150	2	0	0
94	""	153	2	0	0
95	""	154	3	0	0
96	25	176	5	0	0
97	""	183	6	0	0
98	""	191	6	0	0
99	""	207	8	0	0
100	""	212	9	0	0
101	""	225	11	0	0
102	May	243	12	0	0
103	""	249	11	0	0
104	""	255	10	0	0
105	""	259	10	0	0
106	05	261	7	0	0
107	""	261	7	0	0
108	""	268	7	0	0
109	""	271	4	0	0
110	""	273	3	0	0
111	10	280	4	0	0
112	""	284	3	0	0
113	""	285	4	0	0
114	""	286	3	0	0
115	""	287	3	0	0
116	15	287	2	0	0
117	""	287	2	0	0
118	""	289	1	0	0
119	""	292	2	0	0
120	""	297	1	0	0
121	20	308	3	0	0
122	""	314	4	0	0
123	""	320	5	0	0
124	""	321	5	0	0
125	""	325	5	0	0
126	25	327	5	0	0
127	""	336	6	0	0
128	""	339	4	0	0
129	""	346	5	0	0
130	""	349	4	0	0
131	""	355	5	0	0
132	""	359	4	1	0
133	Jun	370	7	1	0
134	""	377	5	1	0
135	""	384	7	2	1
136	""	397	7	2	0
137	05	410	9	2	0
138	""	420	9	2	1
139	""	431	10	2	0
140	""	439	10	2	0
141	""	451	11	2	0
142	10	463	11	2	0
143	""	476	11	2	0
144	""	494	12	2	0
145	""	510	13	2	0
146	""	541	16	2	0
147	15	582	20	2	0
148	""	612	23	2	0
149	""	636	25	2	0
150	""	639	23	2	0
151	""	646	22	2	0
152	20	661	22	2	0
153	""	702	23	2	0
154	""	728	21	2	0
155	""	787	25	2	0
156	""	798	23	2	0
157	25	830	27	2	0
158	""	850	29	2	0
159	""	858	28	2	0
160	""	878	25	2	0
161	""	900	25	2	0
162	""	1001	31	2	0
163	Jul	1025	32	2	0
164	""	1042	30	3	0
165	""	1063	31	3	0
166	""	1081	32	3	0
167	05	1092	30	3	1
168	""	1105	29	3	0
169	""	1113	16	3	0
170	""	1172	21	3	0
171	""	1194	22	3	0
172	10	1210	21	3	0
173	""	1252	25	3	0
174	""	1299	29	3	0
175	""	1337	33	4	0
176	""	1378	38	4	0
177	15	1416	35	4	0
178	""	1435	34	4	1
179	""	1473	38	4	0
180	""	1485	33	4	0
181	""	1539	35	5	0
182	20	1582	35	5	0
183	""	1629	35	5	0
184	""	1655	35	5	1
185	""	1689	36	5	0
186	""	1710	34	5	0
187	25	1729	35	5	0
188	""	1752	30	5	0
189	""	1823	34	5	0
190	""	1879	36	5	0
191	""	1926	39	5	0
192	""	1963	39	5	0
193	""	1994	41	5	0
194	Aug	2022	41	5	0
195	""	2042	42	5	0
196	""	2062	34	5	0
197	""	2092	30	5	0
198	05	2099	25	5	0
199	""	2104	20	5	0
200	""	2111	17	5	0
201	""	2128	15	5	0
202	""	2134	13	6	0
203	10	2140	11	7	0
204	""	2152	9	7	1
205	""	2171	10	7	0
206	""	2189	12	8	0
207	""	2200	13	8	1
208	15	2200	10	8	0
209	""	2352	32	8	1
EOF

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