summaryrefslogtreecommitdiffstats
path: root/Master/Modellbildung_und_Simulation/Aufgabenblatt2/DiceSim/dicesim.plt
blob: b5a01ddd63cd21f4baacbdfea83e1ea1c9eb05de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
set terminal wxt
set terminal wxt font "/Library/Fonts/Sans Serif, 11"
set datafile separator ";"
set xlabel "eyes"
plot "dicesim.csv" using 1:2 title "abs. Freq." with steps

set output "dicesim.png"
set terminal png font "/Library/Fonts/Sans Serif, 11"
set datafile separator ";"
set xlabel "eyes"
plot "dicesim.csv" using 1:2 title "abs. Freq." with steps
replot