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

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_Jersey.pdf"
set key autotitle columnhead
set termoption noenhanced
# (1) norm: 356 001 001 001

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

set title "Jersey"

$data <<EOF
rep day "confirmed [1:1]" "-~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	""	2	-	0	-
54	""	2	-	0	-
55	15	2	-	0	-
56	""	2	-	0	-
57	""	2	-	0	-
58	""	5	-	0	-
59	""	5	-	0	-
60	20	5	0	0	0
61	""	12	2	0	0
62	""	12	1	0	0
63	""	15	2	0	0
64	""	16	2	0	0
65	25	16	2	0	0
66	""	18	1	0	0
67	""	32	4	1	0
68	""	52	6	1	0
69	""	61	7	1	0
70	""	63	7	2	1
71	""	63	7	2	0
72	Apr	63	6	2	0
73	""	81	9	2	1
74	""	81	7	2	0
75	""	118	10	2	0
76	05	123	9	3	0
77	""	155	13	3	0
78	""	155	13	3	0
79	""	170	15	3	1
80	""	170	13	3	0
81	10	170	13	3	0
82	""	183	9	4	0
83	""	198	11	4	0
84	""	198	6	4	0
85	""	213	8	4	1
86	15	217	7	4	0
87	""	217	6	6	0
88	""	219	7	7	1
89	""	223	6	10	1
90	""	234	5	11	1
91	20	245	7	12	1
92	""	249	5	12	1
93	""	250	5	14	1
94	""	255	5	14	1
95	""	255	5	18	2
96	25	276	8	19	1
97	""	278	6	19	1
98	""	280	5	19	1
99	""	281	5	19	1
100	""	283	5	19	1
101	""	284	4	20	1
102	May	290	5	20	0
103	""	290	2	22	1
104	""	290	1	23	0
105	""	291	2	24	1
106	05	292	2	24	1
107	""	293	1	24	0
108	""	293	1	24	1
109	""	293	1	25	1
110	""	293	0	25	0
111	10	293	1	25	0
112	""	293	0	25	1
113	""	294	0	25	0
114	""	294	0	25	0
115	""	295	1	26	0
116	15	295	0	26	0
117	""	297	0	27	1
118	""	297	1	27	0
119	""	297	1	27	0
120	""	302	1	27	0
121	20	303	1	27	1
122	""	303	1	28	0
123	""	306	2	29	0
124	""	306	1	29	1
125	""	306	1	29	0
126	25	306	2	29	0
127	""	306	0	29	1
128	""	307	1	29	0
129	""	307	0	29	0
130	""	308	1	29	0
131	""	308	0	29	0
132	""	308	0	29	0
133	Jun	308	0	29	0
134	""	308	1	29	0
135	""	308	0	29	0
136	""	308	0	30	0
137	05	309	0	30	0
138	""	309	0	30	0
139	""	309	0	30	1
140	""	311	1	30	0
141	""	311	0	30	0
142	10	313	1	30	0
143	""	313	1	30	0
144	""	313	0	30	0
145	""	313	1	30	0
146	""	313	0	30	0
147	15	313	1	30	0
148	""	313	0	30	0
149	""	316	0	30	0
150	""	316	1	30	0
151	""	318	1	30	0
152	20	318	0	30	0
153	""	318	1	31	0
154	""	318	1	31	0
155	""	318	0	31	0
156	""	318	1	31	1
157	25	318	0	31	0
158	""	319	0	31	0
159	""	319	0	31	0
160	""	319	0	31	0
161	""	319	1	31	0
162	""	319	0	31	0
163	Jul	319	0	31	0
164	""	319	0	31	0
165	""	319	0	31	0
166	""	319	0	31	0
167	05	320	0	31	0
168	""	320	0	31	0
169	""	320	0	31	0
170	""	325	1	31	0
171	""	325	1	31	0
172	10	325	1	31	0
173	""	325	1	31	0
174	""	325	1	31	0
175	""	325	0	31	0
176	""	329	2	31	0
177	15	329	0	31	0
178	""	329	1	31	0
179	""	329	0	31	0
180	""	331	1	31	0
181	""	331	1	31	0
182	20	331	1	31	0
183	""	331	0	31	0
184	""	331	0	31	0
185	""	331	1	31	0
186	""	331	0	31	0
187	25	331	0	31	0
188	""	332	0	31	0
189	""	332	0	31	0
190	""	332	0	31	0
191	""	334	1	31	0
192	""	335	0	31	0
193	""	335	1	31	0
194	Aug	335	1	31	0
195	""	335	0	31	0
196	""	335	0	31	0
197	""	335	1	31	0
198	05	339	1	31	0
199	""	343	1	31	0
200	""	344	1	31	0
201	""	345	1	31	0
202	""	345	2	31	0
203	10	345	1	31	0
204	""	345	2	31	0
205	""	348	1	31	0
206	""	348	1	31	0
207	""	352	1	31	0
208	15	356	1	31	0
209	""	356	2	31	0
EOF

# confirmed:
set label "356    " at first 209,356           left back textcolor "#ff8080"
# -~confirmed:
set label "2      " at first 209,  2*375/100   left back textcolor "#8080ff"
set label "15     " at first  79, 15*375/100+4 left back textcolor "#8080ff"
# deaths:
set label "31     " at first 209, 31*375/100   left back textcolor "#8080ff"
set label "31     " at first 153, 31*375/100+4 left back textcolor "#8080ff"
# -~deaths:
set label "0      " at first 209,  0*375/100   left back textcolor "#8080ff"
set label "2      " at first  95,  2*375/100+4 left back textcolor "#8080ff"

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