File:Gelsenkirchen population.svg

Original file(SVG file, nominally 1,000 × 500 pixels, file size: 36 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary edit

Description
Deutsch: Bevlkerungsentwicklung von Gelsenkirchen von 1850-2015
Date
Source Own work
Author Husky22
SVG development
InfoField
 
The SVG code is valid.
 
This population chart was created with Gnuplot.
 
This file uses translateable embedded text.
Source code
InfoField

Gnuplot code

#!/usr/bin/gnuplot
# gnuplot 5.0 / Windows 10
#
# Basierend auf http://commons.wikimedia.org/wiki/File:Mannheim_population.svg von Gorgo

#input
set timefmt "%Y"
set datafile separator ";" 
 
#output
unset key
set style data lines
set style fill transparent solid 0.4
set grid
 
set xdata time
set xlabel 'Jahr'
set xrange ['1850':'2015']
set xtics 10*365.25*3600*24
set mxtics 5
set format x '%Y'
 
set ylabel 'Einwohnerzahl'
set ytics 50
set yrange [0:400.000]
set format y '%.3f'

set term svg size 1000,500 font "Arial,14"
set output 'Gelsenkirchen_population.svg'

set datafile separator ";"

plot 'Gelsenkirchen.csv' using 1:($2) with filledcurves below x1 lt rgb 'dark-blue' lw 2

Data

# Datenquelle: http://de.wikipedia.org/wiki/Einwohnerentwicklung_von_Gelsenkirchen
Jahr/Datum;Einwohner
1852;0.844
1855;1.030
1858;1.597
1861;2.379
1864;3.556
1867;5.030
1871;7.825
1875;11.295
1880;14.615
1885;20.290
1890;28.057
1895;31.582
1900;36.935
1901;37.784
1902;37.040
1903;138.098
1904;142.519
1905;147.005
1906;151.195
1907;158.183
1908;164.816
1909;167.749
1910;169.513
1911;170.843
1912;172.846
1913;176.111
1916;162.671
1917;160.066
1919;168.557
1919;170.477
1920;173.703
1921;179.414
1922;182.506
1923;181.475
1924;206.595
1925;205.803
1926;211.461
1927;212.644
1928;339.577
1929;336.508
1930;334.175
1931;331.722
1932;331.844
1933;332.545
1934;330.496
1935;327.490
1936;326.228
1937;323.444
1938;322.259
1939;317.568
1940;321.586
1941;321.647
1942;319.751
1943;286.466
1944;271.439
1945;235.895
1946;265.793
1947;283.742
1948;292.660
1949;306.031
1950;315.460
1951;329.901
1952;341.257
1953;352.239
1954;361.360
1955;368.890
1956;376.644
1957;385.126
1958;389.218
1959;389.268
1960;388.118
1961;383.533
1962;381.849
1963;379.299
1964;375.861
1965;371.143
1966;363.015
1967;358.185
1968;355.095
1969;352.152
1970;347.307
1971;344.600
1972;338.646
1973;333.202
1974;327.591
1975;322.584
1976;317.980
1977;313.439
1978;309.551
1979;306.323
1980;304.386
1981;301.397
1982;297.493
1983;293.329
1984;287.956
1985;285.002
1986;283.560
1987;286.984
1988;287.255
1989;289.791
1990;293.714
1991;293.839
1992;295.368
1993;295.037
1994;293.542
1995;291.164
1996;289.023
1997;286.432
1998;284.085
1999;281.979
2000;278.695
2001;275.835
2002;274.926
2003;273.782
2004;270.109
2005;268.102
2006;266.772
2007;264.765
2008;262.063
2009;259.744
2010;257.981
2011;256.652
2012;257.607
2013;257.850
2014;257.651
2015;260.368
EOF

Licensing edit

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 4.0 International 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.

File history

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

Date/TimeThumbnailDimensionsUserComment
current21:18, 12 December 2016Thumbnail for version as of 21:18, 12 December 20161,000 × 500 (36 KB)Husky22 (talk | contribs)User created page with UploadWizard

There are no pages that use this file.

Metadata