File:Bundesliga Toreschnitt pro Saison.svg

This image should always reflect the most recent version. Feel free to update it when needed.

Note: 
See code snippet in file description and section Data for details
Category:Most recent version#Bundesliga%20Toreschnitt%20pro%20Saison.svg

Summary

Description
Deutsch: Anzahl der durchschnittlich pro Spiel in jeder Saison geschossenen Tore in der deutschen Fußball-Bundesliga (Stand: 2021/22; Datenquelle: Weltfussball.de, siehe auch unten)
English: Numbers of average goals scored per match per season in the German Fußball-Bundesliga (as of season 2021/22; data source: Weltfussball.de, see also below)
Date
Source Own work
Author Gretarsson
SVG development
InfoField
Source code
InfoField

Gnuplot code

# cd "path/to/datafile-directory"
set encoding utf8
set terminal svg size 800,350 font "Arial, 12"
set output 'Bundesliga_Toreschnitt_pro_Saison.svg'
set xtics rotate by 60 offset -1.8,-1.5 font ",9" scale 0
set yrange [2:4]
set ylabel "Tore pro Spiel" offset +2,0
set ytics out
set mytics 5
set grid y
set bmargin 2.5
set lmargin 8
set boxwidth 0.7
set style fill solid 0.5 border -1
set decimalsign ","
unset key
plot "Bundesliga_Toreschnitt_pro_Saison.txt" u 1:4:xtic(1) w boxes linecolor rgb "#00FF00" title "Durchschnittlich pro Spiel geschossene Tore in der deutschen Fußball-Bundesliga"

Licensing

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

Category:CC-Zero#Bundesliga%20Toreschnitt%20pro%20Saison.svgCategory:Self-published work

Data

In order to update the file using Gnuplot follow these steps:

  • Copy list below in edit mode.
  • Paste the list into a text editor, add missing data, and save as tab-delimited .txt file to the same directory the wgnuplot.exe is located in your file system (or uncomment the cd command that redirects the path to the directory the data file was saved to in the first line of the script).
    • Don’t forget to change/replace the respective path/file name in the plot command if you choose a file name other than Bundesliga_Toreschnitt_pro_Saison.txt!
  • Add the missing data here (i.e. below) too when you're done!
  1. Saison #Tore #Spiele #Schnitt

1963/64 857 240 3.5708 1964/65 796 240 3.3167 1965/66 987 306 3.2255 1966/67 895 306 2.9248 1967/68 993 306 3.2451 1968/69 873 306 2.8529 1969/70 951 306 3.1078 1970/71 926 306 3.0261 1971/72 1006 306 3.2876 1972/73 1045 306 3.415 1973/74 1085 306 3.5458 1974/75 1056 306 3.451 1975/76 1009 306 3.2974 1976/77 1084 306 3.5425 1977/78 1014 306 3.3137 1978/79 963 306 3.1471 1979/80 1023 306 3.3431 1980/81 1039 306 3.3954 1981/82 1081 306 3.5327 1982/83 1036 306 3.3856 1983/84 1097 306 3.585 1984/85 1074 306 3.5098 1985/86 992 306 3.2418 1986/87 990 306 3.2353 1987/88 962 306 3.1438 1988/89 852 306 2.7843 1989/90 790 306 2.5817 1990/91 886 306 2.8954 1991/92 994 380 2.6158 1992/93 893 306 2.9183 1993/94 895 306 2.9248 1994/95 918 306 3 1995/96 831 306 2.7157 1996/97 911 306 2.9771 1997/98 883 306 2.8856 1998/99 866 306 2.8301 1999/00 885 306 2.8922 2000/01 897 306 2.9314 2001/02 893 306 2.9183 2002/03 821 306 2.683 2003/04 909 306 2.9706 2004/05 890 306 2.9085 2005/06 861 306 2.8137 2006/07 837 306 2.7353 2007/08 860 306 2.8105 2008/09 894 306 2.9216 2009/10 866 306 2.8301 2010/11 894 306 2.9216 2011/12 875 306 2.8595 2012/13 898 306 2.9346 2013/14 967 306 3.1601 2014/15 843 306 2.7549 2015/16 866 306 2.8301 2016/17 877 306 2.866 2017/18 855 306 2.7941 2018/19 973 306 3.1797 2019/20 982 306 3.2092 2020/21 928 306 3.0327 2021/22 954 306 3.1176 2022/23 971 306 3.1732 2023/24 985 306 3.2190 2024/25 959 306 3.134

Category:Fußball-Bundesliga (Germany)
Category:CC-Zero Category:Fußball-Bundesliga (Germany) Category:Most recent version Category:Self-published work Category:Translation possible - SVG Category:Valid SVG created with Gnuplot code:Charts