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