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

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

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

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

set title "Uruguay"

$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	""	4	-	0	-
57	""	6	-	0	-
58	""	6	-	0	-
59	""	29	-	0	-
60	20	79	-	0	-
61	""	94	-	0	-
62	""	94	-	0	-
63	""	135	18	0	0
64	""	162	23	0	0
65	25	162	22	0	0
66	""	217	27	0	0
67	""	217	19	0	0
68	""	238	21	0	0
69	""	274	26	0	0
70	""	303	24	0	0
71	""	309	21	0	0
72	Apr	320	22	1	0
73	""	338	18	2	0
74	""	350	19	4	1
75	""	369	18	4	1
76	05	386	16	4	0
77	""	400	14	5	1
78	""	406	14	6	1
79	""	415	14	6	0
80	""	424	12	7	1
81	10	456	15	7	1
82	""	473	15	7	0
83	""	494	15	7	0
84	""	501	15	7	1
85	""	512	15	7	0
86	15	483	10	8	0
87	""	492	9	8	0
88	""	493	6	9	1
89	""	502	4	9	0
90	""	508	2	9	0
91	20	517	2	9	0
92	""	528	2	10	1
93	""	535	8	10	0
94	""	543	7	12	1
95	""	549	8	12	0
96	25	557	8	12	1
97	""	563	8	12	0
98	""	596	11	14	1
99	""	606	11	15	0
100	""	620	12	15	1
101	""	625	12	15	1
102	May	630	12	15	0
103	""	643	12	17	1
104	""	648	12	17	0
105	""	652	8	17	1
106	05	655	7	17	0
107	""	657	5	17	0
108	""	670	7	17	1
109	""	673	6	17	0
110	""	684	6	17	0
111	10	694	6	17	0
112	""	702	7	17	0
113	""	707	8	19	0
114	""	711	8	19	1
115	""	717	6	19	0
116	15	719	7	19	0
117	""	724	6	19	0
118	""	732	5	19	1
119	""	734	5	19	0
120	""	734	3	20	0
121	20	737	4	20	0
122	""	738	3	20	0
123	""	746	4	20	1
124	""	749	4	20	0
125	""	753	3	20	0
126	25	764	4	22	0
127	""	769	5	22	1
128	""	787	7	22	0
129	""	789	7	22	0
130	""	803	8	22	0
131	""	811	9	22	1
132	""	816	9	22	0
133	Jun	821	8	22	0
134	""	823	8	22	0
135	""	825	6	23	0
136	""	826	5	23	0
137	05	828	3	23	0
138	""	832	3	23	1
139	""	834	3	23	0
140	""	845	3	23	0
141	""	845	4	23	0
142	10	845	2	23	0
143	""	846	3	23	0
144	""	847	3	23	0
145	""	847	2	23	0
146	""	847	2	23	0
147	15	847	0	23	0
148	""	848	1	23	0
149	""	848	0	23	0
150	""	849	1	24	0
151	""	849	0	24	0
152	20	850	0	24	0
153	""	853	1	24	1
154	""	859	2	25	0
155	""	876	4	25	0
156	""	882	5	25	0
157	25	885	5	25	1
158	""	902	7	26	0
159	""	907	9	26	0
160	""	919	9	26	0
161	""	924	9	26	1
162	""	929	8	27	0
163	Jul	932	7	27	0
164	""	936	7	27	0
165	""	943	6	28	1
166	""	947	6	28	0
167	05	952	5	28	0
168	""	955	4	28	1
169	""	956	4	28	0
170	""	960	4	29	0
171	""	965	4	29	0
172	10	974	4	29	0
173	""	977	5	29	1
174	""	985	4	29	0
175	""	986	5	30	0
176	""	987	4	31	0
177	15	989	4	31	1
178	""	997	5	31	0
179	""	1009	5	31	0
180	""	1026	7	32	1
181	""	1037	7	32	0
182	20	1044	9	33	1
183	""	1054	9	33	0
184	""	1064	11	33	0
185	""	1096	14	33	0
186	""	1117	16	34	1
187	25	1141	16	34	0
188	""	1166	18	34	0
189	""	1174	19	34	1
190	""	1192	20	34	0
191	""	1202	19	35	0
192	""	1218	18	35	0
193	""	1237	17	35	0
194	Aug	1243	15	35	1
195	""	1265	14	35	0
196	""	1278	15	35	0
197	""	1286	13	36	0
198	05	1291	13	36	0
199	""	1300	11	37	1
200	""	1309	11	37	0
201	""	1318	10	37	0
202	""	1325	9	37	0
203	10	1335	8	37	1
204	""	1353	10	37	0
205	""	1364	10	37	0
206	""	1385	12	37	0
207	""	1393	12	37	0
208	15	1409	13	37	0
209	""	1421	14	38	0
EOF

# confirmed:
set label "1421   " at first 209,142           left back textcolor "#ff8080"
# -~confirmed:
set label "14     " at first 209, 14*150/100   left back textcolor "#8080ff"
set label "27     " at first  66, 27*150/100+2 left back textcolor "#8080ff"
# deaths:
set label "38     " at first 209, 38*150/100   left back textcolor "#8080ff"
# -~deaths:
set label "0      " at first 209,  0*150/100   left back textcolor "#8080ff"
set label "1      " at first  74,  1*150/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*150/100) with lines lc 6 lw 8 dt 4 title at 0.150, 0.902
replot $data using 0:($5/      1*150/100) with lines lc 6 lw 5 dt 2 title at 0.150, 0.884
replot $data using 0:($6/      1*150/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:45, 24 September 2020Thumbnail for version as of 19:45, 24 September 20203,300 × 1,950 (21 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