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