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

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

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

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

set title "Tunisia"

$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	""	1	-	0	-
44	""	1	-	0	-
45	05	1	-	0	-
46	""	1	-	0	-
47	""	1	-	0	-
48	""	1	-	0	-
49	""	2	-	0	-
50	10	2	0	0	0
51	""	6	1	0	0
52	""	6	1	0	0
53	""	7	1	0	0
54	""	16	2	0	0
55	15	16	2	0	0
56	""	18	2	0	0
57	""	20	3	0	0
58	""	24	2	0	0
59	""	29	4	0	0
60	20	39	4	0	0
61	""	54	6	1	0
62	""	60	6	1	0
63	""	75	8	3	1
64	""	89	10	3	0
65	25	114	13	3	1
66	""	173	20	5	0
67	""	197	23	5	1
68	""	227	25	6	1
69	""	278	31	8	1
70	""	312	34	8	0
71	""	362	39	9	1
72	Apr	394	40	10	1
73	""	423	35	12	1
74	""	455	37	14	2
75	""	495	38	18	1
76	05	553	40	19	2
77	""	574	37	22	2
78	""	596	34	22	2
79	""	623	32	23	2
80	""	628	30	24	1
81	10	643	26	25	2
82	""	671	26	25	1
83	""	685	18	28	1
84	""	707	19	31	1
85	""	726	19	34	2
86	15	747	18	34	2
87	""	780	21	35	1
88	""	822	26	37	2
89	""	864	28	37	2
90	""	866	25	37	1
91	20	866	23	37	1
92	""	884	23	38	0
93	""	901	22	38	1
94	""	909	18	38	0
95	""	918	14	38	1
96	25	922	8	38	0
97	""	939	11	38	0
98	""	949	11	38	0
99	""	967	12	39	0
100	""	975	11	40	0
101	""	980	10	40	1
102	May	994	11	41	0
103	""	998	11	41	1
104	""	1009	10	42	0
105	""	1009	8	42	1
106	05	1018	8	43	0
107	""	1022	6	43	1
108	""	1025	7	43	0
109	""	1026	4	44	1
110	""	1030	5	45	0
111	10	1032	3	45	1
112	""	1032	3	45	0
113	""	1032	2	45	0
114	""	1032	2	45	1
115	""	1032	1	45	0
116	15	1032	1	45	0
117	""	1035	0	45	0
118	""	1037	1	45	0
119	""	1037	1	45	0
120	""	1043	1	46	0
121	20	1044	2	47	0
122	""	1045	2	47	1
123	""	1046	2	47	0
124	""	1048	2	47	0
125	""	1048	1	48	1
126	25	1051	2	48	0
127	""	1051	2	48	0
128	""	1051	1	48	1
129	""	1051	0	48	0
130	""	1068	4	48	0
131	""	1071	3	48	0
132	""	1076	4	48	0
133	Jun	1077	4	48	0
134	""	1084	4	48	0
135	""	1086	5	48	0
136	""	1087	5	49	0
137	05	1087	3	49	0
138	""	1087	2	49	0
139	""	1087	2	49	1
140	""	1087	1	49	0
141	""	1087	1	49	0
142	10	1087	0	49	0
143	""	1087	0	49	0
144	""	1087	0	49	0
145	""	1093	1	49	0
146	""	1094	1	49	0
147	15	1096	1	49	0
148	""	1110	3	49	0
149	""	1125	6	49	0
150	""	1128	6	50	0
151	""	1132	6	50	0
152	20	1146	8	50	0
153	""	1156	9	50	1
154	""	1157	8	50	0
155	""	1159	7	50	0
156	""	1159	5	50	0
157	25	1160	5	50	0
158	""	1162	4	50	0
159	""	1164	3	50	0
160	""	1168	1	50	0
161	""	1169	2	50	0
162	""	1172	2	50	0
163	Jul	1174	2	50	0
164	""	1175	2	50	0
165	""	1178	2	50	0
166	""	1181	3	50	0
167	05	1181	2	50	0
168	""	1188	2	50	0
169	""	1199	4	50	0
170	""	1205	5	50	0
171	""	1221	6	50	0
172	10	1231	8	50	0
173	""	1240	8	50	0
174	""	1245	9	50	0
175	""	1263	11	50	0
176	""	1302	15	50	0
177	15	1306	14	50	0
178	""	1319	14	50	0
179	""	1327	14	50	0
180	""	1336	14	50	0
181	""	1348	14	50	0
182	20	1374	16	50	0
183	""	1381	12	50	0
184	""	1389	11	50	0
185	""	1394	11	50	0
186	""	1406	11	50	0
187	25	1425	13	50	0
188	""	1443	14	50	0
189	""	1452	11	50	0
190	""	1455	10	50	0
191	""	1468	12	50	0
192	""	1488	13	50	0
193	""	1514	16	50	0
194	Aug	1535	15	50	0
195	""	1552	16	51	0
196	""	1561	15	51	0
197	""	1565	16	51	0
198	05	1584	17	51	1
199	""	1601	16	51	0
200	""	1642	18	51	0
201	""	1656	17	51	0
202	""	1678	18	51	0
203	10	1678	17	51	0
204	""	1717	22	51	0
205	""	1738	22	52	0
206	""	1780	25	52	0
207	""	1847	30	53	1
208	15	1903	35	53	0
209	""	2023	49	54	0
EOF

# confirmed:
set label "2023   " at first 209,202           left back textcolor "#ff8080"
# -~confirmed:
set label "49     " at first 209, 49*225/100   left back textcolor "#8080ff"
# deaths:
set label "54     " at first 209, 54*225/100   left back textcolor "#8080ff"
# -~deaths:
set label "0      " at first 209,  0*225/100   left back textcolor "#8080ff"
set label "2      " at first  74,  2*225/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*225/100) with lines lc 6 lw 8 dt 4 title at 0.150, 0.902
replot $data using 0:($5/      1*225/100) with lines lc 6 lw 5 dt 2 title at 0.150, 0.884
replot $data using 0:($6/      1*225/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:42, 24 September 2020Thumbnail for version as of 19:42, 24 September 20203,300 × 1,950 (22 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