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

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

Original file(3,300 × 1,950 pixels, file size: 24 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_Afghanistan.pdf"
set key autotitle columnhead
set termoption noenhanced
# (1) norm: 376 759 138 001
# (2) dist: 1,0:202 2,0:273 2,1:181
# (3,4) dist max: 273 2:138--0:376
# (4) right: 1 0 0 1
# (6,7) scMax: 150 400
# (8) scale: [1:100] [1:10] [1:10] [1:1]


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

set title "Afghanistan"

$data <<EOF
rep day "confirmed [1:100]" "-~confirmed [1:10]" "deaths [1:10]" "-~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      1       -       0       -
37      ""      1       -       0       -
38      ""      1       -       0       -
39      ""      1       -       0       -
40      ""      1       -       0       -
41      Mar     1       -       0       -
42      ""      1       -       0       -
43      ""      1       0       0       0
44      ""      1       0       0       0
45      05      1       0       0       0
46      ""      1       0       0       0
47      ""      1       0       0       0
48      ""      4       0       0       0
49      ""      4       1       0       0
50      10      4       0       0       0
51      ""      4       1       0       0
52      ""      7       1       0       0
53      ""      7       0       0       0
54      ""      7       1       0       0
55      15      10      1       0       0
56      ""      16      2       0       0
57      ""      21      2       0       0
58      ""      22      3       0       0
59      ""      22      2       0       0
60      20      22      2       0       0
61      ""      24      3       0       0
62      ""      24      2       0       0
63      ""      40      3       1       0
64      ""      42      3       1       0
65      25      74      7       1       0
66      ""      80      9       2       1
67      ""      80      8       2       0
68      ""      106     12      2       0
69      ""      114     13      4       1
70      ""      114     10      4       0
71      ""      166     18      4       1
72      Apr     192     17      4       0
73      ""      235     22      4       0
74      ""      269     27      5       1
75      ""      270     23      5       0
76      05      299     27      7       1
77      ""      337     32      7       0
78      ""      367     28      11      1
79      ""      423     33      14      2
80      ""      444     30      15      1
81      10      521     36      15      2
82      ""      521     36      15      1
83      ""      555     37      18      2
84      ""      607     38      19      1
85      ""      665     43      22      2
86      15      770     49      25      1
87      ""      794     50      29      2
88      ""      845     47      30      3
89      ""      908     55      30      2
90      ""      933     54      30      1
91      20      996     55      33      2
92      ""      1026    52      36      2
93      ""      1092    46      36      2
94      ""      1176    55      40      2
95      ""      1226    54      40      1
96      25      1330    60      43      2
97      ""      1463    76      49      3
98      ""      1531    76      50      2
99      ""      1703    97      60      3
100     ""      1827    105     60      4
101     ""      1827    93      60      3
102     May     2171    135     64      3
103     ""      2469    163     72      4
104     ""      2469    144     72      4
105     ""      2469    134     72      3
106     05      2469    109     72      1
107     ""      3224    200     95      5
108     ""      3392    223     104     7
109     ""      3563    199     105     6
110     ""      3563    156     105     4
111     10      4402    276     119     7
112     ""      4664    314     120     7
113     ""      4967    357     127     8
114     ""      4967    249     127     4
115     ""      5339    278     136     5
116     15      6053    356     153     7
117     ""      6402    405     168     9
118     ""      6635    319     169     7
119     ""      7072    344     173     7
120     ""      7655    384     177     8
121     20      8145    454     187     8
122     ""      8676    477     193     8
123     ""      9216    452     205     8
124     ""      9866    495     211     6
125     ""      10582   564     218     7
126     25      11094   574     219     6
127     ""      11831   597     220     7
128     ""      12379   605     226     5
129     ""      13016   620     235     6
130     ""      13659   634     246     6
131     ""      14443   654     248     5
132     ""      15094   645     250     5
133     Jun     15750   665     265     6
134     ""      16492   666     270     8
135     ""      17267   698     294     9
136     ""      17891   696     299     9
137     05      18969   759     309     9
138     ""      19551   730     327     12
139     ""      20342   749     357     15
140     ""      20917   739     369     15
141     ""      21222   675     376     15
142     10      22142   697     405     16
143     ""      22890   714     426     18
144     ""      23546   654     446     20
145     ""      24102   650     451     17
146     ""      24766   632     471     17
147     15      25527   658     476     15
148     ""      25633   631     484     15
149     ""      26874   676     504     14
150     ""      27337   635     546     18
151     ""      27878   619     548     14
152     20      28297   599     548     14
153     ""      28833   581     581     16
154     ""      29143   517     598     17
155     ""      29481   549     618     19
156     ""      29640   395     639     20
157     25      30175   406     675     18
158     ""      30260   340     680     19
159     ""      30616   331     703     22
160     ""      30967   305     729     21
161     ""      31238   300     733     19
162     ""      31238   251     733     17
163     Jul     31762   303     774     19
164     ""      32022   264     807     19
165     ""      32324   294     819     20
166     ""      32672   294     826     17
167     05      32951   284     864     20
168     ""      33064   260     887     22
169     ""      33384   307     920     26
170     ""      33594   262     936     24
171     ""      33653   233     937     18
172     10      34194   267     971     22
173     ""      34351   240     975     21
174     ""      34451   214     1010    21
175     ""      34451   198     1010    18
176     ""      34740   194     1045    17
177     15      34940   192     1094    23
178     ""      35070   203     1113    25
179     ""      35229   147     1147    25
180     ""      35289   134     1147    25
181     ""      35475   147     1181    24
182     20      35509   151     1183    25
183     ""      35615   125     1184    20
184     ""      35727   112     1190    14
185     ""      35915   121     1211    14
186     ""      35981   107     1225    11
187     25      36036   107     1246    14
188     ""      36157   98      1259    11
189     ""      36263   107     1269    12
190     ""      36368   108     1270    13
191     ""      36471   106     1271    11
192     ""      36542   90      1271    9
193     ""      36542   80      1271    6
194     Aug     36710   96      1283    6
195     ""      36710   79      1283    3
196     ""      36710   64      1283    2
197     ""      36747   54      1288    3
198     05      36829   51      1294    3
199     ""      36896   51      1298    4
200     ""      36937   56      1298    4
201     ""      37015   44      1307    3
202     ""      37054   49      1312    4
203     10      37054   49      1312    4
204     ""      37269   75      1344    8
205     ""      37345   73      1354    9
206     ""      37424   76      1363    9
207     ""      37431   70      1363    9
208     15      37551   77      1370    9
209     ""      37596   77      1375    9
EOF

# confirmed:
set label "37596  " at first 209,375*150/400   left back textcolor "#8080ff"
# -~confirmed:
set label "77     " at first 209,  7           left back textcolor "#ff8080"
set label "759    " at first 137, 75        +2 left back textcolor "#ff8080"
# deaths:
set label "1375   " at first 209,137           left back textcolor "#ff8080"
# -~deaths:
set label "9      " at first 209,  9*150/400   left back textcolor "#8080ff"
set label "26     " at first 169, 26*150/400+2 left back textcolor "#8080ff"

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

File history

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

Date/TimeThumbnailDimensionsUserComment
current18:17, 24 September 2020Thumbnail for version as of 18:17, 24 September 20203,300 × 1,950 (24 KB)Jochen Burghardt (talk | contribs)(description)

The following page uses this file:

Metadata