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

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

Original file(3,300 × 1,950 pixels, file size: 23 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_Ghana.pdf"
set key autotitle columnhead
set termoption noenhanced
# (1) norm: 423 782 231 001
# (2) dist: 1,0:185 2,0:184 2,1:295
# (3,4) dist max: 295 2:231--1:782
# (4) right: 0 1 0 1
# (6,7) scMax: 425 800
# (8) scale: [1:100] [1:1] [1:1] [1:1]


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

set title "Ghana"

$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	""	.	-	.	-
40	""	.	-	.	-
41	Mar	.	-	.	-
42	""	.	-	.	-
43	""	.	-	.	-
44	""	.	-	.	-
45	05	.	-	.	-
46	""	.	-	.	-
47	""	.	-	.	-
48	""	.	-	.	-
49	""	.	-	.	-
50	10	.	-	.	-
51	""	.	-	.	-
52	""	.	-	.	-
53	""	.	-	.	-
54	""	1	-	0	-
55	15	2	-	0	-
56	""	2	-	0	-
57	""	6	-	0	-
58	""	6	-	0	-
59	""	9	-	0	-
60	20	11	-	0	-
61	""	16	2	0	0
62	""	19	3	0	0
63	""	24	3	0	0
64	""	27	3	2	0
65	25	53	7	2	1
66	""	68	8	2	0
67	""	132	17	3	0
68	""	137	18	4	1
69	""	137	17	4	0
70	""	152	18	5	1
71	""	152	18	5	1
72	Apr	152	14	5	0
73	""	195	18	5	0
74	""	204	10	5	1
75	""	204	10	5	0
76	05	205	10	5	0
77	""	205	7	5	0
78	""	214	9	5	0
79	""	287	19	5	0
80	""	313	17	6	0
81	10	313	16	6	0
82	""	378	25	6	0
83	""	408	29	8	1
84	""	566	51	8	0
85	""	566	50	8	1
86	15	636	50	8	0
87	""	636	46	8	0
88	""	641	47	8	1
89	""	641	38	8	0
90	""	834	61	9	0
91	20	1042	68	9	0
92	""	1042	68	9	0
93	""	1042	58	9	1
94	""	1154	74	9	0
95	""	1154	73	9	0
96	25	1279	91	10	0
97	""	1279	64	10	0
98	""	1550	72	11	1
99	""	1550	73	11	0
100	""	1671	90	16	1
101	""	1671	74	16	1
102	May	2074	131	17	1
103	""	2074	114	17	1
104	""	2169	127	18	1
105	""	2169	88	18	1
106	05	2719	167	18	1
107	""	2719	150	18	0
108	""	2719	150	18	1
109	""	3091	145	18	0
110	""	4012	277	18	0
111	10	4263	299	22	1
112	""	4263	299	22	0
113	""	4700	283	22	1
114	""	5127	344	22	0
115	""	5408	384	24	1
116	15	5530	349	24	1
117	""	5638	232	28	1
118	""	5735	210	29	1
119	""	5735	210	29	1
120	""	5735	148	29	1
121	20	6096	139	31	2
122	""	6096	98	31	1
123	""	6269	106	31	1
124	""	6486	121	31	0
125	""	6617	126	31	0
126	25	6683	135	32	1
127	""	6808	153	32	0
128	""	6964	124	32	0
129	""	7303	173	34	1
130	""	7303	148	34	0
131	""	7616	161	34	1
132	""	7768	164	35	0
133	Jun	7881	172	36	1
134	""	8070	180	36	0
135	""	8297	190	38	1
136	""	8548	178	38	1
137	05	8885	226	38	0
138	""	9168	222	42	2
139	""	9462	242	44	1
140	""	9638	251	44	1
141	""	9910	263	48	2
142	10	10201	272	48	1
143	""	10201	236	48	2
144	""	10358	210	48	1
145	""	10856	241	48	1
146	""	11118	237	48	0
147	15	11422	255	51	1
148	""	11964	293	54	1
149	""	12193	285	58	2
150	""	12590	341	66	2
151	""	12929	367	66	3
152	20	13203	336	70	3
153	""	13717	371	85	5
154	""	14154	390	85	5
155	""	14154	313	85	5
156	""	14568	339	95	5
157	25	15013	347	95	4
158	""	15473	363	95	4
159	""	15834	376	103	5
160	""	16431	388	103	2
161	""	17351	456	112	4
162	""	17351	457	112	4
163	Jul	17741	453	112	3
164	""	18134	446	117	3
165	""	18134	380	117	3
166	""	18892	437	117	2
167	05	19388	423	117	2
168	""	20085	390	122	1
169	""	20085	391	122	2
170	""	21968	604	129	2
171	""	22822	669	129	2
172	10	23463	762	129	2
173	""	23463	653	129	1
174	""	24248	694	135	3
175	""	24518	633	139	2
176	""	24988	701	139	3
177	15	24988	431	139	1
178	""	25430	373	139	2
179	""	26125	380	139	1
180	""	26572	444	144	2
181	""	27060	402	145	2
182	20	27667	450	148	1
183	""	28430	491	153	2
184	""	28989	572	153	2
185	""	29672	606	153	2
186	""	29672	507	153	2
187	25	31057	640	161	2
188	""	31851	685	161	3
189	""	32437	681	161	1
190	""	33624	742	168	3
191	""	34406	774	168	2
192	""	35142	781	175	3
193	""	35142	782	175	3
194	Aug	35501	635	182	3
195	""	35501	521	182	3
196	""	37014	654	182	3
197	""	37014	484	182	2
198	05	37812	487	191	3
199	""	39075	562	199	4
200	""	39642	643	199	3
201	""	40097	656	206	4
202	""	40533	719	206	3
203	10	41003	570	215	5
204	""	41212	600	215	4
205	""	41404	513	215	4
206	""	41572	356	223	3
207	""	41847	315	223	4
208	15	42063	281	231	3
209	""	42210	240	231	4
EOF

# confirmed:
set label "42210  " at first 209,422           left back textcolor "#ff8080"
# -~confirmed:
set label "240    " at first 209,240*425/800   left back textcolor "#8080ff"
set label "782    " at first 193,782*425/800+5 left back textcolor "#8080ff"
# deaths:
set label "231    " at first 209,231           left back textcolor "#ff8080"
# -~deaths:
set label "4      " at first 209,  4*425/800   left back textcolor "#8080ff"
set label "5      " at first 153,  5*425/800+5 left back textcolor "#8080ff"

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