File:WHO Covid 2020 Jan-Aug daily c -~confirmed,-~deaths31.pdf

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

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: Visualization of the smoothed increments of "Total Confirmed Cases" (thick dashed lines) and "Total Deaths" (thin solid lines) from the available WHO COVID-19 daily situation reports (20 Jan - 16 Aug 2020). Countries are ordered descendingly by number of "Total Confirmed Cases" on 16 Aug 2020. The visualization is split into diagrams of 8 countries each, since gnuplot (in batch mode) does not support more distinct colors; all diagrams share the same scale. The vertical axis has logarithmic scale. The horizontal axis starts on 20 Jan 2020 (situation report 1) and ends on 16 Aug 2020 (situation report 209). 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 119 (18 May 2020) and 126 (25 May 2020), there were 1432265 and 1592599 Total Confirmed Cases in the USA, respectively, so the thick dashed line passes through 22905 = (1592599-1432265)/7 on 25 May.

For an overview of all related visualizations, and a more detailled description, see WHO Covid diagram set#Available incremental 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_-~confirmed,-~deaths31.pdf"
set key autotitle columnhead
set termoption noenhanced

set xrange [-1:210]
set logscale y
set logscale y2
set yrange [1:73440]
set y2range [1:73440]
set grid y2tics
unset ytics
set xtics 3650,100
set y2tics
set format y2 "%.0f"

set title "-~confirmed,-~deaths by count [31]"

$data <<EOF
rep	day	Liaoning	Hainan	Shanxi	Gansu	Guizhou	Ningxia	Inner_Mongolia	Xinjiang	Liaoning	Hainan	Shanxi	Gansu	Guizhou	Ningxia	Inner_Mongolia	Xinjiang
1	Jan	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
3	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
4	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
5	25	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
6	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
7	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
8	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
9	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
10	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
11	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
12	Feb	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
13	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
14	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
15	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
16	05	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
17	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
18	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
19	""	6	10	8	5	9	2	3	3	-	-	-	-	-	-	-	-
20	""	5	9	8	5	8	3	4	3	-	-	-	-	-	-	-	-
21	10	6	9	8	5	9	2	4	4	-	-	-	-	-	-	-	-
22	""	5	9	7	4	9	3	3	4	-	-	-	-	-	-	-	-
23	""	4	8	6	4	9	4	3	3	-	-	-	-	-	-	-	-
24	""	4	9	5	4	10	3	2	4	-	-	-	-	-	-	-	-
25	""	3	6	4	3	9	3	2	4	-	-	-	-	-	-	-	-
26	15	3	6	4	2	8	4	2	4	-	-	-	-	-	-	-	-
27	""	2	5	2	2	6	4	3	4	-	-	-	-	-	-	-	-
28	""	2	3	1	1	6	3	2	3	-	-	-	-	-	-	-	-
29	""	2	3	1	0.00001	4	2	2	3	-	-	-	-	-	-	-	-
30	""	1	3	1	1	2	2	2	3	-	-	-	-	-	-	-	-
31	20	1	1	1	1	1	1	2	1	-	-	-	-	-	-	-	-
32	""	1	2	1	0.00001	1	0.00001	2	2	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001
33	""	0.00001	1	0.00001	0.00001	1	1	1	1	0.00001	0.00001	0.00001	0.00001	1	0.00001	0.00001	0.00001
34	""	0.00001	1	1	0.00001	0.00001	0.00001	0.00001	1	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001
35	""	0.00001	1	0.00001	0.00001	0.00001	0.00001	1	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001
36	25	0.00001	0.00001	1	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	1
37	""	0.00001	1	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001
38	""	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	1	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001
39	""	0.00001	0.00001	1	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001
40	""	0.00001	0.00001	0.00001	0.00001	0.00001	1	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001
41	Mar	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001
42	""	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	1
43	""	1	0.00001	0.00001	0.00001	0.00001	1	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001
44	""	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001
45	05	1	0.00001	0.00001	0.00001	0.00001	1	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001
46	""	1	0.00001	0.00001	2	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001
47	""	0.00001	0.00001	0.00001	4	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	1	0.00001
48	""	1	0.00001	0.00001	4	0.00001	1	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001
49	""	0.00001	0.00001	0.00001	4	0.00001	0.00001	0.00001	0.00001	0.00001	1	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001
50	10	0.00001	0.00001	0.00001	5	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001
51	""	0.00001	0.00001	0.00001	5	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001
52	""	0.00001	0.00001	0.00001	5	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001
53	""	0.00001	0.00001	0.00001	4	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001
54	""	0.00001	0.00001	0.00001	1	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001
55	15	0.00001	0.00001	0.00001	2	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001	0.00001
56	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
57	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
58	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
59	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
60	20	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
61	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
62	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
63	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
64	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
65	25	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
66	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
67	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
68	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
69	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
70	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
71	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
72	Apr	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
73	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
74	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
75	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
76	05	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
77	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
78	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
79	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
80	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
81	10	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
82	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
83	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
84	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
85	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
86	15	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
87	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
88	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
89	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
90	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
91	20	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
92	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
93	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
94	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
95	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
96	25	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
97	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
98	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
99	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
100	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
101	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
102	May	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
103	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
104	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
105	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
106	05	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
107	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
108	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
109	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
110	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
111	10	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
112	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
113	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
114	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
115	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
116	15	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
117	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
118	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
119	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
120	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
121	20	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
122	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
123	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
124	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
125	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
126	25	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
127	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
128	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
129	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
130	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
131	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
132	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
133	Jun	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
134	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
135	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
136	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
137	05	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
138	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
139	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
140	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
141	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
142	10	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
143	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
144	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
145	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
146	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
147	15	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
148	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
149	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
150	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
151	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
152	20	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
153	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
154	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
155	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
156	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
157	25	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
158	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
159	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
160	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
161	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
162	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
163	Jul	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
164	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
165	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
166	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
167	05	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
168	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
169	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
170	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
171	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
172	10	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
173	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
174	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
175	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
176	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
177	15	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
178	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
179	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
180	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
181	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
182	20	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
183	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
184	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
185	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
186	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
187	25	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
188	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
189	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
190	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
191	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
192	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
193	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
194	Aug	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
195	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
196	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
197	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
198	05	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
199	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
200	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
201	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
202	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
203	10	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
204	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
205	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
206	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
207	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
208	15	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
209	""	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
EOF

set multiplot
# plot field '-~confirmed'
  plot $data using 0:3  with lines lc 8 lw 5 dt 2 title at 0.135, 0.925
replot $data using 0:4  with lines lc 1 lw 5 dt 2 title at 0.135, 0.907
replot $data using 0:5  with lines lc 7 lw 5 dt 2 title at 0.135, 0.889
replot $data using 0:6  with lines lc 4 lw 5 dt 2 title at 0.135, 0.871
replot $data using 0:7  with lines lc 5 lw 5 dt 2 title at 0.135, 0.853
replot $data using 0:8  with lines lc 2 lw 5 dt 2 title at 0.135, 0.835
replot $data using 0:9  with lines lc 6 lw 5 dt 2 title at 0.135, 0.817
replot $data using 0:10 with lines lc 3 lw 5 dt 2 title at 0.135, 0.799

# plot field '-~deaths'
replot $data using 0:11 with lines lc 8 lw 2 title at 0.135, 0.763
replot $data using 0:12 with lines lc 1 lw 2 title at 0.135, 0.745
replot $data using 0:13 with lines lc 7 lw 2 title at 0.135, 0.727
replot $data using 0:14 with lines lc 4 lw 2 title at 0.135, 0.709
replot $data using 0:15 with lines lc 5 lw 2 title at 0.135, 0.691
replot $data using 0:16 with lines lc 2 lw 2 title at 0.135, 0.673
replot $data using 0:17 with lines lc 6 lw 2 title at 0.135, 0.655
replot $data using 0:18 with lines lc 3 lw 2 title at 0.135, 0.637

# plot hor axis calendar
replot $data using 0:(1):xticlabel(2) with lines

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current11:17, 25 September 2020Thumbnail for version as of 11:17, 25 September 20203,300 × 1,950 (20 KB)Jochen Burghardt (talk | contribs)=={{int:filedesc}}== {{Information |description={{en|1=Visualization of the smoothed increments of ''"Total Confirmed Cases"'' (thick dashed lines) and ''"Total Deaths"'' (thin solid lines) from the available WHO COVID-19 daily [https://www.who.int/emergencies/diseases/novel-coronavirus-2019/situation-reports situation reports] (20 Jan - 16 Aug 2020); see File:WHO Covid 2020 Jan-Aug daily c -~confirmed,-~deaths01.pdf for...

There are no pages that use this file.

Metadata