File:Ottobrunn population.svg
Summary
| Description |
English: Ottobrunn population statistics, since 1912
Deutsch: Einwohnerentwicklung von Ottobrunn seit 1912 |
| Date | |
| Source | Own work; data from de:Ottobrunn |
| Author | Gorgo |
Gnuplot script to generate this plot
#!/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.4
set grid
set xdata time
set xlabel 'Jahr'
set xrange ['30.06.1912':'31.12.2010']
set xtics 157680000
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 'Ottobrunn_population.svg'
plot '-' using 1:($2) with filledcurves below x1 lt rgb 'dark-blue' lw 2
30.06.1912;96
30.06.1922;517
16.06.1925;641
30.06.1932;1114
17.05.1939;1773
30.06.1942;1935
13.09.1950;4628
30.06.1952;5101
31.12.1956;6059
31.12.1957;6323
31.12.1958;6754
31.12.1959;7557
31.12.1960;8618
06.06.1961;8770
31.12.1961;9074
31.12.1962;9530
31.12.1963;9474
31.12.1964;9625
31.12.1965;10037
31.12.1966;10714
31.12.1967;11265
31.12.1968;12251
31.12.1969;14108
27.05.1970;13413
31.12.1970;13840
31.12.1971;14983
31.12.1972;16538
31.12.1973;17988
31.12.1974;18206
31.12.1975;18401
31.12.1976;18839
31.12.1977;18916
31.12.1978;19164
31.12.1979;19493
31.12.1980;19894
31.12.1981;19879
31.12.1982;19989
31.12.1983;20129
31.12.1984;20202
31.12.1985;20669
31.12.1986;20743
25.05.1987;18784
31.12.1987;18687
31.12.1988;18739
31.12.1989;18828
31.12.1990;18933
31.12.1991;19122
31.12.1992;18956
31.12.1993;18878
31.12.1994;18644
31.12.1995;18528
31.12.1996;18479
31.12.1997;18389
31.12.1998;18400
31.12.1999;18525
31.12.2000;19003
31.12.2001;19426
31.12.2002;19362
31.12.2003;19279
31.12.2004;19462
31.12.2005;19695
31.12.2006;19747
31.12.2007;19836
31.12.2008;19923
31.12.2009;19909
31.12.2010;20105
e
Licensing
I, the copyright holder of this work, hereby publish it under the following license:
| 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.
|