File:Dessau population.svg

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

Captions

Captions

Add a one-line explanation of what this file represents

Summary edit

Description
Deutsch: Bevölkerungsentwicklung von Dessau-Roßlau von 1600 bis 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 ['1600':'2015']
set xtics 20*365.25*3600*24
set mxtics 5
set format x '%Y'
 
set ylabel 'Einwohnerzahl'
set ytics 20
set yrange [0:140.000]
set format y '%.3f'

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

set datafile separator ";"

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

Data

# Datenquelle: http://de.wikipedia.org/wiki/Einwohnerentwicklung_von_Dessau-Roßlau
Jahr/Datum;Einwohner
1600;2.500
1787;7.787
1830;10.612
1852;13.861
1858;15.071
1861;15.613
1864;16.300
1867;16.900
1871;17.459
1875;19.643
1880;23.266
1885;27.766
1890;34.658
1895;42.375
1900;50.851
1905;55.134
1910;56.605
1916;51.860
1917;51.082
1919;57.700
1920;59.684
1925;71.272
1930;83.200
1933;78.593
1935;105.211
1939;119.165
1940;131.400
1945;85.663
1946;88.139
1950;91.973
1955;94.301
1956;93.485
1957;92.455
1958;92.773
1959;93.273
1960;93.459
1961;93.968
1962;95.167
1963;95.730
1964;95.452
1965;95.682
1966;96.298
1967;96.833
1968;97.048
1969;97.811
1970;98.402
1971;99.571
1972;100.188
1973;100.441
1974;100.820
1975;100.662
1976;100.726
1977;101.064
1978;101.322
1979;101.411
1980;102.529
1981;103.194
1982;103.581
1983;103.738
1984;103.816
1985;103.569
1986;103.538
1987;103.831
1988;103.867
1989;101.262
1990;96.754
1991;95.097
1992;94.528
1993;93.287
1994;92.535
1995;90.945
1996;90.131
1997;88.607
1998;86.623
1999;85.000
2000;83.153
2001;80.965
2002;79.449
2003;78.380
2004;77.393
2005;78.360
2006;77.394
2007;89.934
2008;88.693
2009;87.764
2010;86.906
2011;85.488
2012;84.606
2013;83.616
2014;83.061
2015;83.304 # Anmerk.: im März 2018 fand sich in der Quelle für den  
#           # 31. Dezember 2015 ein Wert von 82.919
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
current20:57, 12 December 2016Thumbnail for version as of 20:57, 12 December 20161,000 × 500 (39 KB)Husky22 (talk | contribs)User created page with UploadWizard

There are no pages that use this file.

Metadata