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