set terminal pdfcairo color enhanced size 3.5in,2.35in font "Times,17" set size 1.0, 1.0 # scale of plot area inside terminal set origin 0.0, 0.0 # bottom-left corner INDIR="build" OUTDIR="build" set macros set output OUTDIR."/plot-list-zoomin-abs-viii-swift.pdf" set lmargin 10 set grid unset key set logscale x 2 #set logscale y set yrange [0:10]; #set ytics (1,2,3,4,5,6,7,8,10,12,14) set xrange [0.75:180]; set xlabel "List length (item count)" offset 2,0 set ylabel "Duration (ns)" # offset -3.0,0 set errorbars 2.0 set pointintervalbox 0 plot INDIR."/plot-list-zoomin-abs-viii-swift.dat" \ i 0 using ($1 * 0.98):8:4:5 title columnheader(1) with yerrorbars lt rgb "blue" pt 6 ps 0.85 lw 1, \ '' i 3 using ($1 * 0.94):8:4:5 title columnheader(1) with yerrorbars lt rgb "dark-orange" pt 8 ps 0.75 lw 1, \ '' i 2 using ($1 * 1.02):8:4:5 title columnheader(1) with yerrorbars lt rgb "magenta" pt 10 ps 0.85 lw 1