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

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

Original file(3,300 × 1,950 pixels, file size: 20 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_Gambia.pdf"
set key autotitle columnhead
set termoption noenhanced
# (1) norm: 169 106 001 001
# (2) dist: 1,0:160
# (3,4) dist max: 160 1:106--0:169
# (4) right: 1 0 1 1
# (6,7) scMax: 125 175
# (8) scale: [1:10] [1:1] [1:1] [1:1]


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

set title "Gambia"

$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	""	.	-	.	-
57	""	.	-	.	-
58	""	.	-	.	-
59	""	1	-	0	-
60	20	1	-	0	-
61	""	1	-	0	-
62	""	1	-	0	-
63	""	1	-	0	-
64	""	1	-	0	-
65	25	2	-	0	-
66	""	2	0	0	0
67	""	2	0	0	0
68	""	2	1	1	0
69	""	3	0	1	0
70	""	3	0	1	0
71	""	3	0	1	1
72	Apr	3	1	1	0
73	""	3	0	1	0
74	""	4	0	1	0
75	""	4	0	1	0
76	05	4	0	1	0
77	""	4	1	1	0
78	""	4	0	1	0
79	""	4	0	1	0
80	""	4	0	1	0
81	10	4	0	1	0
82	""	4	0	1	0
83	""	9	1	1	0
84	""	9	0	1	0
85	""	9	1	1	0
86	15	9	1	1	0
87	""	9	1	1	0
88	""	9	0	1	0
89	""	9	1	1	0
90	""	9	0	1	0
91	20	9	0	1	0
92	""	10	0	1	0
93	""	10	0	1	0
94	""	10	0	1	0
95	""	10	1	1	0
96	25	10	0	1	0
97	""	10	0	1	0
98	""	10	0	1	0
99	""	10	0	1	0
100	""	10	0	1	0
101	""	11	0	1	0
102	May	12	0	1	0
103	""	12	1	1	0
104	""	17	1	1	0
105	""	17	1	1	0
106	05	17	1	1	0
107	""	17	1	1	0
108	""	17	1	1	0
109	""	18	0	1	0
110	""	20	2	1	0
111	10	20	0	1	0
112	""	20	0	1	0
113	""	22	1	1	0
114	""	23	1	1	0
115	""	23	1	1	0
116	15	23	1	1	0
117	""	23	0	1	0
118	""	23	0	1	0
119	""	24	1	1	0
120	""	24	0	1	0
121	20	24	0	1	0
122	""	24	1	1	0
123	""	24	0	1	0
124	""	25	0	1	0
125	""	25	0	1	0
126	25	25	0	1	0
127	""	25	1	1	0
128	""	25	0	1	0
129	""	25	0	1	0
130	""	25	0	1	0
131	""	25	0	1	0
132	""	25	0	1	0
133	Jun	25	0	1	0
134	""	25	0	1	0
135	""	26	0	1	0
136	""	26	0	1	0
137	05	26	0	1	0
138	""	26	1	1	0
139	""	26	0	1	0
140	""	26	0	1	0
141	""	28	0	1	0
142	10	28	1	1	0
143	""	28	0	1	0
144	""	28	0	1	0
145	""	28	0	1	0
146	""	28	1	1	0
147	15	28	0	1	0
148	""	28	0	1	0
149	""	34	1	1	0
150	""	34	1	1	0
151	""	36	1	1	0
152	20	36	1	1	0
153	""	37	1	2	0
154	""	37	2	2	0
155	""	41	1	2	0
156	""	42	2	2	1
157	25	42	1	2	0
158	""	43	1	2	0
159	""	44	1	2	0
160	""	45	1	2	0
161	""	45	1	2	0
162	""	47	1	2	0
163	Jul	49	1	2	0
164	""	49	1	2	0
165	""	55	2	2	0
166	""	55	1	2	0
167	05	57	2	2	0
168	""	57	2	2	0
169	""	61	2	3	0
170	""	61	1	3	0
171	""	63	2	3	0
172	10	64	2	3	1
173	""	64	1	3	0
174	""	64	1	3	0
175	""	64	1	3	0
176	""	64	0	3	0
177	15	64	1	3	0
178	""	64	0	3	0
179	""	78	2	3	0
180	""	93	4	4	0
181	""	93	4	4	0
182	20	93	4	4	0
183	""	112	7	4	1
184	""	132	10	5	0
185	""	132	10	5	0
186	""	170	13	5	0
187	25	170	11	5	1
188	""	216	17	6	0
189	""	277	27	6	0
190	""	326	30	8	1
191	""	326	28	8	0
192	""	326	28	8	1
193	""	403	33	8	0
194	Aug	498	47	9	1
195	""	498	40	9	0
196	""	498	32	9	0
197	""	498	24	9	1
198	05	799	68	16	1
199	""	935	87	16	1
200	""	935	76	16	1
201	""	1090	84	19	1
202	""	1090	85	19	2
203	10	1235	105	23	2
204	""	1235	106	23	2
205	""	1477	96	33	2
206	""	1477	78	33	3
207	""	1556	89	43	4
208	15	1689	85	54	5
209	""	1689	86	54	5
EOF

# confirmed:
set label "1689   " at first 209,168*125/175   left back textcolor "#8080ff"
# -~confirmed:
set label "86     " at first 209, 86           left back textcolor "#ff8080"
# deaths:
set label "54     " at first 209, 54*125/175   left back textcolor "#8080ff"
# -~deaths:
set label "5      " at first 209,  5*125/175   left back textcolor "#8080ff"

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