File:WHO Covid 2020 Jan-Aug daily C Costa Rica.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_Costa_Rica.pdf"
set key autotitle columnhead
set termoption noenhanced
# (1) norm: 270 723 281 001
# (2) dist: 1,0:268 2,0:104 2,1:258
# (3,4) dist max: 268 1:723--0:270
# (4) right: 1 0 1 1
# (6,7) scMax: 725 300
# (8) scale: [1:100] [1:1] [1:1] [1:1]


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

set title "Costa_Rica"

$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	""	5	-	0	-
49	""	9	-	0	-
50	10	9	-	0	-
51	""	13	-	0	-
52	""	13	-	0	-
53	""	22	-	0	-
54	""	23	-	0	-
55	15	23	3	0	0
56	""	23	2	0	0
57	""	41	5	0	0
58	""	41	4	0	0
59	""	50	5	0	0
60	20	87	9	1	0
61	""	113	13	2	0
62	""	113	13	2	1
63	""	117	13	2	0
64	""	158	17	2	0
65	25	177	19	2	1
66	""	201	22	2	0
67	""	201	16	2	0
68	""	231	17	2	0
69	""	263	22	2	0
70	""	295	25	2	0
71	""	314	22	2	0
72	Apr	314	20	2	0
73	""	347	21	2	0
74	""	375	25	2	0
75	""	396	23	2	0
76	05	416	22	2	0
77	""	435	20	2	0
78	""	454	20	2	0
79	""	467	22	2	0
80	""	483	19	2	0
81	10	502	18	3	0
82	""	539	21	3	0
83	""	558	20	3	0
84	""	577	20	3	1
85	""	595	21	3	0
86	15	612	20	3	0
87	""	618	20	3	0
88	""	626	17	4	0
89	""	642	15	4	0
90	""	649	13	4	0
91	20	655	11	4	1
92	""	660	9	5	0
93	""	662	8	6	0
94	""	669	7	6	1
95	""	681	8	6	0
96	25	686	6	6	0
97	""	687	5	6	1
98	""	693	6	6	0
99	""	695	5	6	0
100	""	697	5	6	0
101	""	705	5	6	0
102	May	713	5	6	0
103	""	719	4	6	0
104	""	725	6	6	0
105	""	733	5	6	0
106	05	739	7	6	0
107	""	742	6	6	0
108	""	755	7	6	0
109	""	761	7	6	0
110	""	765	7	6	0
111	10	773	7	6	0
112	""	780	6	6	0
113	""	792	8	6	0
114	""	801	8	7	0
115	""	804	7	7	0
116	15	815	8	7	0
117	""	830	9	8	1
118	""	843	10	8	0
119	""	853	11	10	1
120	""	863	10	10	0
121	20	882	11	10	1
122	""	882	12	10	0
123	""	882	9	10	0
124	""	903	11	10	1
125	""	911	9	10	0
126	25	918	10	10	0
127	""	930	9	10	0
128	""	951	10	10	0
129	""	956	11	10	0
130	""	984	14	10	0
131	""	1000	14	10	0
132	""	1022	16	10	0
133	Jun	1047	18	10	0
134	""	1056	18	10	0
135	""	1084	19	10	0
136	""	1105	22	10	0
137	05	1157	24	10	0
138	""	1194	28	10	0
139	""	1263	34	10	0
140	""	1263	31	10	0
141	""	1318	38	10	0
142	10	1342	37	10	0
143	""	1375	38	12	0
144	""	1461	44	12	1
145	""	1538	49	12	0
146	""	1612	50	12	0
147	15	1662	57	12	0
148	""	1715	56	12	1
149	""	1744	58	12	0
150	""	1796	60	12	0
151	""	1871	58	12	0
152	20	1939	58	12	0
153	""	2058	63	12	0
154	""	2127	67	12	0
155	""	2213	71	12	0
156	""	2277	76	12	0
157	25	2368	82	12	0
158	""	2515	92	12	0
159	""	2684	106	12	0
160	""	2836	111	12	0
161	""	2979	122	13	0
162	""	3130	131	15	1
163	Jul	3269	142	15	0
164	""	3459	156	16	1
165	""	3753	177	16	0
166	""	4023	191	18	1
167	05	4311	211	18	1
168	""	4621	234	18	1
169	""	4996	267	19	0
170	""	5241	281	23	1
171	""	5486	290	23	1
172	10	5836	298	24	1
173	""	6485	351	26	2
174	""	6845	362	27	1
175	""	7231	373	28	1
176	""	7596	372	30	2
177	15	8036	399	31	1
178	""	8482	428	36	2
179	""	8986	450	40	2
180	""	9546	437	42	2
181	""	9969	446	47	3
182	20	10551	475	54	4
183	""	11114	502	62	5
184	""	11534	500	66	5
185	""	11811	476	68	4
186	""	12361	482	71	5
187	25	13129	512	80	5
188	""	13669	528	87	6
189	""	14600	579	98	6
190	""	15229	587	104	6
191	""	15841	616	115	7
192	""	16344	647	125	8
193	""	16800	634	133	9
194	Aug	17290	595	140	9
195	""	17820	593	150	9
196	""	18187	512	154	8
197	""	18975	535	162	8
198	05	19402	509	171	8
199	""	19837	499	181	8
200	""	20417	517	191	8
201	""	21070	540	200	9
202	""	22081	609	218	9
203	10	22802	659	228	11
204	""	23286	616	235	10
205	""	23872	638	244	11
206	""	24508	668	255	10
207	""	25057	662	263	11
208	15	26129	723	272	10
209	""	26931	693	281	9
EOF

# confirmed:
set label "26931  " at first 209,269*725/300   left back textcolor "#8080ff"
# -~confirmed:
set label "693    " at first 209,693           left back textcolor "#ff8080"
# deaths:
set label "281    " at first 209,281*725/300   left back textcolor "#8080ff"
# -~deaths:
set label "9      " at first 209,  9*725/300   left back textcolor "#8080ff"
set label "11     " at first 203, 11*725/300+8 left back textcolor "#8080ff"

set multiplot
  plot $data using 0:($3/    100*725/300) 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*725/300) with lines lc 6 lw 5 dt 2 title at 0.150, 0.884
replot $data using 0:($6/      1*725/300) 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:58, 24 September 2020Thumbnail for version as of 18:58, 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