File:Fahrgastzahlen VVS.svg
From Wikimedia Commons, the free media repository
Jump to navigation
Jump to search
Size of this PNG preview of this SVG file: 800 × 600 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 800 × 600 pixels, file size: 31 KB)
File information
Structured data
Captions
Summary
[edit]DescriptionFahrgastzahlen VVS.svg |
Deutsch: Entwicklung der Fahrgastzahlen im Verkehrs- und Tarifverbund Stuttgart seit 1996 |
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 |
SVG development InfoField |
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 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
[edit]# 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 <michael.fiedler87@gmx.de>
# Dieser Quelltext ist bezogen auf die erste Version des Diagramms von EveryPicture.
set title 'Personenbeförderung im Verkehrs- und Tarifverbund Stuttgart'
unset key
set style fill transparent solid 0.3
set grid xtics ytics mytics
set xlabel 'Jahr'
# Definitionsbereich
set xrange [1996:2017]
# Einteilung der x-Achse
set xtics 1
set ylabel 'Beförderte Personen pro Jahr (in Millionen)'
# Wertebereich
set yrange [100:400]
# Einteilung der y-Achse
set ytics 100
set format y '%.0f'
set mytics 2
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 '#ff7f00' linewidth 3, \
# Datenquelle: Bundesministerium für Verkehr, Bau und Stadtentwicklung (Hrsg.): Verkehr in Zahlen 2014/2015.
1996 277
1997 273
1998 282
1999 287
2000 293
2001 303
2002 306
2003 308
2004 312
2005 318
2006 321
2007 321
2008 326
2009 326
2010 330
2011 336
2012 338
2013 349
2014 357
2015 366
2016 376
2017 382
e
# Reisewege mit Umstieg wurden einfach gezählt.
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 11:37, 10 June 2018 | 800 × 600 (31 KB) | JoKalliauer (talk | contribs) | https://commons.wikimedia.org/w/index.php?title=Commons:Graphic_Lab/Illustration_workshop&diff=305128360&oldid=305101634 | |
13:51, 13 September 2017 | 985 × 600 (26 KB) | Bigbossfarin (talk | contribs) | 2016 | ||
09:23, 18 October 2016 | 940 × 600 (26 KB) | Bigbossfarin (talk | contribs) | aktualisiert auf 2015 mit Inkscape | ||
22:42, 25 December 2015 | 800 × 600 (17 KB) | EveryPicture (talk | contribs) | User created page with UploadWizard |
You cannot overwrite this file.
File usage on Commons
The following 3 pages use this file:
File usage on other wikis
The following other wikis use this file:
- Usage on de.wikipedia.org
- Usage on en.wikipedia.org
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.
Short title | Gnuplot |
---|---|
Image title | Produced by GNUPLOT 5.2 patchlevel 2 |
Width | 800 |
Height | 600 |