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

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

Original file(3,300 × 1,950 pixels, file size: 19 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_Botswana.pdf"
set key autotitle columnhead
set termoption noenhanced
# (1) norm: 122 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 "Botswana"

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

# confirmed:
set label "1214   " at first 209,121           left back textcolor "#ff8080"
# -~confirmed:
set label "59     " at first 209, 59*125/100   left back textcolor "#8080ff"
# deaths:
set label "3      " at first 209,  3*125/100   left back textcolor "#8080ff"
# -~deaths:
set label "0      " at first 209,  0*125/100   left back textcolor "#8080ff"
set label "1      " at first 193,  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
current18:52, 24 September 2020Thumbnail for version as of 18:52, 24 September 20203,300 × 1,950 (19 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