set terminal png font '/usr/share/fonts/truetype/ttf-bitstream-vera/Vera.ttf' 8 set output 'time-to-min-flight-strategic.png' set title 'Runtime to Minimum (FLIGHT/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:21266.3] unset key plot '-' with boxes linetype 0 fill solid 0 border -1 1 5985.0 2 11377.0 3 19333.0 4 8758.0 5 6297.0 6 11031.0 end