File:100m-rec.svg

Summary

Description
Deutsch: Entwicklung des 100m Weltrekords, Damen und Herren, elektronisch und per Hand gestoppt.
Date
Source Own work
Author Andreas75

Gnuplot source

set terminal svg size 500,712
set output '100m-rec.svg'

set xdata time
set timefmt "%Y-%m-%d"
set format x "%Y"

set autoscale

set ylabel "Zeit (s)"
set yrange [9:11]
set multiplot layout 2, 1 title "Entwicklung 100m-Weltrekord" font "/:Bold,14"
set grid

set title "Herren"
set style data linespoints
set xtics ("1920-01-01","1940-01-01","1960-01-01","1980-01-01","2000-01-01")
set xrange ["1910-01-01":"2020-01-01"]

plot "-" using 1:2 title "Handgestoppt" lc "blue" pt 1 ps 1 lt 1 lw 2 , "-" using 1:2 title "Elektronisch" lc "red" pt 6 ps 1 lt 1 lw 2
1912-07-6    10.6
1921-04-23	  10.4
1930-08-9	  10.3
1936-06-20	  10.2
1956-08-3	  10.1
1960-06-21	  10.0
1968-06-20	  9.9 
1975-06-20	  9.8	
e
1932-07-16	 10.64
1932-07-31	 10.53
1932-08-1	 10.38
1932-08-1    10.38
1948-07-9	 10.34
1958-08-10	 10.32
1958-08-10	 10.32
1958-09-13   10.29
1960-06-21	 10.25
1964-10-15	 10.06
1968-06-20   10.03
1968-10-13   10.02
1968-10-14     9.95
1983-07-3      9.93
1987-08-30     9.93
1988-08-17     9.93
1988-09-24     9.92
1991-06-14     9.90
1991-08-25     9.86
1994-07-6      9.85
1996-07-27     9.84
1999-06-16     9.79
2005-06-14     9.77
2006-06-11     9.77
2006-08-18     9.77
2007-09-9      9.74
2008-05-31     9.72
2008-08-16     9.69
2009-08-16     9.58
e

set title "Damen"
set style data linespoints
set xtics ("1920-01-01","1940-01-01","1960-01-01","1980-01-01","2000-01-01")
set xrange ["1910-01-01":"2020-01-01"]
set yrange [10:12]

plot "-" using 1:2 title "Handgestoppt" lc "blue" pt 1 ps 1 lt 1 lw 2 , "-" using 1:2 title "Elektronisch" lc "red"  pt 6 ps 1 lt 1 lw 2
1934-8-15 11.7
1937-8-1  11.6
1948-6-13 11.5
1952-7-22 11.5
1952-10-4 11.4
1955-8-4  11.3
1961-7-19 11.2
1965-7-9  11.1
1968-10-15 11.0
1973-6-7   10.9
1973-7-20  10.8
e
1968-10-15	11.08
1972-9-2    11.07
1976-6-13	11.04
1976-7-25	11.01
1977-7-1    10.88
1982-7-9    10.88
1983-6-8    10.81
1983-7-3  	10.79
1984-8-22	10.76
1988-7-16	10.49
Category:Gnuplot graphics Category:100 metres Category:German-language diagrams

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#100m-rec.svg
Category:Self-published work
Category:100 metres Category:CC-Zero Category:German-language diagrams Category:Gnuplot graphics Category:Self-published work