set term postscript eps color size 5,2
set output "branches.eps"

set key off

set style data histogram
set style fill solid border -1
set xtics rotate by -45 
set ylabel "Branch Instruction Savings in %"

plot "branches.log" using (($3-$2)/$3*100):xtic(1) lc 3 lw 3
