gnuplot.gnu 352 B

12345678910
  1. set terminal pdf solid font 'Helvetica,11' size 16cm,12cm
  2. set output 'output.pdf'
  3. set autoscale
  4. set title "Execution time (expressed in seconds) of differents benchmarks"
  5. set auto x
  6. set style data histogram
  7. set style fill solid border -1
  8. set boxwidth 0.3
  9. set xtic rotate by -45 scale 0
  10. plot 'times.dat' using 2:xtic(1) title columnheader lc rgb "blue"