File:WHO Covid 2020 Jan-Aug daily C Brazil.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_Brazil.pdf"
set key autotitle columnhead
set termoption noenhanced
# (1) norm: 328 464 107 110
# (2) dist: 1,0:142 2,0:307 2,1:230 3,0:299 3,1:237 3,2:103
# (3,4) dist max: 307 2:107--0:328
# (4) right: 1 1 0 0
# (6,7) scMax: 125 475
# (8) scale: [1:10000] [1:100] [1:1000] [1:10]


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

set title "Brazil"

$data <<EOF
rep day "confirmed [1:10000]" "-~confirmed [1:100]" "deaths [1:1000]" "-~deaths [1:10]"
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	""	1	-	0	-
40	""	1	-	0	-
41	Mar	2	-	0	-
42	""	2	-	0	-
43	""	2	-	0	-
44	""	2	-	0	-
45	05	3	0	0	0
46	""	7	1	0	0
47	""	13	1	0	0
48	""	19	3	0	0
49	""	25	3	0	0
50	10	25	3	0	0
51	""	34	5	0	0
52	""	52	7	0	0
53	""	77	10	0	0
54	""	98	12	0	0
55	15	121	15	0	0
56	""	200	25	0	0
57	""	234	30	0	0
58	""	234	28	0	0
59	""	291	34	1	0
60	20	428	50	4	1
61	""	621	75	4	0
62	""	904	112	11	2
63	""	904	101	11	1
64	""	1546	187	25	4
65	25	2201	281	46	7
66	""	2433	306	57	8
67	""	2433	286	57	7
68	""	2915	328	77	11
69	""	3417	359	92	11
70	""	3904	429	114	15
71	""	4256	387	136	16
72	Apr	4579	340	159	16
73	""	5717	469	201	20
74	""	6836	629	241	27
75	""	7910	713	299	31
76	05	9056	806	359	39
77	""	10278	910	432	45
78	""	11130	982	486	50
79	""	12056	1069	553	56
80	""	13717	1142	667	67
81	10	15927	1299	800	80
82	""	17857	1421	941	91
83	""	19638	1512	1056	100
84	""	20727	1493	1124	99
85	""	22169	1577	1223	105
86	15	23430	1624	1328	111
87	""	25262	1650	1532	123
88	""	28320	1770	1736	134
89	""	30425	1796	1924	141
90	""	33682	2006	2141	155
91	20	36599	2267	2347	174
92	""	38654	2355	2462	177
93	""	40581	2450	2575	178
94	""	43079	2546	2741	173
95	""	45757	2491	2906	167
96	25	49492	2724	3313	199
97	""	52995	2759	3670	218
98	""	58509	3130	4016	239
99	""	61888	3319	4205	249
100	""	66501	3703	4543	281
101	""	71886	4115	5017	325
102	May	78162	4629	5466	366
103	""	85380	5127	5901	369
104	""	91589	5513	6329	380
105	""	96559	5436	6750	391
106	05	101147	5609	7025	403
107	""	107780	5897	7321	396
108	""	114715	6118	7921	415
109	""	125218	6722	8536	439
110	""	135106	7104	9146	463
111	10	145328	7677	9897	510
112	""	155939	8483	10627	554
113	""	162699	8793	11123	585
114	""	168331	8650	11519	600
115	""	177589	8982	12400	640
116	15	188974	9108	13149	659
117	""	202918	9688	13993	692
118	""	218223	10413	14817	703
119	""	233142	11029	15633	715
120	""	241080	11197	16118	714
121	20	254220	12270	16792	753
122	""	271628	13434	17971	796
123	""	291579	14658	18859	816
124	""	310087	15310	20047	865
125	""	330890	16095	21048	890
126	25	347398	16323	22013	911
127	""	363211	17447	22666	936
128	""	374898	17240	23473	954
129	""	391222	17085	24512	935
130	""	411821	17177	25598	962
131	""	438238	18307	26754	958
132	""	465166	19183	27878	976
133	Jun	498440	21577	28834	975
134	""	514849	21663	29314	949
135	""	526447	21649	29937	924
136	""	555383	23452	31199	955
137	05	584016	24599	32548	993
138	""	614941	25244	34021	1038
139	""	645771	25800	35026	1021
140	""	672846	24915	35930	1014
141	""	691758	25273	36455	1020
142	10	707412	25852	37134	1028
143	""	739503	26303	38406	1030
144	""	772416	26914	39680	1019
145	""	802828	26841	40919	985
146	""	828810	26149	41828	972
147	15	850514	25381	42720	970
148	""	867624	25124	43332	982
149	""	888271	25837	43959	975
150	""	923189	26241	45241	977
151	""	955377	26137	46510	975
152	20	978142	25045	47748	976
153	""	1032913	29157	48954	1018
154	""	1067579	31010	49976	1036
155	""	1085038	31059	50617	1041
156	""	1106470	31171	51271	1045
157	25	1145906	31817	52645	1057
158	""	1188631	33322	53830	1046
159	""	1228114	35710	54971	1032
160	""	1274974	34580	55961	1001
161	""	1313667	35156	57070	1013
162	""	1344143	37015	57622	1001
163	Jul	1368195	37389	58314	1006
164	""	1402041	36591	59594	993
165	""	1448753	37160	60632	972
166	""	1496858	38392	61884	987
167	05	1539081	37729	63174	1031
168	""	1577004	37620	64265	1028
169	""	1603055	36987	64867	1035
170	""	1623284	36442	65487	1024
171	""	1668589	38078	66741	1021
172	10	1713160	37772	67964	1048
173	""	1755779	36989	69184	1043
174	""	1800827	37392	70398	1032
175	""	1839850	37550	71469	1029
176	""	1864681	37375	72100	1033
177	15	1884967	37383	72833	1049
178	""	1926824	36891	74133	1056
179	""	1966748	36227	75366	1058
180	""	2012151	36624	76688	1072
181	""	2046328	35072	77851	1065
182	20	2074860	33573	78772	1043
183	""	2098389	33387	79488	1055
184	""	2118646	33382	80120	1041
185	""	2159654	33262	81487	1051
186	""	2227514	37252	82771	1058
187	25	2287475	39332	84082	1056
188	""	2343366	42434	85238	1055
189	""	2394513	45665	86449	1097
190	""	2419091	45814	87004	1074
191	""	2442375	46247	87618	1071
192	""	2483191	46220	88539	1007
193	""	2552265	46393	90134	1052
194	Aug	2610102	46090	91263	1026
195	""	2662485	45588	92475	1034
196	""	2707877	44766	93563	1016
197	""	2733677	44941	94104	1014
198	05	2750318	43992	94665	1007
199	""	2801921	45533	95819	1040
200	""	2859073	43830	97256	1018
201	""	2912212	43158	98493	1032
202	""	2962442	42851	99572	1014
203	10	3012412	43505	100477	988
204	""	3035422	43107	101049	992
205	""	3057470	43878	101752	1013
206	""	3109630	43959	103026	1029
207	""	3164785	43673	104201	992
208	15	3224876	44666	105463	996
209	""	3275520	44726	106523	993
EOF

# confirmed:
set label "3275520" at first 209,327*125/475   left back textcolor "#8080ff"
# -~confirmed:
set label "44726  " at first 209,447*125/475   left back textcolor "#8080ff"
set label "46393  " at first 193,463*125/475+2 left back textcolor "#8080ff"
# deaths:
set label "106523 " at first 209,106           left back textcolor "#ff8080"
# -~deaths:
set label "993    " at first 209, 99           left back textcolor "#ff8080"
set label "1097   " at first 189,109        +2 left back textcolor "#ff8080"

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