File:Einwohnerentwicklung von Detmold bezogen auf Gebietsstand nach Ref. 1970.svg

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

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

Captions

Captions

Add a one-line explanation of what this file represents

Summary

[edit]
Description
Deutsch: Einwohnerentwicklung von Detmold bezogen auf den Gebieststand nach Reform von 1970
Source Own work
Author Summer ... hier! (talk)

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.

Gnuplot script to generate this plot

[edit]
 
This plot was created with Gnuplot by v.
#!/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


# Bereiche/Format/etc X-Achse 
set xdata time
set xlabel 'Jahr'
set xrange ['17.05.1939':'31.12.2015']
set xtics '01.01.1600', 60 * 60 * 24 * 365.25 * 10
                      #  xtics in Sekunden 
                      # der Beginn der X-Einteilung kann außerhalb xrange
                      # liegen
set mxtics 5
set format x '%Y'     # Beschriftungsformat JJJJ


# Bereiche/Format/etc Y-Achse
set ylabel 'Einwohnerzahl'
set yrange [0:]
set ytics 10000
set decimalsign locale "de_DE.utf8"
set decimal     locale "de_DE.utf8"
set format y  "%'.0f"  # Ausgabeformat
set mytics 5


# 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 '-' using 1:($2) with filledcurves below x1 lt rgb 'dark-blue' lw 2


# Werte für heutigen Gebietsstand
#
# Quelle:
# https://de.wikipedia.org/wiki/Detmold#Einwohnerentwicklung
# Tabelle: Detmold nach dem heutigen Gebietsstand
17.05.1939;41918
13.09.1950;57944
06.06.1961;60394
31.12.1969;64473
27.05.1970;63266
30.06.1974;65793
31.12.1975;65635
31.12.1980;67621
31.12.1985;66396
25.05.1987;65502
#
31.12.1990;70074
31.12.1995;73343
31.12.2000;73695
31.12.2005;73508
31.12.2008;73368
31.12.2012;73602
31.12.2013;73449
31.12.2014;73586
31.12.2015;74817
EOF


# Werte für alten Gebietsstand
#
# Quelle:
# https://de.wikipedia.org/wiki/Detmold#Einwohnerentwicklung
# Tabelle: Detmold nach dem damaligen Gebietsstand
30.06.1305;300
30.06.1700;1100
31.12.1818;2742
31.12.1828;3497
31.12.1835;4137
31.12.1841;4716
31.12.1843;5021
31.12.1852;5177
31.12.1858;5232
03.12.1861;5600
03.12.1867;6269
#
01.12.1871;6469
01.12.1880;8053
01.12.1885;8916
01.12.1890;9700
01.12.1895;11232
01.12.1900;11968
01.12.1905;13272
01.12.1910;14295
01.12.1916;12426
05.12.1917;12311
08.10.1919;15275
#
16.06.1925;16051
16.06.1933;17561
17.05.1939;23202
31.12.1945;24837
29.10.1946;26713
13.09.1950;30178
25.09.1956;31038
06.06.1961;31236
31.12.1965;30744
31.12.1969;28196
EOF

File history

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

Date/TimeThumbnailDimensionsUserComment
current12:46, 28 August 2017Thumbnail for version as of 12:46, 28 August 2017800 × 400 (25 KB)Summer ... hier! (talk | contribs){{Information |Description = {{de|Einwohnerentwicklung von Detmold bezogen auf den Gebieststand nach Reform von 1970}} |Source = {{own}} |Author = ~~~ |Date = {{date}} }} == {{int:license-header}} == {{self|Cc-zero}} == G...

There are no pages that use this file.

Metadata