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

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

Original file(3,300 × 1,950 pixels, file size: 25 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_Mexico.pdf"
set key autotitle columnhead
set termoption noenhanced
# (1) norm: 512 703 560 800
# (2) dist: 1,0:138 2,0:110 2,1:126 3,0:157 3,1:114 3,2:143
# (3,4) dist max: 157 3:800--0:512
# (4) right: 1 0 1 0
# (6,7) scMax: 800 575
# (8) scale: [1:1000] [1:10] [1:100] [1:1]


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

set title "Mexico"

$data <<EOF
rep day "confirmed [1:1000]" "-~confirmed [1:10]" "deaths [1:100]" "-~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	""	2	-	0	-
41	Mar	2	-	0	-
42	""	5	-	0	-
43	""	5	-	0	-
44	""	5	-	0	-
45	05	5	-	0	-
46	""	5	-	0	-
47	""	5	1	0	0
48	""	7	0	0	0
49	""	7	1	0	0
50	10	7	0	0	0
51	""	7	0	0	0
52	""	11	1	0	0
53	""	12	1	0	0
54	""	26	3	0	0
55	15	41	5	0	0
56	""	53	6	0	0
57	""	53	7	0	0
58	""	82	11	0	0
59	""	93	11	0	0
60	20	118	16	1	0
61	""	164	19	1	0
62	""	164	18	1	0
63	""	251	28	2	1
64	""	370	45	4	0
65	25	370	42	4	1
66	""	478	55	5	1
67	""	478	51	5	0
68	""	589	61	8	1
69	""	717	79	12	2
70	""	848	85	16	2
71	""	993	89	20	2
72	Apr	1094	103	28	3
73	""	1215	106	29	4
74	""	1378	128	37	4
75	""	1510	132	50	6
76	05	1688	139	60	7
77	""	1890	148	79	9
78	""	2143	165	94	11
79	""	2439	192	125	14
80	""	2785	224	141	16
81	10	3181	258	174	19
82	""	3441	276	194	21
83	""	3844	308	233	25
84	""	4219	332	273	27
85	""	4661	360	296	29
86	15	5014	368	332	30
87	""	5399	373	406	38
88	""	5847	381	449	39
89	""	6297	408	486	42
90	""	6875	433	546	44
91	20	7497	468	650	54
92	""	8261	515	686	56
93	""	8772	537	712	54
94	""	9501	586	857	65
95	""	10544	671	970	74
96	25	11633	762	1069	83
97	""	12872	857	1221	97
98	""	13842	906	1305	93
99	""	14677	917	1351	95
100	""	15529	965	1434	103
101	""	16752	1036	1569	102
102	May	17799	1036	1732	109
103	""	19224	1085	1859	113
104	""	20739	1123	1972	107
105	""	22088	1178	2061	108
106	05	23471	1257	2154	115
107	""	24905	1339	2271	119
108	""	26025	1325	2507	134
109	""	27634	1405	2704	139
110	""	29616	1484	2961	158
111	10	31522	1541	3160	169
112	""	33460	1624	3353	185
113	""	35022	1651	3465	187
114	""	36327	1631	3573	186
115	""	38324	1757	3926	203
116	15	40186	1793	4220	217
117	""	42595	1855	4477	216
118	""	45032	1930	4767	230
119	""	47144	1954	5045	241
120	""	49219	2029	5177	245
121	20	51633	2186	5332	251
122	""	54346	2289	5666	249
123	""	56594	2344	6090	267
124	""	59567	2425	6510	290
125	""	62527	2499	6989	318
126	25	65856	2673	7179	305
127	""	68620	2772	7394	316
128	""	71105	2781	7633	329
129	""	74560	2888	8134	353
130	""	78023	3061	8597	358
131	""	81400	3119	9044	362
132	""	84627	3157	9415	346
133	Jun	87512	3094	9779	372
134	""	90664	3149	9930	362
135	""	93435	3190	10167	362
136	""	97326	3253	10637	358
137	05	101238	3316	11728	447
138	""	105680	3469	12545	500
139	""	110026	3628	13170	537
140	""	113619	3730	13511	533
141	""	117103	3777	13699	538
142	10	120102	3809	14053	555
143	""	124301	3854	14649	573
144	""	129184	3992	15357	519
145	""	133974	4042	15944	485
146	""	139196	4167	16448	469
147	15	142690	4153	16872	480
148	""	146837	4248	17141	492
149	""	150264	4309	17580	503
150	""	154863	4366	18310	523
151	""	159793	4372	19080	532
152	20	165455	4498	19747	544
153	""	170485	4470	20394	563
154	""	175202	4644	20781	559
155	""	180545	4816	21825	669
156	""	185122	4979	22584	715
157	25	191410	5221	23377	724
158	""	196847	5294	24324	749
159	""	202951	5356	25060	759
160	""	208392	5416	25779	769
161	""	212802	5371	26381	800
162	""	216852	5187	26648	689
163	Jul	220657	5076	27121	648
164	""	226089	4954	27769	628
165	""	231770	4989	28510	598
166	""	238511	5080	29189	589
167	05	245251	5266	29843	581
168	""	252165	5623	30366	569
169	""	256848	5714	30639	570
170	""	261750	5870	31119	572
171	""	268008	5989	32014	606
172	10	275003	6176	32796	612
173	""	282283	6253	33526	620
174	""	289174	6275	34191	621
175	""	295268	6157	34730	623
176	""	299750	6129	35006	624
177	15	304435	6098	35491	625
178	""	311486	6211	36327	616
179	""	317635	6090	36906	587
180	""	324041	5966	37574	578
181	""	331298	6018	38310	589
182	20	338913	6235	38888	594
183	""	344224	6353	39184	597
184	""	349396	6423	39485	570
185	""	356255	6396	40400	582
186	""	362274	6377	41190	612
187	25	370712	6667	41908	619
188	""	378285	6712	42645	620
189	""	385036	6589	43374	640
190	""	390516	6613	43680	643
191	""	395489	6585	44022	648
192	""	402697	6635	44876	639
193	""	408449	6596	45361	596
194	Aug	416179	6495	46000	585
195	""	424637	6622	46688	577
196	""	434193	7023	47472	586
197	""	439046	6932	47746	581
198	05	443813	6904	48012	570
199	""	449961	6752	48869	570
200	""	456100	6807	49698	620
201	""	462690	6645	50517	645
202	""	469407	6395	51311	660
203	10	475902	5959	52006	648
204	""	480278	5890	52298	650
205	""	485836	6003	53003	713
206	""	492522	6080	53929	723
207	""	498380	6040	54666	710
208	15	505751	6152	55293	682
209	""	511369	5995	55908	657
EOF

# confirmed:
set label "511369 " at first 209,511*800/575   left back textcolor "#8080ff"
# -~confirmed:
set label "5995   " at first 209,599           left back textcolor "#ff8080"
set label "7023   " at first 196,702        +8 left back textcolor "#ff8080"
# deaths:
set label "55908  " at first 209,559*800/575   left back textcolor "#8080ff"
# -~deaths:
set label "657    " at first 209,657           left back textcolor "#ff8080"
set label "800    " at first 161,800        +8 left back textcolor "#ff8080"

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