File:Oktoberfest stats.svg
Summary
Description |
Deutsch: Entwicklung der Besucherzahlen und des Bierkonsums des Oktoberfests seit 1980 |
Date | |
Source |
Category:Unspec SVG created with Gnuplot#00050809Oktoberfest%20stats.svg Own work Data from https://www.muenchen.de |
Author | Gorgo |
Other versions |
![]() |
Gnuplot script to generate this plot
#!/usr/bin/gnuplot
# gnuplot 4.2 / Ubuntu 8.10
#input
set timefmt "%Y"
set datafile separator ";"
#output
set key top left
set style data lines
set grid
set xdata time
set xlabel 'Year'
set xrange ['1980':'2011']
set xtics 63072000
set mxtics 2
set format x '%Y'
set ylabel 'million of visitors'
set ytics nomirror
set yrange [2:9]
set ytics 1
set y2tics 1
set autoscale y2
set y2label 'million liter of beer'
set term svg size 800,400 font "Arial,10"
set output 'oktoberfest_stats.svg'
plot '-' using 1:($2) title 'visitors' axes x1y1 lt rgb 'red' lw 2, \
'-' using 1:($2/10000) title 'beer consumption' axes x1y1 lt rgb 'dark-blue' lw 2
1980;5.1
1981;6.2
1982;5.8
1983;6.6
1984;7
1985;7.1
1986;6.7
1987;6.5
1988;5.7
1989;6.2
1990;6.7
1991;6.4
1992;5.9
1993;6.5
1994;6.6
1995;6.7
1996;6.9
1997;6.4
1998;6.5
1999;6.5
2000;6.9
2001;5.5
2002;5.9
2003;6.3
2004;5.9
2005;6.1
2006;6.5
2007;6.2
2008;6
2009;5.7
2010;6.4
2011;6.9
e
1980;38438
1981;42434
1982;43323
1983;45760
1984;49713
1985;54541
1986;53807
1987;52817
1988;50951
1989;51241
1990;54300
1991;54686
1992;48888
1993;51933
1994;52108
1995;50162
1996;52622
1997;55891
1998;54782
1999;60054
2000;64591
2001;48698
2002;57614
2003;62294
2004;61163
2005;61012
2006;68617
2007;69406
2008;64922
2009;66436
2010;70000
2011;75000
e
Licensing
I, the copyright holder of this work, hereby publish it under the following license:
![]() |
I, the copyright holder of this work, release this work into the public domain. This applies worldwide. In some countries this may not be legally possible; if so: I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law. |