ファイル:MLB slugging history.svg

ページのコンテンツが他言語でサポートされていません。

元のファイル(SVG ファイル、640 × 480 ピクセル、ファイルサイズ: 25キロバイト)

概要

解説
English: Historical Major League Baseball slugging average and contributions to slugging average from (top to bottom) home runs, triples, doubles, and singles; highlighted area is the "dead-ball" era, 1900-1918 inclusive.
日付
原典 投稿者自身による著作物
作者 Grabsomepine

The data is league-wide and is a cumulative sum of the following terms: 1B/AB, 2*2B/AB, 3*3B/AB, 4*HR/AB (1B=single, 2B=double, 3B=triple, HR=home run, AB=at bat). Note that the American League data does not start until the creation of the American League in 1901.

Historical Major League Baseball data is freely available from many sources online. This data was taken from Baseball-Reference.com [1] [2] (accessed June 1, 2008)

The file was created in Gnuplot with the following code:

set terminal svg enhanced size 640 480 fname "Helvetica" fsize 12
set output "MLB_slugging_history.svg"
set style line 1 linetype 1 pointtype 0 linewidth 2 linecolor 6
set style line 2 linetype 1 pointtype 0 linewidth 2 linecolor 7
set style line 3 linetype 1 pointtype 0 linewidth 2 linecolor 8
set style line 4 linetype 1 pointtype 0 linewidth 2 linecolor 2 
set style line 5 linetype 1 pointtype 0 linewidth 2 linecolor 21
set style line 6 linetype 1 pointtype 0 linewidth 2 linecolor 11
set style line 7 linetype 1 pointtype 0 linewidth 2 linecolor 17
set style line 8 linetype 1 pointtype 0 linewidth 2 linecolor 9
set xrange [1890:2008]
set yrange [0:0.5]
set format y "%.3f"
set xlabel "Year"
set ylabel "Contribution to slugging average"
set key top center horizontal 
plot \
"[datafile1]" u 1:(4*$15+3*$14+2*$13+$12) t "HR"   w filledcurves x1 linestyle 1, \
"[datafile1]" u 1:(      3*$14+2*$13+$12) t "3B"   w filledcurves x1 linestyle 2, \
"[datafile1]" u 1:(            2*$13+$12) t "2B"   w filledcurves x1 linestyle 3, \
"[datafile1]" u 1:(                  $12) t "1B "  w filledcurves x1 linestyle 4, \
"[datafile2]" u 1:(4*$15+3*$14+2*$13+$12) notitle w filledcurves x1 linestyle 5, \
"[datafile2]" u 1:(      3*$14+2*$13+$12) notitle w filledcurves x1 linestyle 6, \
"[datafile2]" u 1:(            2*$13+$12) notitle w filledcurves x1 linestyle 7, \
"[datafile2]" u 1:(                  $12) notitle w filledcurves x1 linestyle 8

ライセンス

Public domain この著作物の著作権者である私は、この著作物における権利を放棄しパブリックドメインとします。これは全世界で適用されます。
一部の国では、これが法的に可能ではない場合があります。その場合は、次のように宣言します。
私は、あらゆる人に対して、法により必要とされている条件を除き、如何なる条件も課すことなく、あらゆる目的のためにこの著作物を使用する権利を与えます。

キャプション

このファイルの内容を1行で記述してください

このファイルに描写されている項目

題材

1 6 2008

ファイルの履歴

過去の版のファイルを表示するには、その版の日時をクリックしてください。

日付と時刻サムネイル寸法利用者コメント
現在の版2008年6月2日 (月) 01:542008年6月2日 (月) 01:54時点における版のサムネイル640 × 480 (25キロバイト)Grabsomepine{{Information |Description={{en|1=Historical major league slugging average and contributions to slugging average from (top to bottom) home runs, triples, doubles, and singles.}} |Source=Own work by uploader |Author=Grabsomepine |Date

以下のページがこのファイルを使用しています:

グローバルなファイル使用状況

以下に挙げる他のウィキがこの画像を使っています:

メタデータ