File:HAM stats.svg

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

Original file(SVG file, nominally 800 × 400 pixels, file size: 33 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description
English: Hamburg Airport, statistical data
Deutsch: Flughafen Hamburg, Verkehrszahlen seit 1925
Date
Source Own work; data from ham.airport.de
Author Gorgo

Gnuplot script to generate this plot[edit]

 
This W3C-unspecified plot was created with Gnuplot.
#!/usr/bin/gnuplot
# gnuplot 4.2 / Ubuntu 8.10 

#input
set timefmt "%Y"
set datafile separator ";"
 
#output
set key top left
set style data lines
set grid
 
set xdata time
set xlabel 'Jahr'
set xrange ['1925':'2018']
set xtics 157788000
set mxtics 5
set format x '%Y'
 
set ylabel '10.000 Flugbewegungen / Millionen Fluggäste'
set ytics nomirror
set ytics 5
set yrange [0:20]

set term svg size 800,400 font "Arial,10"
set output 'HAM_stats.svg'

plot '-' using 1:($2/1000000) title 'Fluggastaufkommen in Millionen' axes x1y1 lt rgb 'dark-blue' lw 2, \
'-' using 1:($2/10000) title 'Flugbewegungen in 10.000' axes x1y1 lt rgb 'red' lw 2
2018;17230000
2017;17622997
2016;16224154
2015;15610054
2014;14760000
2013;13502939
2012;13697690
2011;13536110
2010;12960000
2009;12229131
2008;12840000
2007;12780509
2006;11954560
2005;10677268
2004;9893703
2003;9529924
2002;8946505
2001;9490432
2000;9949269
1995;8201463
1990;6861255
1985;4849216
1980;4558939
1975;3648347
1970;3138467
1965;1756589
1960;935213
1955;452843
1937;57194
1929;28037
1924;17350
1923;5087
1920;233
e
2018;156388
2017;159780
2016;160643
2015;158390
2014;153876
2013;143802
2012;152890
2011;158076
2010;157210
2009;157481
2008;172065
2007;173500
2006;168395
2005;156128
2004;151434
2003;149366
2002;150271
2001;158569
2000;164932
1990;141042
1980;100279
1970;89788
1960;53951
1929;15419
e

Licensing[edit]

I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

File history

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

Date/TimeThumbnailDimensionsUserComment
current13:56, 31 December 2019Thumbnail for version as of 13:56, 31 December 2019800 × 400 (33 KB)Dunedan (talk | contribs)Fix tics on X-axis by accounting for leap years and add data for 2018
22:58, 23 February 2019Thumbnail for version as of 22:58, 23 February 2019800 × 400 (33 KB)Dunedan (talk | contribs)Updated version with data up to 2017.
09:21, 13 February 2014Thumbnail for version as of 09:21, 13 February 2014800 × 400 (22 KB)Kopiersperre (talk | contribs)2013
13:13, 2 September 2012Thumbnail for version as of 13:13, 2 September 2012800 × 400 (19 KB)Gorgo (talk | contribs)2011
16:37, 13 February 2011Thumbnail for version as of 16:37, 13 February 2011800 × 400 (19 KB)Gorgo (talk | contribs)== Summary == {{Information |Description={{en|1=Hamburg Airport, statistical data}} {{de|1=Flughafen Hamburg, Verkehrszahlen seit 1925}} |Source={{own}}; data from [http://www.ham.airport.de/de/u_daten_verkehrszahlen.html ham.airport.de] |Author=[[User:Go

File usage on other wikis

The following other wikis use this file:

Metadata