set terminal pdfcairo color enhanced size 3.1in,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-java.pdf" set grid unset key set logscale x 2 #set logscale y set yrange [0:7]; set ytics (1,2,3,4,5,6,7) #set format y "" set xrange [0.75:180]; set xlabel "List length (item count)" offset 2,0 # set ylabel "Duration (ns)" offset -1.0,0 set errorbars 2.0 set pointintervalbox 0 plot INDIR."/plot-list-zoomin-abs-viii-java.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