File:Germany population.svg

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

This is a file from the Wikimedia Commons. Information from its description page there is shown below.
Commons is a freely licensed media file repository. You can help.

Summary

Description
English: Germany's population (1950-2013).
Deutsch: Einwohnerentwicklung von Deutschland seit 1950
Date
Source Own work; data from Statistisches Bundesamt Deutschland
Author Gorgo

Gnuplot script to generate this plot

 
This W3C-unspecified plot was created with Gnuplot.
#!/usr/bin/gnuplot
# gnuplot 

#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 ['1950':'2015']
set xtics 60 * 60 * 24 * 365.25 * 5
set mxtics 5
set format x '%Y'
 
set ylabel 'Einwohnerzahl' # Label der Y-Achse
set ytics 5000000          # Teilstriche
set mytics 5               # Unterteilung
set yrange [65000000:85000000] # Bereich
# Ein lakale Einstellung von Dezimalzahlen auswählen. 
# Die Optionen können unter Unix mit "locale -a" ermittelt werden. 
set decimalsign locale "de_DE.utf8"
set decimal     locale "de_DE.utf8"
set format y  "%'.0f"  # Ausgabeformat

set term svg size 800,400 font "Arial,10"
set output 'germany_population.svg'

# erster Graph die Einwohner insgesamt (blau)
# zweiter Graph die Einwohner mit deut. Staatsangeh. (schwarz)
plot '-' using 1:($2) with filledcurves below x1 lt rgb 'dark-blue' lw 2,\
     '-' using 1:($2)                            lt rgb 'black'     lw 2
# Achtung: das der Bereich der Y-Achse nicht bei Null beginnt, kommt es 
# leicht zu Fehlinterpretation der Verhältnisse!!! 

# Daten für 2014-2015 im Aug. von user:Summer aus 
# [[:de:Demografie Deutschlands#Historische Entwicklung]] ergänzt.
2015;82175684
2014;81198000
2013;80767000
2012;80524000
2011;80328000
2010;81752000
2009;81802000
2008;82002000
2007;82218000
2006;82315000
2005;82438000
2004;82501000
2003;82532000
2002;82537000
2001;82440000
2000;82260000
1999;82163000
1998;82037000
1997;82057000
1996;82012000
1995;81817000
1994;81539000
1993;81338000
1992;80975000
1991;80275000
1990;79753000
1989;79113000
1988;78390000
1987;77900000
1986;77780000
1985;77661000
1984;77709000
1983;78008000
1982;78248000
1981;78418000
1980;78397000
1979;78180000
1978;78073000
1977;78111000
1976;78209000
1975;78465000
1974;78882000
1973;79053000
1972;78821000
1971;78556000
1970;78069000
1969;78269000
1968;77550000
1967;77038000
1966;76864000
1965;76336000
1964;75591000
1963;75046000
1962;74383000
1961;73668000
1960;73147000
1959;72543000
1958;72031000
1957;71475000
1956;70943000
1955;71350000
1954;70945000
1953;70566000
1952;70164000
1951;69785000
1950;69346000
e
# Anzahl der Einw. m. deut. Staatsangeh.
# Datenquelle: [[:de:Demografie Deutschlands#Historische Entwicklung]] 
1990;74171000
1995;74475000
2000;74992000
2005;75149000
2010;74553000
2011;73985500
2012;73880000
2013;73752200
2014;73657800
2015;73523800
e
e

Licensing

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.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

22 August 2012

File history

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

Date/TimeThumbnailDimensionsUserComment
current05:15, 5 October 2017Thumbnail for version as of 05:15, 5 October 2017800 × 400 (28 KB)Summer ... hier!Einfach den unveränderten Code durch GnuPlot gejagt und schon war die schwarze Kurve mit "Anzahl der Einw. m. deut. Staatsangeh" da
13:02, 18 August 2017Thumbnail for version as of 13:02, 18 August 2017800 × 400 (28 KB)Summer ... hier!Werte für 2014/15 ergänzt; >-Achse mit Dezimalpunkt
15:33, 26 October 2014Thumbnail for version as of 15:33, 26 October 2014800 × 400 (19 KB)SpecialEdZensus 2011
23:08, 10 March 2011Thumbnail for version as of 23:08, 10 March 2011800 × 400 (17 KB)Gorgo== Summary == {{Information |Description={{en|1=German population statistics, since 1950}} {{de|1=Einwohnerentwicklung von Deutschland seit 1950}} |Source={{own}}; data from [http://www.destatis.de/jetspeed/portal/cms/Sites/destatis/Internet/DE/Content/St

The following page uses this file:

Global file usage

The following other wikis use this file:

Metadata