#Set the options for the x and y axes set xrange [1:140] set yrange [0:12100] set logscale x #Set the graph options set title "Bench_Whisky_Carpet_48l Scaling Results for Supermike" set xlabel "Number of processors" set ylabel "Wall Time in Seconds (with error bars)" plot "mikedata" title "Supermike" w errorbars, "mikedata" notitle w linespoints pt 5 #Save the output to a png file set terminal png color small set output "Scaling_Whisky_Carpet_48l_mike.png" plot "mikedata" title "Supermike" w errorbars, "mikedata" notitle w linespoints pt 5