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

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

Original file (3,300 × 1,950 pixels, file size: 24 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_Nigeria.pdf"
set key autotitle columnhead
set termoption noenhanced
# (1) norm: 488 661 974 001
# (2) dist: 1,0:136 2,0:200 2,1:148
# (3,4) dist max: 200 2:974--0:488
# (4) right: 1 1 0 1
# (6,7) scMax: 975 675
# (8) scale: [1:100] [1:1] [1:1] [1:1]


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

set title "Nigeria"

$data <<EOF
rep day "confirmed [1:100]" "-~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	""	1	-	0	-
40	""	1	-	0	-
41	Mar	1	-	0	-
42	""	1	-	0	-
43	""	1	-	0	-
44	""	1	-	0	-
45	05	1	-	0	-
46	""	1	0	0	0
47	""	1	0	0	0
48	""	1	0	0	0
49	""	2	0	0	0
50	10	2	0	0	0
51	""	2	0	0	0
52	""	2	1	0	0
53	""	2	0	0	0
54	""	2	0	0	0
55	15	2	0	0	0
56	""	2	0	0	0
57	""	2	0	0	0
58	""	2	0	0	0
59	""	8	1	0	0
60	20	12	1	0	0
61	""	12	2	0	0
62	""	22	3	0	0
63	""	22	2	0	0
64	""	22	3	0	0
65	25	42	6	0	0
66	""	46	5	1	0
67	""	65	8	1	0
68	""	65	8	1	0
69	""	65	6	1	1
70	""	65	6	1	0
71	""	111	13	1	0
72	Apr	111	9	1	0
73	""	139	14	2	0
74	""	174	15	2	0
75	""	190	18	2	0
76	05	210	21	4	1
77	""	208	20	4	0
78	""	232	18	5	1
79	""	254	20	6	1
80	""	276	20	6	0
81	10	288	16	7	1
82	""	305	16	7	1
83	""	318	16	10	0
84	""	323	16	10	1
85	""	343	16	10	1
86	15	343	13	10	1
87	""	373	14	11	0
88	""	373	12	11	1
89	""	373	9	11	0
90	""	373	8	11	1
91	20	541	31	19	1
92	""	541	29	19	1
93	""	541	28	19	1
94	""	541	24	19	2
95	""	981	87	31	2
96	25	1095	103	32	3
97	""	1182	116	35	4
98	""	1273	104	40	3
99	""	1337	114	40	3
100	""	1337	114	40	3
101	""	1532	141	44	3
102	May	1932	136	58	4
103	""	2170	154	68	5
104	""	2388	172	85	8
105	""	2388	159	85	6
106	05	2802	209	93	8
107	""	2950	231	98	8
108	""	3145	230	103	8
109	""	3526	228	107	7
110	""	3912	249	117	7
111	10	4151	252	128	6
112	""	4399	287	143	9
113	""	4641	263	150	8
114	""	4787	262	158	8
115	""	4971	261	164	9
116	15	5162	234	167	9
117	""	5450	219	171	7
118	""	5621	210	176	7
119	""	5959	223	182	6
120	""	6175	219	191	6
121	20	6401	231	192	5
122	""	6677	244	200	5
123	""	7016	265	211	6
124	""	7261	258	221	7
125	""	7526	272	221	7
126	25	7839	269	226	6
127	""	8068	270	233	6
128	""	8344	278	249	8
129	""	8733	294	254	8
130	""	8915	271	259	7
131	""	9302	292	261	5
132	""	9855	332	273	8
133	Jun	10162	332	287	8
134	""	10578	359	299	10
135	""	10819	353	314	9
136	""	11166	348	315	9
137	05	11516	371	323	9
138	""	11844	364	333	10
139	""	12233	339	342	10
140	""	12486	332	354	10
141	""	12801	318	361	9
142	10	13464	378	365	7
143	""	13873	386	382	9
144	""	14554	434	387	10
145	""	14554	388	387	7
146	""	15181	421	399	8
147	15	16085	514	420	10
148	""	16658	551	424	9
149	""	17148	526	424	8
150	""	17735	552	469	13
151	""	18480	561	475	12
152	20	19147	656	487	15
153	""	19808	661	506	15
154	""	20244	594	518	14
155	""	20919	609	525	14
156	""	21371	603	533	16
157	25	22020	612	542	10
158	""	22614	591	549	11
159	""	23298	593	554	9
160	""	24077	610	558	8
161	""	24567	617	565	7
162	""	25133	602	573	6
163	Jul	25694	618	590	9
164	""	26484	637	603	8
165	""	27110	643	616	10
166	""	27564	609	628	10
167	05	28167	584	634	11
168	""	28711	592	645	12
169	""	29286	594	654	11
170	""	29789	585	669	12
171	""	30249	538	684	11
172	10	30748	519	689	11
173	""	31323	537	709	11
174	""	31987	546	724	13
175	""	32558	550	740	14
176	""	33153	552	744	12
177	15	33616	547	754	13
178	""	34259	573	760	10
179	""	34854	586	769	12
180	""	35454	590	772	9
181	""	36107	589	778	8
182	20	36663	586	789	7
183	""	37225	582	801	8
184	""	37801	598	805	7
185	""	38344	583	813	8
186	""	38948	585	833	9
187	25	39539	584	845	10
188	""	39977	553	856	11
189	""	40532	552	858	10
190	""	41180	565	860	9
191	""	41804	572	868	9
192	""	42208	552	873	8
193	""	42689	535	878	7
194	Aug	43151	516	879	4
195	""	43537	508	883	4
196	""	43841	473	888	5
197	""	44129	421	896	5
198	05	44433	376	910	6
199	""	44890	383	927	7
200	""	45244	365	930	8
201	""	45687	362	936	8
202	""	46140	372	942	8
203	10	46577	391	945	9
204	""	46867	391	950	7
205	""	47290	408	956	7
206	""	47743	408	956	4
207	""	48116	410	966	5
208	15	48445	394	973	5
209	""	48770	376	974	5
EOF

# confirmed:
set label "48770  " at first 209,487*975/675   left back textcolor "#8080ff"
# -~confirmed:
set label "376    " at first 209,376*975/675   left back textcolor "#8080ff"
set label "661    " at first 153,661*975/675+10 left back textcolor "#8080ff"
# deaths:
set label "974    " at first 209,974           left back textcolor "#ff8080"
# -~deaths:
set label "5      " at first 209,  5*975/675   left back textcolor "#8080ff"
set label "16     " at first 156, 16*975/675+10 left back textcolor "#8080ff"

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