set terminal png font '/usr/share/fonts/truetype/ttf-bitstream-vera/Vera.ttf' 8 set output 'time-to-min-osp2-strategic.png' set title 'Runtime to Minimum (OSP2/STRATEGIC)' set boxwidth 0.5 set xtics ('ISAMP' 1, 'MaxWalkSat' 2, 'SA' 3, 'A*' 4, 'KEYS' 5, 'Beam' 6) set ylabel 'Runtime' set xrange [0:7] set yrange [0:17928.9] unset key plot '-' with boxes linetype 0 fill solid 0 border -1 1 3594.0 2 7720.5 3 16299.0 4 5900.5 5 2046.0 6 6424.5 end