adding a test case
[IRC.git] / Robust / TransSim / log / plotcombined.txt
1 set bar 1.000000
2 set xlabel "Number of Threads"
3 set ylabel "Clock Cycles"
4 set terminal postscript enhanced eps "Times-Roman" 15
5 set style fill pattern 4 border -1
6 set key off
7 set style histogram rows
8 set datafile missing '-'
9 set style data histograms
10 set xtics nomirror rotate by -45 scale 0
11 set y2label offset character 0, 0, 0 font "" textcolor lt -1 rotate by 90
12 set grid ytics
13 set yrange [ 0 : * ] noreverse nowriteback
14 set cblabel offset character 0, 0, 0 font "" textcolor lt -1 rotate by 90
15 set locale "C"
16 set output "filecombined.eps"
17 plot newhistogram "2", 'file2.dat' using 2:xtic(1) ti col with histogram fs pattern 0 ls 0, '' u 3 ti col with histogram fs pattern 1 ls 0, '' u 4 ti col with histogram fs pattern 2 ls 0, '' u 5 ti col with histogram fill pattern 4 ls 0, \
18 newhistogram "4", 'file4.dat' using 2:xtic(1) ti col with histogram fs pattern 0 ls 0, '' u 3 ti col with histogram fs pattern 1 ls 0, '' u 4 ti col with histogram fs pattern 2 ls 0, '' u 5 ti col with histogram fs pattern 4 ls 0, \
19 newhistogram "8", 'file8.dat' using 2:xtic(1) ti col with histogram fs pattern 0 ls 0, '' u 3 ti col with histogram fs pattern 1 ls 0, '' u 4 ti col with histogram fs pattern 2 ls 0, '' u 5 ti col with histogram fs pattern 4 ls 0