VOOZH about

URL: https://commons.wikimedia.org/wiki/File:WHO_Covid_2020_Jan-Aug_daily_C_Fujian.pdf

⇱ File:WHO Covid 2020 Jan-Aug daily C Fujian.pdf - Wikimedia Commons


Jump to content
From Wikimedia Commons, the free media repository
Original file (3,300 × 1,950 pixels, file size: 17 KB, MIME type: application/pdf)

Captions

Captions

Add a one-line explanation of what this file represents

Summary

[edit]
DescriptionWHO Covid 2020 Jan-Aug daily C Fujian.pdf
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:
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.
https://creativecommons.org/licenses/by-sa/4.0CC BY-SA 4.0 Creative Commons Attribution-Share Alike 4.0 truetrue

Gnuplot source code

[edit]
Gnuplot source code
settermpdfsize22,13
settermpdffont"sans,20"
setoutput"WHO_Covid_C_Fujian.pdf"
setkeyautotitlecolumnhead
settermoptionnoenhanced
# (1) norm: 296 001 001 001

setxrange[-1:212]
setyrange[0:300]
sety2range[0:100]
setxtics3650,100
setytics50textcolor"#e51e10"
sety2tics25textcolor"#0072b2"
setgridyy2

settitle"Fujian"

$data<<EOF
repday"confirmed [1:1]""-~confirmed [1:1]""deaths [1:1]""-~deaths [1:1]"
1Jan.-.-
2"".-.-
3"".-.-
------
4"".-.-
525.-.-
6"".-.-
7"".-.-
8"".-.-
9"".-.-
10"".-.-
11"".-.-
12Feb144-.-
13""159-.-
14""179-.-
15""194-.-
1605205-.-
17""215-.-
18""224-.-
19""23913.-
20""25013.-
211026112.-
22""26710.-
23""272100-
24""2799.-
25""28180-
261528570-
27""28750-
28""29040-
29""29240-
30""29330-
312029321-
32""293110
33""293210
34""293011
35""293110
3625294010
37""294010
38""296110
39""296010
40""296110
41Mar296010
42""296010
43""296110
44""296010
4505296010
46""296010
47""296010
48""296010
49""296010
5010296010
51""296010
52""296010
53""296010
54""296010
5515296010
56"".-.-
57"".-.-
58"".-.-
59"".-.-
6020.-.-
61"".-.-
62"".-.-
63"".-.-
64"".-.-
6525.-.-
66"".-.-
67"".-.-
68"".-.-
69"".-.-
70"".-.-
71"".-.-
72Apr.-.-
73"".-.-
74"".-.-
75"".-.-
7605.-.-
77"".-.-
78"".-.-
79"".-.-
80"".-.-
8110.-.-
82"".-.-
83"".-.-
84"".-.-
85"".-.-
8615.-.-
87"".-.-
88"".-.-
89"".-.-
90"".-.-
9120.-.-
92"".-.-
93"".-.-
94"".-.-
95"".-.-
9625.-.-
97"".-.-
98"".-.-
99"".-.-
100"".-.-
101"".-.-
102May.-.-
103"".-.-
104"".-.-
105"".-.-
10605.-.-
107"".-.-
108"".-.-
109"".-.-
110"".-.-
11110.-.-
112"".-.-
113"".-.-
114"".-.-
115"".-.-
11615.-.-
117"".-.-
118"".-.-
119"".-.-
120"".-.-
12120.-.-
122"".-.-
123"".-.-
124"".-.-
125"".-.-
12625.-.-
127"".-.-
128"".-.-
129"".-.-
130"".-.-
131"".-.-
132"".-.-
133Jun.-.-
134"".-.-
135"".-.-
136"".-.-
13705.-.-
138"".-.-
139"".-.-
140"".-.-
141"".-.-
14210.-.-
143"".-.-
144"".-.-
145"".-.-
146"".-.-
14715.-.-
148"".-.-
149"".-.-
150"".-.-
151"".-.-
15220.-.-
153"".-.-
154"".-.-
155"".-.-
156"".-.-
15725.-.-
158"".-.-
159"".-.-
160"".-.-
161"".-.-
162"".-.-
163Jul.-.-
164"".-.-
165"".-.-
166"".-.-
16705.-.-
168"".-.-
169"".-.-
170"".-.-
171"".-.-
17210.-.-
173"".-.-
174"".-.-
175"".-.-
176"".-.-
17715.-.-
178"".-.-
179"".-.-
180"".-.-
181"".-.-
18220.-.-
183"".-.-
184"".-.-
185"".-.-
186"".-.-
18725.-.-
188"".-.-
189"".-.-
190"".-.-
191"".-.-
192"".-.-
193"".-.-
194Aug.-.-
195"".-.-
196"".-.-
197"".-.-
19805.-.-
199"".-.-
200"".-.-
201"".-.-
202"".-.-
20310.-.-
204"".-.-
205"".-.-
206"".-.-
207"".-.-
20815.-.-
209"".-.-
EOF

# confirmed:
setlabel"296 "atfirst38,296+3leftbacktextcolor"#ff8080"
# -~confirmed:
setlabel"13 "atfirst19,13*300/100+3leftbacktextcolor"#8080ff"
# deaths:
setlabel"1 "atfirst31,1*300/100+3leftbacktextcolor"#8080ff"
# -~deaths:
setlabel"1 "atfirst34,1*300/100+3leftbacktextcolor"#8080ff"

setmultiplot
plot$datausing0:($3/1)withlineslc7lw8dt1titleat0.150,0.920
replot$datausing0:($4/1*300/100)withlineslc6lw8dt4titleat0.150,0.902
replot$datausing0:($5/1*300/100)withlineslc6lw5dt2titleat0.150,0.884
replot$datausing0:($6/1*300/100)withlineslc6lw5dt3titleat0.150,0.866

# plot hor axis calendar
replot$datausing0:(0):xticlabel(2)withlines

File history

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

Date/TimeThumbnailDimensionsUserComment
current19:59, 24 September 2020👁 Thumbnail for version as of 19:59, 24 September 2020
3,300 × 1,950 (17 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:...

You cannot overwrite this file.

File usage on Commons

There are no pages that use this file.

Metadata

This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.