File:Papenburg population.svg

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

Original file(SVG file, nominally 1,600 × 450 pixels, file size: 24 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description
English: Papenburg population statistics, since 1639
Deutsch: Einwohnerentwicklung von Papenburg seit 1639; ab 1974 einschließlich eingemeindeter Orte
Date 2012-12-31, 2019-09-29
Source Own work;
Version 2011 generated using GNUplot with data from "Papenburg aus der Geschichte der Stadt" (p.194), Papenburg website;
Version 2019 generated using GNUplot (gnuplot.respawned.com) using data listed below.
Author Buckfush, Messerjokke79
SVG development
InfoField
 
The SVG code is valid.
 
This chart was created with Gnuplot.
 
This chart uses translateable embedded text.
Source code
InfoField
Gnuplot code
#!/usr/bin/gnuplot
# gnuplot 4.2 / Ubuntu 8.10 
 
#input
set timefmt "%d.%m.%Y"
set datafile separator ";"
 
#output
unset key
set style data lines
set style fill transparent solid 0.6
set grid
 
set xdata time
set xlabel 'Jahr'
set xrange ['01.01.1639':'31.12.2012']
set xtics 788400000
set mxtics 5
set format x '%Y'
 
set ylabel 'Einwohnerzahl'
set ytics 2500
set format y '%.0f'
 
set term svg size 800,400 font "Arial,10"
set output 'papenburg_population.svg'
Data
plot '-' using 1:($2) with filledcurves below x1 lt rgb 'DimGray' lw 2
01.01.1639;21
01.01.1657;70
01.01.1661;105
01.01.1674;238
01.01.1699;546
01.01.1744;1270
01.01.1785;2114
01.01.1800;2500
01.01.1812;3309
01.01.1815;3668
01.01.1838;4858
01.01.1861;5799
01.12.1875;6819
01.12.1890;6933
01.12.1900;7611
16.06.1925;9476
01.01.1935;11274
01.10.1945;14046
01.01.1950;15140
01.01.1955;15286
01.01.1960;15718
01.01.1965;16876
01.01.1973;18452
31.12.1974;26888
31.12.1975;27039
31.12.1976;27106
31.12.1977;27144
31.12.1978;27236
31.12.1979;27420
31.12.1980;27571
31.12.1981;27944
31.12.1982;28067
31.12.1983;28313
31.12.1984;28497
31.12.1985;28565
31.12.1986;28652
31.12.1987;29132
31.12.1988;29237
31.12.1989;29491
31.12.1990;30078
31.12.1991;30740
31.12.1992;31526
31.12.1993;32416
31.12.1994;32762
31.12.1995;33624
31.12.1996;33741
31.12.1997;33692
31.12.1998;33671
31.12.1999;33731
31.12.2000;34096
31.12.2001;34266
31.12.2002;34403
31.12.2003;34245
31.12.2004;34440
31.12.2005;34684
31.12.2006;34890
31.12.2007;35226
31.12.2008;35268
31.12.2009;35073
31.12.2010;35032
31.12.2011;35237
31.12.2012;35949
e
 
This plot was created with Gnuplot.

Source code

InfoField
Gnuplot code
#!/usr/bin/gnuplot
# script.txt for use with http://gnuplot.respawned.com
 
#input
set timefmt "%d.%m.%Y"
set datafile separator ";"
 
#output
unset key
set style data lines
set style fill transparent solid 0.7
set grid
 
set xdata  time
#set xlabel 'Jahr'
set xrange ['01.01.1639':'31.12.2018'] # Enddatum anpassen
set xtics  788400000 # 25 Jahre
set mxtics 5
set format x '%Y'
 
#set ylabel 'Einwohnerzahl'
set ytics  5000
set mytics 5
set format y '%.0f'
 
set term svg size 1600,450 font "sans-serif,17" background rgb '#F8F9FA'
set output 'papenburg_population.svg'
 
plot 'data.txt' using 1:($2) with filledcurves below x1 lt rgb '#ABCDEF' lw 2
Data
# data.txt for use with http://gnuplot.respawned.com
# Datum;Einwohner
01.01.1639;21
01.01.1657;70
01.01.1661;105
01.01.1674;238
01.01.1699;546
01.01.1744;1270
01.01.1785;2114
01.01.1800;2500
01.01.1812;3309
01.01.1815;3668
01.01.1838;4858
01.01.1861;5799
01.12.1875;6819
01.12.1890;6933
01.12.1900;7611
16.06.1925;9476
01.01.1935;11274
01.10.1945;14046
01.01.1950;15140
01.01.1955;15286
01.01.1960;15718
01.01.1965;16876
31.12.1968;25197  # https://stadt.papenburg.de/fileadmin/formulare/dokumente_unsere_stadt_daten_zahlen/bevoelkerungsentwicklg_gesamt_1968-2012juni_lskn.pdf
31.12.1969;25690  # https://stadt.papenburg.de/fileadmin/formulare/dokumente_unsere_stadt_daten_zahlen/bevoelkerungsentwicklg_gesamt_1968-2012juni_lskn.pdf
31.12.1970;26290  # https://stadt.papenburg.de/fileadmin/formulare/dokumente_unsere_stadt_daten_zahlen/bevoelkerungsentwicklg_gesamt_1968-2012juni_lskn.pdf
31.12.1971;26524  # https://stadt.papenburg.de/fileadmin/formulare/dokumente_unsere_stadt_daten_zahlen/bevoelkerungsentwicklg_gesamt_1968-2012juni_lskn.pdf
31.12.1972;26728  # https://stadt.papenburg.de/fileadmin/formulare/dokumente_unsere_stadt_daten_zahlen/bevoelkerungsentwicklg_gesamt_1968-2012juni_lskn.pdf
31.12.1973;26898  # https://stadt.papenburg.de/fileadmin/formulare/dokumente_unsere_stadt_daten_zahlen/bevoelkerungsentwicklg_gesamt_1968-2012juni_lskn.pdf
31.12.1974;26888  # https://stadt.papenburg.de/fileadmin/formulare/dokumente_unsere_stadt_daten_zahlen/bevoelkerungsentwicklg_gesamt_1968-2012juni_lskn.pdf
31.12.1975;27039  # https://stadt.papenburg.de/fileadmin/formulare/dokumente_unsere_stadt_daten_zahlen/bevoelkerungsentwicklg_gesamt_1968-2012juni_lskn.pdf
31.12.1976;27106  # https://stadt.papenburg.de/fileadmin/formulare/dokumente_unsere_stadt_daten_zahlen/bevoelkerungsentwicklg_gesamt_1968-2012juni_lskn.pdf
31.12.1977;27144  # https://stadt.papenburg.de/fileadmin/formulare/dokumente_unsere_stadt_daten_zahlen/bevoelkerungsentwicklg_gesamt_1968-2012juni_lskn.pdf
31.12.1978;27236  # https://stadt.papenburg.de/fileadmin/formulare/dokumente_unsere_stadt_daten_zahlen/bevoelkerungsentwicklg_gesamt_1968-2012juni_lskn.pdf
31.12.1979;27420  # https://stadt.papenburg.de/fileadmin/formulare/dokumente_unsere_stadt_daten_zahlen/bevoelkerungsentwicklg_gesamt_1968-2012juni_lskn.pdf
31.12.1980;27571  # https://stadt.papenburg.de/fileadmin/formulare/dokumente_unsere_stadt_daten_zahlen/bevoelkerungsentwicklg_gesamt_1968-2012juni_lskn.pdf
31.12.1981;27944  # https://stadt.papenburg.de/fileadmin/formulare/dokumente_unsere_stadt_daten_zahlen/bevoelkerungsentwicklg_gesamt_1968-2012juni_lskn.pdf
31.12.1982;28067  # https://stadt.papenburg.de/fileadmin/formulare/dokumente_unsere_stadt_daten_zahlen/bevoelkerungsentwicklg_gesamt_1968-2012juni_lskn.pdf
31.12.1983;28313  # https://stadt.papenburg.de/fileadmin/formulare/dokumente_unsere_stadt_daten_zahlen/bevoelkerungsentwicklg_gesamt_1968-2012juni_lskn.pdf
31.12.1984;28497  # https://stadt.papenburg.de/fileadmin/formulare/dokumente_unsere_stadt_daten_zahlen/bevoelkerungsentwicklg_gesamt_1968-2012juni_lskn.pdf
31.12.1985;28565  # https://stadt.papenburg.de/fileadmin/formulare/dokumente_unsere_stadt_daten_zahlen/bevoelkerungsentwicklg_gesamt_1968-2012juni_lskn.pdf
31.12.1986;28652  # https://stadt.papenburg.de/fileadmin/formulare/dokumente_unsere_stadt_daten_zahlen/bevoelkerungsentwicklg_gesamt_1968-2012juni_lskn.pdf
31.12.1987;29132  # https://stadt.papenburg.de/fileadmin/formulare/dokumente_unsere_stadt_daten_zahlen/bevoelkerungsentwicklg_gesamt_1968-2012juni_lskn.pdf
31.12.1988;29237  # https://stadt.papenburg.de/fileadmin/formulare/dokumente_unsere_stadt_daten_zahlen/bevoelkerungsentwicklg_gesamt_1968-2012juni_lskn.pdf
31.12.1989;29491  # https://stadt.papenburg.de/fileadmin/formulare/dokumente_unsere_stadt_daten_zahlen/bevoelkerungsentwicklg_gesamt_1968-2012juni_lskn.pdf
31.12.1990;30078  # https://stadt.papenburg.de/fileadmin/formulare/dokumente_unsere_stadt_daten_zahlen/bevoelkerungsentwicklg_gesamt_1968-2012juni_lskn.pdf
31.12.1991;30740  # https://stadt.papenburg.de/fileadmin/formulare/dokumente_unsere_stadt_daten_zahlen/bevoelkerungsentwicklg_gesamt_1968-2012juni_lskn.pdf
31.12.1992;31526  # https://stadt.papenburg.de/fileadmin/formulare/dokumente_unsere_stadt_daten_zahlen/bevoelkerungsentwicklg_gesamt_1968-2012juni_lskn.pdf
31.12.1993;32416  # https://stadt.papenburg.de/fileadmin/formulare/dokumente_unsere_stadt_daten_zahlen/bevoelkerungsentwicklg_gesamt_1968-2012juni_lskn.pdf
31.12.1994;32762  # https://stadt.papenburg.de/fileadmin/formulare/dokumente_unsere_stadt_daten_zahlen/bevoelkerungsentwicklg_gesamt_1968-2012juni_lskn.pdf
31.12.1995;33624  # https://stadt.papenburg.de/fileadmin/formulare/dokumente_unsere_stadt_daten_zahlen/bevoelkerungsentwicklg_gesamt_1968-2012juni_lskn.pdf
31.12.1996;33741  # https://stadt.papenburg.de/fileadmin/formulare/dokumente_unsere_stadt_daten_zahlen/bevoelkerungsentwicklg_gesamt_1968-2012juni_lskn.pdf
31.12.1997;33692  # https://stadt.papenburg.de/fileadmin/formulare/dokumente_unsere_stadt_daten_zahlen/bevoelkerungsentwicklg_gesamt_1968-2012juni_lskn.pdf
31.12.1998;33671  # https://stadt.papenburg.de/fileadmin/formulare/dokumente_unsere_stadt_daten_zahlen/bevoelkerungsentwicklg_gesamt_1968-2012juni_lskn.pdf
31.12.1999;33731  # https://stadt.papenburg.de/fileadmin/formulare/dokumente_unsere_stadt_daten_zahlen/bevoelkerungsentwicklg_gesamt_1968-2012juni_lskn.pdf
31.12.2000;34096  # https://stadt.papenburg.de/fileadmin/formulare/dokumente_unsere_stadt_daten_zahlen/bevoelkerungsentwicklg_gesamt_1968-2012juni_lskn.pdf
31.12.2001;34266  # https://stadt.papenburg.de/fileadmin/formulare/dokumente_unsere_stadt_daten_zahlen/bevoelkerungsentwicklg_gesamt_1968-2012juni_lskn.pdf
31.12.2002;34403  # https://stadt.papenburg.de/fileadmin/formulare/dokumente_unsere_stadt_daten_zahlen/bevoelkerungsentwicklg_gesamt_1968-2012juni_lskn.pdf
31.12.2003;34245  # https://stadt.papenburg.de/fileadmin/formulare/dokumente_unsere_stadt_daten_zahlen/bevoelkerungsentwicklg_gesamt_1968-2012juni_lskn.pdf
31.12.2004;34440  # https://stadt.papenburg.de/fileadmin/formulare/dokumente_unsere_stadt_daten_zahlen/bevoelkerungsentwicklg_gesamt_1968-2012juni_lskn.pdf
31.12.2005;34684  # https://stadt.papenburg.de/fileadmin/formulare/dokumente_unsere_stadt_daten_zahlen/bevoelkerungsentwicklg_gesamt_1968-2012juni_lskn.pdf
31.12.2006;34890  # https://stadt.papenburg.de/fileadmin/formulare/dokumente_unsere_stadt_daten_zahlen/bevoelkerungsentwicklg_gesamt_1968-2012juni_lskn.pdf
31.12.2007;35226  # https://stadt.papenburg.de/fileadmin/formulare/dokumente_unsere_stadt_daten_zahlen/bevoelkerungsentwicklg_gesamt_1968-2012juni_lskn.pdf
31.12.2008;35268  # https://stadt.papenburg.de/fileadmin/formulare/dokumente_unsere_stadt_daten_zahlen/bevoelkerungsentwicklg_gesamt_1968-2012juni_lskn.pdf
31.12.2009;35073  # https://stadt.papenburg.de/fileadmin/formulare/dokumente_unsere_stadt_daten_zahlen/bevoelkerungsentwicklg_gesamt_1968-2012juni_lskn.pdf
31.12.2010;35032  # https://stadt.papenburg.de/fileadmin/formulare/dokumente_unsere_stadt_daten_zahlen/bevoelkerungsentwicklg_gesamt_1968-2012juni_lskn.pdf
31.12.2011;35237  # https://stadt.papenburg.de/fileadmin/formulare/dokumente_unsere_stadt_daten_zahlen/bevoelkerungsentwicklg_gesamt_1968-2012juni_lskn.pdf
31.12.2012;35749  # https://stadt.papenburg.de/fileadmin/formulare/dokumente_unsere_stadt_daten_zahlen/bevoelkerungsentwicklg_gesamt_1968-2012juni_lskn.pdf
31.12.2013;35614  # https://stadt.papenburg.de/fileadmin/formulare/dokumente_unsere_stadt_daten_zahlen/bevoelkerungsentwicklg_2011-2015_basis_zensus_lskn.pdf
31.12.2014;35981  # https://stadt.papenburg.de/fileadmin/formulare/dokumente_unsere_stadt_daten_zahlen/bevoelkerungsentwicklg_2011-2015_basis_zensus_lskn.pdf
30.09.2015;36456  # https://stadt.papenburg.de/fileadmin/formulare/dokumente_unsere_stadt_daten_zahlen/bevoelkerungsentwicklg_2011-2015_basis_zensus_lskn.pdf
31.12.2016;36698  # aus WikiData, https://www1.nls.niedersachsen.de/statistik/
31.12.2017;37030  # aus WikiData, https://www.destatis.de/DE/ZahlenFakten/LaenderRegionen/Regionales/Gemeindeverzeichnis/Administrativ/Archiv/GVAuszugQ/AuszugGV4QAktuell.html
31.12.2018;38340  # https://stadt.papenburg.de/unsere-stadt/daten-und-geschichte/basis-und-strukturdaten/

Licensing[edit]

I, the copyright holder of this work, hereby publish it under the following licenses:
GNU head Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.
w:en:Creative Commons
attribution
This file is licensed under the Creative Commons Attribution 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.
You may select the license of your choice.

File history

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

Date/TimeThumbnailDimensionsUserComment
current09:41, 29 September 2019Thumbnail for version as of 09:41, 29 September 20191,600 × 450 (24 KB)Messerjokke79 (talk | contribs)updated script and data
22:59, 30 December 2011Thumbnail for version as of 22:59, 30 December 2011800 × 400 (23 KB)Buckfush (talk | contribs){{Information |Description ={{en|1=Papenburg population statistics, since 1639}} {{de|1=Einwohnerentwicklung von Essen seit 1639}} |Source ={{own}};data from "Papenburg aus der Geschichte der Stadt" (p.194), [http://papenburg.de/index.php?m=1&

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file:

Metadata