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

Summary

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

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.
Category:CC-BY-SA-4.0#WHO%20Covid%202020%20Jan-Aug%20daily%20C%20Norway.pdf
Category:Self-published work

Gnuplot source code

Gnuplot source code
set term pdf size 22,13
set term pdf font "sans,20"
set output "WHO_Covid_C_Norway.pdf"
set key autotitle columnhead
set termoption noenhanced
# (1) norm: 985 282 261 001
# (2) dist: 1,0:286 2,0:264 2,1:108
# (3,4) dist max: 286 1:282--0:985
# (4) right: 1 0 0 1
# (6,7) scMax: 300 1000
# (8) scale: [1:10] [1:1] [1:1] [1:1]


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

set title "Norway"

$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	""	1	-	0	-
39	""	4	-	0	-
40	""	6	-	0	-
41	Mar	15	-	0	-
42	""	19	-	0	-
43	""	25	-	0	-
44	""	33	-	0	-
45	05	56	8	0	0
46	""	86	11	0	0
47	""	113	16	0	0
48	""	147	18	0	0
49	""	169	22	0	0
50	10	192	24	0	0
51	""	277	35	0	0
52	""	489	61	0	0
53	""	489	58	0	0
54	""	750	91	1	0
55	15	907	109	1	0
56	""	1077	129	1	0
57	""	1169	140	3	1
58	""	1308	147	3	0
59	""	1423	134	3	1
60	20	1552	151	6	1
61	""	1742	142	7	0
62	""	1926	146	7	1
63	""	2132	150	7	1
64	""	2371	172	8	1
65	25	2566	180	10	1
66	""	2916	213	12	1
67	""	3156	229	14	1
68	""	3581	263	16	2
69	""	3845	274	20	1
70	""	4102	282	22	3
71	""	4226	265	26	2
72	Apr	4447	268	28	3
73	""	4665	250	32	3
74	""	4935	254	42	4
75	""	5208	233	44	4
76	05	5510	238	50	4
77	""	5640	219	58	5
78	""	5755	219	59	5
79	""	5863	202	69	6
80	""	6010	192	80	6
81	10	6160	175	88	7
82	""	6244	148	92	7
83	""	6320	116	98	7
84	""	6415	111	103	6
85	""	6488	104	114	8
86	15	6566	101	127	8
87	""	6677	95	130	7
88	""	6791	90	136	7
89	""	6791	78	136	7
90	""	6984	95	148	7
91	20	7068	93	154	7
92	""	7113	90	154	6
93	""	7166	85	163	5
94	""	7250	82	169	5
95	""	7345	79	180	7
96	25	7408	89	191	8
97	""	7467	69	193	6
98	""	7505	62	193	6
99	""	7533	60	193	5
100	""	7605	63	195	5
101	""	7667	59	202	4
102	May	7710	52	204	4
103	""	7759	51	204	2
104	""	7759	41	204	1
105	""	7809	44	208	2
106	05	7847	45	208	3
107	""	7903	42	209	2
108	""	7953	41	209	1
109	""	7995	41	209	0
110	""	8034	39	213	2
111	10	8069	44	213	1
112	""	8099	42	217	1
113	""	8106	37	224	2
114	""	8135	33	228	3
115	""	8158	29	229	3
116	15	8175	26	232	3
117	""	8197	23	232	3
118	""	8197	18	232	3
119	""	8197	14	232	2
120	""	8249	21	233	1
121	20	8257	17	233	1
122	""	8268	16	234	1
123	""	8268	13	234	0
124	""	8309	16	235	0
125	""	8309	16	235	1
126	25	8309	16	235	0
127	""	8352	15	235	0
128	""	8364	15	235	1
129	""	8383	17	235	0
130	""	8401	19	236	0
131	""	8411	14	236	0
132	""	8411	15	236	0
133	Jun	8411	14	236	1
134	""	8411	9	236	0
135	""	8446	12	237	0
136	""	8446	9	237	0
137	05	8477	10	238	1
138	""	8504	14	238	0
139	""	8504	13	238	0
140	""	8504	13	238	0
141	""	8547	20	239	1
142	10	8563	16	239	0
143	""	8576	19	239	0
144	""	8594	17	242	1
145	""	8606	14	242	1
146	""	8606	15	242	0
147	15	8606	14	242	1
148	""	8631	12	242	0
149	""	8631	10	242	1
150	""	8660	12	243	0
151	""	8692	14	244	0
152	20	8692	12	244	1
153	""	8708	15	244	0
154	""	8708	15	244	0
155	""	8745	16	248	1
156	""	8751	17	248	1
157	25	8777	17	249	1
158	""	8793	14	249	1
159	""	8815	18	249	0
160	""	8815	15	249	1
161	""	8815	15	249	1
162	""	8855	16	249	0
163	Jul	8865	16	250	0
164	""	8887	16	251	0
165	""	8902	16	251	1
166	""	8895	11	251	0
167	05	8895	11	251	0
168	""	8895	12	251	1
169	""	8930	11	251	0
170	""	8936	10	251	0
171	""	8947	8	251	0
172	10	8954	8	252	0
173	""	8965	10	252	0
174	""	8965	10	252	0
175	""	8965	10	252	1
176	""	8981	7	253	0
177	15	8984	7	253	0
178	""	9001	8	253	0
179	""	9011	8	254	1
180	""	9015	7	255	0
181	""	9015	7	255	1
182	20	9015	7	255	0
183	""	9028	7	255	0
184	""	9038	8	255	1
185	""	9053	7	255	0
186	""	9062	7	255	0
187	25	9085	10	255	0
188	""	9085	10	255	0
189	""	9085	10	255	0
190	""	9117	13	255	0
191	""	9132	13	255	0
192	""	9150	14	255	0
193	""	9172	16	255	0
194	Aug	9208	18	255	0
195	""	9208	17	255	0
196	""	9208	18	255	0
197	""	9268	21	256	0
198	05	9333	29	256	0
199	""	9362	30	256	0
200	""	9409	34	256	1
201	""	9468	37	256	0
202	""	9468	37	256	0
203	10	9468	38	256	0
204	""	9638	52	256	0
205	""	9684	51	256	0
206	""	9750	55	256	0
207	""	9783	53	257	0
208	15	9850	55	261	1
209	""	9850	55	261	1
EOF

# confirmed:
set label "9850   " at first 209,985*300/1000   left back textcolor "#8080ff"
# -~confirmed:
set label "55     " at first 209, 55           left back textcolor "#ff8080"
set label "282    " at first  70,282        +3 left back textcolor "#ff8080"
# deaths:
set label "261    " at first 209,261           left back textcolor "#ff8080"
# -~deaths:
set label "1      " at first 209,  1*300/1000   left back textcolor "#8080ff"
set label "8      " at first  85,  8*300/1000+3 left back textcolor "#8080ff"

set multiplot
  plot $data using 0:($3/     10*300/1000) 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        ) with lines lc 7 lw 5 dt 2 title at 0.150, 0.884
replot $data using 0:($6/      1*300/1000) 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
Category:Diagrams based on WHO COVID-19 situation reports Category:Diagrams about the COVID-19 pandemic in Norway Category:Images with Gnuplot source code
Category:CC-BY-SA-4.0 Category:Diagrams about the COVID-19 pandemic in Norway Category:Diagrams based on WHO COVID-19 situation reports Category:Images with Gnuplot source code Category:Self-published work