File:Hannover population.svg
Summary
| Description |
English: Hannover population statistics, since 1700
Deutsch: Einwohnerentwicklung von Hannover seit 1700 |
| Date | |
| Source | Own work based on: data from Einwohnerentwicklung von Hannover |
| Author | Gorgo |
| SVG development | Category:Valid SVG created with Gnuplot#Hannover%20population.svg |
Gnuplot script to generate this plot
#!/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 ['01.01.1700':'31.12.2015']
set xtics '01.01.1700', 60 * 60 * 24 * 365.25 * 25
# 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 100000
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
###
30.06.1190;1500
30.06.1350;4000
30.06.1435;5000
30.06.1766;11874
30.06.1811;16816
30.06.1823;17199
30.06.1833;23761
03.12.1843;25916
03.12.1846;26896
03.12.1849;28030
03.12.1852;31876
03.12.1855;33148
03.12.1858;33467
03.12.1861;60120
03.12.1864;67815
03.12.1867;73952
01.12.1871;87626
31.12.1872;90404
31.12.1873;95167
31.12.1874;99930
01.12.1875;106677
01.12.1880;122843
01.12.1885;139731
01.12.1890;163593
02.12.1895;209535
01.12.1900;235666
31.12.1901;240962
31.12.1902;245901
31.12.1903;250408
31.12.1904;247059
01.12.1905;250032
31.12.1906;254261
31.12.1907;284849
31.12.1908;290858
31.12.1909;296867
01.12.1910;302375
31.12.1911;308300
31.12.1912;316292
31.12.1913;322432
01.12.1916;292165
05.12.1917;287072
08.10.1919;310431
31.12.1919;321200
31.12.1920;400300
31.12.1921;407400
31.12.1922;412100
31.12.1923;410000
31.12.1924;416600
16.06.1925;422745
31.12.1925;426200
31.12.1926;428300
31.12.1927;433500
31.12.1928;438000
31.12.1929;443000
31.12.1930;445200
31.12.1931;444700
31.12.1932;443100
16.06.1933;443920
31.12.1933;444184
31.12.1934;444130
31.12.1935;448157
31.12.1936;452251
31.12.1937;462214
31.12.1938;470100
17.05.1939;470950
31.12.1939;477100
31.12.1940;474800
30.04.1945;217000
31.12.1945;325841
29.10.1946;354955
31.12.1947;384240
13.09.1950;444296
31.12.1951;469300
31.12.1952;482253
31.12.1953;495130
25.09.1956;536810
06.06.1961;572917
31.12.1961;574481
31.12.1962;574754
31.12.1963;568766
31.12.1964;565104
31.12.1965;555228
31.12.1966;545468
31.12.1967;531706
31.12.1968;526975
31.12.1969;523874
27.05.1970;523941
31.12.1970;522098
31.12.1971;516744
31.12.1972;513480
31.12.1973;505106
31.12.1974;562951
31.12.1975;552955
31.12.1976;547077
31.12.1977;542134
31.12.1978;538243
31.12.1979;535854
31.12.1980;534623
31.12.1981;531319
31.12.1982;526253
31.12.1983;523033
31.12.1984;514010
31.12.1985;508298
31.12.1986;505718
25.05.1987;494864
31.12.1987;495867
31.12.1988;498495
31.12.1989;505872
31.12.1990;513010
31.12.1991;517476
31.12.1992;523627
31.12.1993;524823
31.12.1994;525763
31.12.1995;523147
31.12.1996;522574
31.12.1997;520670
31.12.1998;516157
31.12.1999;514718
31.12.2000;515001
31.12.2001;516415
31.12.2002;517310
31.12.2003;516160
31.12.2004;515841
31.12.2005;515729
31.12.2006;516343
31.12.2007;518069
31.12.2008;519619
31.12.2009;520966
31.12.2010;522686
09.05.2011;506416
31.12.2011;509485
31.12.2012;514137
31.12.2013;518386
31.12.2014;523642
# Daten für 2015 aus "Einwohnerentwicklung von Hannover" im Aug.
# übernommen. user:summer
31.12.2015;532163
e
Licensing
I, the copyright holder of this work, hereby publish it under the following license:
| 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.
|