File:Einwohnerentwicklung von Unterschleißheim.svg
Original file (SVG file, nominally 800 × 400 pixels, file size: 34 KB)
Captions
Summary
[edit]DescriptionEinwohnerentwicklung von Unterschleißheim.svg |
Deutsch: Einwohnerentwicklung von Unterschleißheim |
Source | Own work |
Author | Summer ... hier! (talk) 09:08, 1 December 2017 (UTC) |
Licensing
[edit]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.
http://creativecommons.org/publicdomain/zero/1.0/deed.enCC0Creative Commons Zero, Public Domain Dedicationfalsefalse |
Gnuplot script to generate this plot
[edit]#!/usr/bin/gnuplot
# gnuplot
# Allgemeines zu den Eingabedaten
set timefmt "%d.%m.%Y" # Zeitangaben in TT.MM.YYYY
set datafile separator ";" # Spaltenseparator
# Allgemeines zur Ausgabe
unset key
set style data lines
set style fill transparent solid 0.4
set grid
set border 3 # Bit 1 (unten) + Bit 2 (links)
# Bereiche/Format/etc X-Achse
set xdata time
set xlabel 'Jahr' # Beschr. X-Achse
set xlabel offset 0, 0.75 # Schrift etwas höher
set xrange ['30.06.1957':'30.06.2016']
set xtics '01.01.1000', 60 * 60 * 24 * 365.25 * 5
# xtics in Sekunden
# der Beginn der X-Einteilung kann außerhalb xrange
# liegen
set xtics offset 0, 0.5 # Beschritung näher an die X-Achse
set mxtics 5 # Skalenstriche
set xtics nomirror # Nur unten Skalieren
set format x '%Y' # Beschriftungsformat JJJJ
set xtics out # Skal. aussen damit sich nicht von Grafik
# überschr. wird
# Bereiche/Format/etc Y-Achse
set ylabel 'Einwohnerzahl' offset 2 # Abstand Achse/Label
set yrange [0:]
set ytics 2500
set ytics offset 0.5 # Schrift etwas nach rechts
set ytics nomirror
set decimalsign locale "de_DE.utf8" # Stelle Input und Output auf "," um
# set decimalsign ',' würde nur Output umstellen,
set format y "%'.0f" # Ausgabeformat
set mytics 5
set ytics out # Skal. aussen da sie sonst von Grafik
# überschr. wird
# Ausgabeformat: Wir erzeugen SVG
# Die Ausgabedaten leiten wir in eine Pipe und sind so bei Namen der
# Ausgabedatei flexibel (Aufruf: Progname.plt > Ausgabe-svg)
set term svg size 800,400 font "Arial,14"
# keine "set output '<Dateiname>'" Angabe
# Erzeugen der Ausgabe
plot \
'Einwohnerentwicklung_von_Unterschleißheim.dat' using 1:2 with linespoints linecolor 'dark-blue' linetype 1 linewidth 1.5 pointtype 7 pointsize 0.30,\
Daten
[edit]Die folgenden Daten bitte in eine Textdatei unter dem Namen .dat abspeichern und ins gleiche Verzeichnis wie das GnuPlot-Script ablegen.
#
# Quelle:
# https://de.wikipedia.org/wiki/Unterschlei%C3%9Fheim#Einwohnerentwicklung
#
30.06.1957;4633
30.06.1960;5346
30.06.1965;6017
30.06.1970;7553
30.06.1973;11518
30.06.1978;14871
30.06.1983;17869
30.06.1991;24816
30.06.1995;24894
30.06.1996;25265
30.06.1997;25299
30.06.1998;25278
30.06.1999;25354
30.06.2000;25633
30.06.2001;25672
#
30.06.2002;25915
30.06.2003;25725
30.06.2004;25777
30.06.2005;26798
30.06.2006;26046
30.06.2007;26366
30.06.2008;26453
30.06.2009;26542
30.06.2010;26477
30.06.2011;25937
30.06.2012;26155
30.06.2013;26363
30.06.2014;26744
30.06.2015;28051
30.06.2016;29406
EOF
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 09:08, 1 December 2017 | 800 × 400 (34 KB) | Summer ... hier! (talk | contribs) | {{Information |Description = {{de|Einwohnerentwicklung von Unterschleißheim}} |Source = {{own}} |Author = ~~~~ |Date = }} == {{int:license-header}} == {{self|Cc-zero}} == Gnuplot script to generate this plot == {{gnuplo... |
You cannot overwrite this file.
File usage on Commons
There are no pages that use this file.
File usage on other wikis
The following other wikis use this file:
- Usage on azb.wikipedia.org
- Usage on de.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.0 patchlevel 3 |
Width | 800 |
Height | 400 |