]> git.somenet.org - pub/astra/parallel.git/blob - openmp/stat/plot.gnu
update plot-script
[pub/astra/parallel.git] / openmp / stat / plot.gnu
1 set terminal png font arial 8 size 600,300
2 set output 'merge.png'
3 set grid
4 set ytics border in scale 1,0.5 mirror norotate  offset character 0, 0, 0
5 set ytics (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
6 set title "Merging times"
7 set xlabel "value of parameter p"
8 set ylabel "seconds per sort run"
9 set xrange [ 0.0000 : 25.000 ] # Anzahl an Messungen
10 set yrange [ 0.0000 : 12.000 ] # Sekunden pro sort
11 set datafile separator ","
12 plot 'merge.dat' using 0:1 notitle with points, \
13          'merge.dat' using 0:1 title "interpolate" with lines, \
14          'merge.dat' using 0:1 smooth csplines title "cspline" with lines