File:ACRO fatalities.svg

Size of this PNG preview of this SVG file: 600 × 450 pixels. Other resolutions: 320 × 240 pixels | 640 × 480 pixels | 1,024 × 768 pixels | 1,280 × 960 pixels | 2,560 × 1,920 pixels.
Original file (SVG file, nominally 600 × 450 pixels, file size: 50 KB)
![]() | This is a file from the Wikimedia Commons. Information from its description page there is shown below. Commons is a freely licensed media file repository. You can help. |
Summary
DescriptionACRO fatalities.svg |
English: This is a graph showing statistics of air accident fatalities 1918-2017, from ACRO records. http://www.baaa-acro.com/statistics/death-rate-per-year . It may be updated when new data becomes available. |
Date | |
Source | Own work |
Author | Geek3 |
SVG development InfoField | ![]() This plot was created with Matplotlib. |
Source code InfoField | Python code#! /usr/bin/env python
# -*- coding:utf8 -*-
import matplotlib.pyplot as plt
from math import *
plt.style.use('classic')
years = range(1918, 2018+1)
fatalities = [4, 33, # 191x
53, 42, 86, 51, 26, 32, 70, 107, 173, 257, # 192x
185, 166, 124, 199, 198, 317, 397, 339, 624, 482, # 193x
1123, 1118, 2714, 4032, 4542, 4665, 2064, 1896, 1973, 1905, # 194x
2191, 2295, 2354, 1971, 1639, 1292, 1273, 1421, 1679, 1417, # 195x
1891, 1707, 2301, 1698, 1617, 2187, 2139, 2245, 2310, 2520, # 196x
2266, 2228, 3346, 2814, 2621, 1856, 2419, 2449, 2042, 2511, # 197x
2203, 1506, 1958, 1921, 1273, 2968, 1763, 2064, 2313, 2507, # 199x
1631, 1957, 2299, 1760, 2018, 1828, 2796, 1768, 1721, 1150, # 199x
1586, 1539, 1418, 1233, 767, 1463, 1298, 981, 887, 1108, # 200x
1130, 828, 800, 453, 1328, 899, 629, 399, 1040] # 201x
fsize = 20
fig = plt.figure(figsize=(600 / 90.0, 450 / 90.0), dpi=72)
plt.plot(years, fatalities, 'bo-', linewidth=1, markersize=5)
plt.grid(True)
plt.xlim(floor(min(years)/10.)*10., ceil(max(years)/10.)*10.)
plt.ylim(0, 4000)
plt.gca().ticklabel_format(useOffset=False)
plt.ylabel('Fatalities')
plt.title('ACRO: air accident fatalities %s-%s' % (min(years), max(years)))
plt.tight_layout()
plt.savefig('ACRO_fatalities.svg')
|
![]() |
This file may be updated to reflect new information. If you wish to use a specific version of the file without it being overwritten, please upload the required version as a separate file. |
Licensing
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.
Any autoconfirmed user can overwrite this file from the same source. Please ensure that overwrites comply with the guideline.
Captions
Add a one-line explanation of what this file represents
Items portrayed in this file
depicts
3 June 2017
image/svg+xml
2a3087334495895126929dd0288505ff75c5445c
50,772 byte
450 pixel
600 pixel
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 17:16, 14 March 2019 | ![]() | 600 × 450 (50 KB) | wikimediacommons>Geek3 | 2018 |
File usage
The following page uses this file:
Metadata
This file contains additional information, probably added from the digital camera or scanner used to create or digitize it.
If the file has been modified from its original state, some details may not fully reflect the modified file.
Width | 480pt |
---|---|
Height | 360pt |
Retrieved from "https://enwiki.freddythechick.net/wiki/File:ACRO_fatalities.svg"