#!/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 ['01.01.1700':'31.12.2010']
set xtics 788400000
set mxtics 5
set format x '%Y'
set ylabel 'Einwohnerzahl'
set ytics 100000
set format y '%.0f'
set term svg size 800,400 font "Arial,10"
set output 'frankfurt_population.svg'
plot '-' using 1:($2) with filledcurves below x1 lt rgb 'dark-blue' lw 2
30.06.1387;9600
30.06.1520;10000
30.06.1605;20000
30.06.1700;23000
30.06.1750;32000
30.06.1810;40485
03.12.1837;54037
03.12.1840;56217
03.12.1843;56348
03.12.1846;58519
03.12.1849;59366
03.12.1852;62561
03.12.1855;64316
03.12.1858;68049
03.12.1861;71564
03.12.1864;78221
03.12.1867;78277
01.12.1871;91040
01.12.1875;103136
01.12.1880;136831
01.12.1885;154441
01.12.1890;180020
02.12.1895;229279
01.12.1900;288989
01.12.1905;334978
01.12.1910;414576
01.12.1916;395663
05.12.1917;389692
08.10.1919;433002
31.12.1919;458400
31.12.1920;466900
31.12.1921;475700
31.12.1922;477700
31.12.1923;471600
31.12.1924;472300
16.06.1925;467520
31.12.1925;473500
31.12.1926;472900
31.12.1927;475000
31.12.1928;551200
31.12.1929;547000
31.12.1930;540900
31.12.1931;535900
31.12.1932;534000
16.06.1933;555857
31.12.1933;554900
31.12.1934;555367
31.12.1935;555279
31.12.1936;551051
31.12.1937;551420
31.12.1938;557100
17.05.1939;553464
31.12.1940;557900
31.12.1945;357737
29.10.1946;424065
13.09.1950;532037
31.12.1951;562743
31.12.1952;580463
31.12.1953;600579
25.09.1956;623172
31.12.1960;670048
06.06.1961;683081
31.12.1961;685682
31.12.1962;688896
31.12.1963;691257
31.12.1964;689724
31.12.1965;689288
31.12.1966;683707
31.12.1967;667457
31.12.1968;665405
31.12.1969;665791
27.05.1970;669635
31.12.1970;669751
31.12.1971;657776
31.12.1972;666990
31.12.1973;663422
31.12.1974;652037
31.12.1975;636157
31.12.1976;626251
31.12.1977;632565
31.12.1978;631007
31.12.1979;628203
31.12.1980;629375
31.12.1981;625352
31.12.1982;620186
31.12.1983;610244
31.12.1984;599634
31.12.1985;595348
31.12.1986;592411
25.05.1987;618266
31.12.1987;621379
31.12.1988;625258
31.12.1989;635151
31.12.1990;644865
31.12.1991;654079
31.12.1992;663952
31.12.1993;659803
31.12.1994;652412
31.12.1995;650055
31.12.1996;647304
31.12.1997;643469
31.12.1998;643857
31.12.1999;643821
31.12.2000;646550
31.12.2001;641076
31.12.2002;643726
31.12.2003;643432
31.12.2004;646889
31.12.2005;651899
31.12.2006;652610
31.12.2007;659021
31.12.2008;664838
31.12.2009;671927
30.06.2010;676290
e