File:Bremen Einwohner.svg

Summary

Description
Deutsch: Bevölkerungsentwicklung Freie Hansestadt Bremen

gnuplot

Skript für gnuplot:

#!/usr/bin/gnuplot 
$data << EOD
#Jahr   Stadt    B.haven
1946   377696      97000
1950   441025     113176
1960   557461     140121
1970   592533     142919
1980   555118     138728
1990   551219     130446
2000   539403     120822
2010   547340     113366
2012   546451     108323
2014   551767     110121
2016   565719     113034
2017   568006     113026
EOD

reset
timeformat = '%Y'
set encoding utf8
set term svg size 600,250 font 'Arial, Helvetica, sans-serif'
set grid lt 1 lw .5 lc '0xAA070707' front
set key below
set style fill solid
set style data filledcurves below x1
set xdata time
set format x timeformat
set autoscale xfix
set ylabel "Einwohner"
set output 'bremen_Einwohner.svg'
plot $data using (timecolumn(1, timeformat)):($2+$3) title "Bremerhaven", \
     $data using (timecolumn(1, timeformat)):2       title "Stadt Bremen"
unset output
Date
Source Own work (Original text: selbst mit gnuplot mit Daten aus Freie Hansestadt Bremen)
Author Stefan (Diskussion)

Licensing

Public domain This work has been released into the public domain by its author, StefanPohl at German Wikipedia. This applies worldwide.
In some countries this may not be legally possible; if so:
StefanPohl grants anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.
Category:PD-user#Bremen%20Einwohner.svg

Original upload log

Transferred from de.wikipedia to Commons by Wdwdbot using CommonsHelper.

The original description page was here. All following user names refer to de.wikipedia.
  • 2012-03-23 08:18 StefanPohl 800×600× (17930 bytes) {{Information |Beschreibung = Bevölkerungsentwicklung [[Freie Hansestadt Bremen]] |Quelle = selbst mit [gnuplot]] mit Daten aus [[Freie Hansestadt Bremen]] |Urheber = ~~~ |Datum = 23.03.2012 |Genehmigung = |Ande…
Category:Population statistics Bremen Category:Bremerhaven Category:Images with Gnuplot source code Category:Charts showing data through 2017
Category:Bremerhaven Category:Charts showing data through 2017 Category:Images with Gnuplot source code Category:PD-user Category:Population statistics Bremen