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