File:DUS 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: 13 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description
English: Düsseldorf International Airport, statistical data
Deutsch: Flughafen Düsseldorf International, Verkehrszahlen seit 1999
Date
Source Own work; data from duesseldorf-international.de
Author Gorgo
Permission
(Reusing this file)
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.

SVG development
InfoField
 
The SVG code is valid.
 
This chart was created with Gnuplot.
 
This chart uses translateable embedded text.
Source code
InfoField

Gnuplot code

#!/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 ['1999':'2011']
set xtics 157680000
set mxtics 5
set format x '%Y'
 
set ylabel '10.000 Flugbewegungen ; Millionen Fluggäste'
set ytics nomirror
set ytics 5
set yrange [0:40]

set y2tics 10
set autoscale y2
set y2range [0:120]
set y2label '1000t Luftfracht'

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

plot '-' using 1:($2) 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, \
'-' using 1:($2/1000) title 'Luftfracht in 1000t' axes x1y2 lt rgb 'dark-green' lw 2
1999;15.93 
2000;16.03 
2001;15.40 
2002;14.75 
2003;14.30 
2004;15.26 
2005;15.51 
2006;16.59 
2007;17.83 
2008;18.15 
2009;17.79 
2010;18.98 
2011;20.34
e
1999;194065
2000;194016
2001;193514
2002;190300
2003;186159
2004;200584
2005;200619
2006;215481
2007;227899
2008;228531
2009;214024
2010;215554
2011;221671
e
1999;61264 
2000;59361 
2001;51441 
2002;46085 
2003;48419 
2004;86267 
2005;88058 
2006;97000 
2007;89281 
2008;90100 
2009;76916 
2010;100398 
2011;99220
e

File history

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

Date/TimeThumbnailDimensionsUserComment
current13:09, 2 September 2012Thumbnail for version as of 13:09, 2 September 2012800 × 400 (13 KB)Gorgo (talk | contribs)2011
13:08, 2 September 2012Thumbnail for version as of 13:08, 2 September 2012800 × 400 (13 KB)Gorgo (talk | contribs)2011
23:20, 1 March 2011Thumbnail for version as of 23:20, 1 March 2011800 × 400 (13 KB)Gorgo (talk | contribs)updated
15:53, 13 February 2011Thumbnail for version as of 15:53, 13 February 2011800 × 400 (13 KB)Gorgo (talk | contribs)== Summary == {{Information |Description={{en|1=Düsseldorf International Airport, statistical data}} {{de|1=Flughafen Düsseldorf International, Verkehrszahlen seit 1999}} |Source={{own}}; data from [http://www.duesseldorf-international.de/dus/daten_zahl

There are no pages that use this file.

Metadata