File:Population Bergisch Gladbach.svg
| Description |
Population of Bergisch Gladbach, Germany. Red: Before unification with Bensberg and Schildgen in 1975. Green: After. Bevölkerung von Bergisch Gladbach. Rot: Vor dem Zusammenschluss mit Bensberg und Schildgen 1975. Grün: Danach. |
| Date | |
| Source | Own work |
| Author | Peter Schlömer (Dapete) |
| This work has been released into the public domain by its author, Dapete. This applies worldwide. In some countries this may not be legally possible; if so: |
#!/usr/bin/gnuplot
set terminal svg enhanced fname "Bitstream Vera Sans"
set output 'Population Bergisch Gladbach.svg'
set xdata time
set timefmt "%Y"
set format x "%Y"
set xrange [ * : "2016" ] noreverse nowriteback
set xtics nomirror
set yrange [ 0 : * ] noreverse nowriteback
set ytics nomirror
set grid ytics
set border 3
plot 'bev.dat' using 1:2 title "" with lines, 'bev.dat' using 1:3 title "" with lines
quit
Daten der Datei 'bev.dat'
1773 1760 * 1810 2655 * 1834 3764 * 1871 6192 * 1885 7928 * 1890 9500 * 1895 10029 * 1900 11435 * 1905 13411 * 1910 15207 * 1916 14766 * 1917 15551 * 1919 16733 * 1925 18140 * 1933 20446 * 1939 22286 * 1945 28444 * 1946 30230 * 1950 32681 * 1956 36392 * 1961 41902 * 1965 46416 * 1970 49558 * 1974 51771 * 1975 * 99517 1980 * 101472 1985 * 101112 1987 * 100589 1990 * 104037 1995 * 105478 2000 * 105693 2005 * 105761 2006 * 105641 # Die Daten für 2010, 2011 u. 2016 am 26. Sep. 2017 aus Tab. in # https://de.wikipedia.org/wiki/Bergisch_Gladbach#Einwohnerentwicklung # übernommen. 2010 * 109994 2011 * 108878 2016 * 112696 EOFCategory:Temporal population graphs of North Rhine-Westphalia#Bergisch%20Gladbach Category:Economy of Bergisch Gladbach#Bevölkerungsentwicklung Category:Files by User:Dapete Category:Images with Gnuplot source code