File:Fahrgastzahlen VBB.svg

Original file ‎(SVG file, nominally 800 × 600 pixels, file size: 18 KB)

Summary

Description
Deutsch: Entwicklung der Fahrgastzahlen im VBB seit 2000
Date
Source Bundesministerium für Verkehr, Bau und Stadtentwicklung (Hrsg.): Verkehr in Zahlen 2014/2015. DVV Media Group, Hamburg 2014, ISBN 978-3-87154-516-0, S. 82.
Author EveryPicture
This file may be updated to reflect new information.
If you wish to use a specific version of the file without new updates being mirrored, please upload the required version as a separate file.

Licensing

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 3.0 Unported 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

 
This W3C-unspecified plot was created with Gnuplot.
# Erstellt von EveryPicture mit Gnuplot Online, http://gnuplot.respawned.com/
# Lizenz: CC-BY-SA 3.0 unported, https://creativecommons.org/licenses/by-sa/3.0/deed.de
# Basierend auf http://commons.wikimedia.org/wiki/File:Bayreuth_Bevoelkerungsentwicklung.svg von Michael Fiedler <[email protected]>
# Dieser Quelltext ist bezogen auf die erste Version des Diagramms von EveryPicture.
 
set title 'Personenbeförderung im Verkehrsverbund Berlin-Brandenburg'
unset key
set style fill transparent solid 0.3
set grid xtics ytics mytics
 
set xlabel 'Jahr'
# Definitionsbereich
set xrange [2000:2013]
# Einteilung der x-Achse
set xtics 1
 
set ylabel 'Beförderte Personen pro Jahr (in Millionen)'
# Wertebereich
set yrange [500:1500]
# Einteilung der y-Achse
set ytics 100
set format y '%.0f'
set mytics 1 
set terminal svg size 800,600 font 'Arial,10'
set output 'Ausgabedatei.svg'
 
# '-' nimmt die nachfolgenden Daten als Eingabewerte
plot '-' using 1:($2) with filledcurves below x1 linetype rgb 'red' linewidth 3, \
# Datenquelle: Bundesministerium für Verkehr, Bau und Stadtentwicklung (Hrsg.): Verkehr in Zahlen 2014/2015. 
2000 1061
2001 1136
2002 1176
2003 1185
2004 1197
2005 1227
2006 1256
2007 1237
2008 1233
2009 1265
2010 1266
2011 1282
2012 1291
2013 1321
e
# Reisewege mit Umstieg wurden einfach gezählt.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

creator

some value

URL: https://commons.wikimedia.org/wiki/user:EveryPicture
author name string: EveryPicture
Wikimedia username: EveryPicture

copyright status

copyrighted

copyright license

Creative Commons Attribution-ShareAlike 3.0 Unported

inception

26 December 2015

File history

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

Date/TimeThumbnailDimensionsUserComment
current20:44, 26 December 2015800 × 600 (18 KB)EveryPictureUser created page with UploadWizard
The following pages on the English Wikipedia use this file (pages on other projects are not listed):

Metadata

Retrieved from "https://en.wikipedia.org/wiki/File:Fahrgastzahlen_VBB.svg"