File:Oktoberfest stats.svg

Original file(SVG file, nominally 800 × 400 pixels, file size: 19 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary edit

Description
Deutsch: Entwicklung der Besucherzahlen und des Bierkonsums des Oktoberfests seit 1980
Date
Source
 
This W3C-unspecified plot was created with Gnuplot.
Own work
Data from http://www.muenchen.de
Author Gorgo
Other versions
de-version

Gnuplot script to generate this plot edit

#!/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 edit

I, the copyright holder of this work, hereby publish it under the following license:
Public domain 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.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current20:52, 8 October 2011Thumbnail for version as of 20:52, 8 October 2011800 × 400 (19 KB)Gorgo (talk | contribs)2011
15:06, 9 October 2010Thumbnail for version as of 15:06, 9 October 2010800 × 400 (19 KB)Gorgo (talk | contribs)2010
20:49, 18 September 2010Thumbnail for version as of 20:49, 18 September 2010800 × 600 (21 KB)Gorgo (talk | contribs)== {{int:filedesc}} == {{Information | Description = {{de|1=Entwicklung der Besucherzahlen und des Bierkonsums des Oktoberfests seit 1980}} | Date = 2010-09-18 | Source = {{Created with Gnuplot}} {{Own work}} <br /> Data from http://w

The following page uses this file:

File usage on other wikis

The following other wikis use this file:

Metadata