File proveniente da Wikimedia Commons. Clicca per visitare la pagina originale

File:WHO Covid 2020 Jan-Aug daily C Central African R.pdf

Da Wikipedia, l'enciclopedia libera.
Vai alla navigazione Vai alla ricerca

File originale(3 300 × 1 950 pixel, dimensione del file: 22 KB, tipo MIME: application/pdf)

Logo di Commons
Logo di Commons
Questo file e la sua pagina di descrizione (discussione · modifica) si trovano su Wikimedia Commons (?)

Dettagli

Descrizione
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).

Data
Fonte Opera propria
Autore Jochen Burghardt

Licenza

Io, detentore del copyright su quest'opera, dichiaro di pubblicarla con la seguente licenza:
w:it:Creative Commons
attribuzione condividi allo stesso modo
Tu sei libero:
  • di condividere – di copiare, distribuire e trasmettere quest'opera
  • di modificare – di adattare l'opera
Alle seguenti condizioni:
  • attribuzione – Devi fornire i crediti appropriati, un collegamento alla licenza e indicare se sono state apportate modifiche. Puoi farlo in qualsiasi modo ragionevole, ma non in alcun modo che suggerisca che il licenziante approvi te o il tuo uso.
  • condividi allo stesso modo – Se remixi, trasformi o sviluppi il materiale, devi distribuire i tuoi contributi in base alla stessa licenza o compatibile all'originale.

Gnuplot source code

Gnuplot source code
set term pdf size 22,13
set term pdf font "sans,20"
set output "WHO_Covid_C_Central_African_R.pdf"
set key autotitle columnhead
set termoption noenhanced
# (1) norm: 466 112 001 001
# (2) dist: 1,0:240
# (3,4) dist max: 240 1:112--0:466
# (4) right: 1 0 1 1
# (6,7) scMax: 125 475
# (8) scale: [1:10] [1:1] [1:1] [1:1]


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 "Central_African_R"

$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	""	.	-	.	-
39	""	.	-	.	-
40	""	.	-	.	-
41	Mar	.	-	.	-
42	""	.	-	.	-
43	""	.	-	.	-
44	""	.	-	.	-
45	05	.	-	.	-
46	""	.	-	.	-
47	""	.	-	.	-
48	""	.	-	.	-
49	""	.	-	.	-
50	10	.	-	.	-
51	""	.	-	.	-
52	""	.	-	.	-
53	""	.	-	.	-
54	""	.	-	.	-
55	15	1	-	0	-
56	""	1	-	0	-
57	""	1	-	0	-
58	""	1	-	0	-
59	""	1	-	0	-
60	20	1	-	0	-
61	""	1	-	0	-
62	""	3	0	0	0
63	""	4	1	0	0
64	""	4	0	0	0
65	25	4	1	0	0
66	""	5	0	0	0
67	""	5	1	0	0
68	""	6	0	0	0
69	""	6	1	0	0
70	""	6	0	0	0
71	""	6	0	0	0
72	Apr	6	1	0	0
73	""	8	0	0	0
74	""	8	1	0	0
75	""	8	0	0	0
76	05	9	0	0	0
77	""	9	1	0	0
78	""	9	0	0	0
79	""	9	1	0	0
80	""	10	0	0	0
81	10	10	0	0	0
82	""	11	1	0	0
83	""	11	0	0	0
84	""	11	0	0	0
85	""	11	0	0	0
86	15	11	1	0	0
87	""	11	0	0	0
88	""	12	0	0	0
89	""	12	0	0	0
90	""	12	0	0	0
91	20	12	1	0	0
92	""	12	0	0	0
93	""	14	0	0	0
94	""	14	1	0	0
95	""	16	0	0	0
96	25	19	1	0	0
97	""	19	1	0	0
98	""	19	1	0	0
99	""	42	4	0	0
100	""	50	6	0	0
101	""	50	5	0	0
102	May	64	7	0	0
103	""	64	6	0	0
104	""	72	8	0	0
105	""	72	7	0	0
106	05	94	8	0	0
107	""	94	6	0	0
108	""	94	6	0	0
109	""	94	4	0	0
110	""	94	5	0	0
111	10	143	10	0	0
112	""	179	15	0	0
113	""	179	12	0	0
114	""	179	12	0	0
115	""	187	14	0	0
116	15	221	18	0	0
117	""	301	29	0	0
118	""	301	23	0	0
119	""	327	21	0	0
120	""	336	23	0	0
121	20	411	33	0	0
122	""	411	32	0	0
123	""	436	30	0	0
124	""	479	26	0	0
125	""	552	36	1	0
126	25	604	39	1	0
127	""	652	45	1	0
128	""	652	35	1	1
129	""	701	41	1	0
130	""	755	46	1	0
131	""	874	56	1	0
132	""	874	46	1	0
133	Jun	1011	58	2	0
134	""	1069	60	4	1
135	""	1069	60	4	0
136	""	1189	69	4	0
137	05	1288	76	4	1
138	""	1451	83	4	0
139	""	1570	99	5	1
140	""	1634	89	5	0
141	""	1850	112	5	0
142	10	1850	111	5	1
143	""	1888	100	5	0
144	""	2044	108	5	0
145	""	2057	87	7	0
146	""	2057	69	7	1
147	15	2222	84	7	0
148	""	2222	54	7	0
149	""	2410	80	14	1
150	""	2564	96	18	2
151	""	2605	80	19	2
152	20	2605	79	19	2
153	""	2808	107	23	2
154	""	2808	84	23	3
155	""	2963	105	30	3
156	""	3051	92	37	3
157	25	3051	70	37	3
158	""	3244	91	40	3
159	""	3340	105	40	3
160	""	3340	76	40	2
161	""	3429	89	45	3
162	""	3613	92	47	3
163	Jul	3745	100	47	1
164	""	3745	99	47	2
165	""	3788	77	47	1
166	""	3918	83	48	1
167	05	3969	90	48	1
168	""	3969	77	48	0
169	""	4033	60	52	1
170	""	4071	47	52	1
171	""	4109	52	52	1
172	10	4200	58	52	0
173	""	4200	41	52	1
174	""	4288	45	53	1
175	""	4288	46	53	0
176	""	4321	41	53	0
177	15	4321	36	53	1
178	""	4362	36	53	0
179	""	4373	25	53	0
180	""	4389	27	53	0
181	""	4485	28	55	0
182	20	4485	28	55	1
183	""	4485	23	55	0
184	""	4561	35	55	0
185	""	4574	30	57	1
186	""	4590	31	58	0
187	25	4593	29	59	1
188	""	4598	16	59	1
189	""	4598	16	59	0
190	""	4599	17	59	1
191	""	4599	5	59	1
192	""	4605	4	59	0
193	""	4605	3	59	0
194	Aug	4608	2	59	0
195	""	4614	2	59	0
196	""	4614	2	59	0
197	""	4614	2	59	0
198	05	4618	3	59	0
199	""	4618	2	59	0
200	""	4620	2	59	0
201	""	4641	5	59	0
202	""	4641	4	59	0
203	10	4641	4	60	0
204	""	4641	3	60	0
205	""	4647	5	61	1
206	""	4652	4	61	0
207	""	4652	5	61	0
208	15	4652	2	61	0
209	""	4652	1	61	1
EOF

# confirmed:
set label "4652   " at first 209,465*125/475   left back textcolor "#8080ff"
# -~confirmed:
set label "1      " at first 209,  1           left back textcolor "#ff8080"
set label "112    " at first 141,112        +2 left back textcolor "#ff8080"
# deaths:
set label "61     " at first 209, 61*125/475   left back textcolor "#8080ff"
# -~deaths:
set label "1      " at first 209,  1*125/475   left back textcolor "#8080ff"
set label "3      " at first 154,  3*125/475+2 left back textcolor "#8080ff"

set multiplot
  plot $data using 0:($3/     10*125/475) 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*125/475) with lines lc 6 lw 5 dt 2 title at 0.150, 0.884
replot $data using 0:($6/      1*125/475) 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

Didascalie

Aggiungi una brevissima spiegazione di ciò che questo file rappresenta

Elementi ritratti in questo file

raffigura

application/pdf

Cronologia del file

Fare clic su un gruppo data/ora per vedere il file come si presentava nel momento indicato.

Data/OraMiniaturaDimensioniUtenteCommento
attuale20:55, 24 set 2020Miniatura della versione delle 20:55, 24 set 20203 300 × 1 950 (22 KB)Jochen Burghardt=={{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:...

La seguente pagina usa questo file:

Metadati