set terminal png font '/usr/share/fonts/truetype/ttf-bitstream-vera/Vera.ttf' 8 set output 'time-to-min-default-tactical.png' set title 'Runtime to Minimum (DEFAULT/TACTICAL)' 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:20219.1] unset key plot '-' with boxes linetype 0 fill solid 0 border -1 1 7216.5 2 7722.5 3 18381.0 4 14855.0 5 8118.5 6 14457.0 end