#Set the options for the x and y axes set xrange [1:100] set yrange [0:2800] set logscale x set size 0.85 #Set the graph options set title "Bench_Whisky_Carpet_48l Scaling Results for Pelican (-compiled with -r)" set xlabel "Number of processors" set ylabel "Wall Time in Seconds (with error bars)" plot "pelicandata_r" title "Pelican" w errorbars #Save the output to a png file set terminal png color small set output "rScaling_Whisky_Carpet_48l_pelican_noconn.png" plot "pelicandata_r" title "Pelican" w errorbars