set terminal png font '/usr/share/fonts/truetype/ttf-bitstream-vera/Vera.ttf' 8 set output 'time-to-end-flight-all.png' set title 'Runtime to End (FLIGHT/ALL)' 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:24058.65] unset key plot '-' with boxes linetype 0 fill solid 0 border -1 1 21871.5 2 21589.5 3 20959.5 4 19409.5 5 12659.0 6 17415.5 end