set terminal pdfcairo color enhanced size 3.625in,3.0in 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" SRCDIR="plots" set output OUTDIR.'/plot-list-cmp-exout-swift.pdf' set xrange [1:9] set xlabel " " offset 0,-1,0 set xtics offset 2.1,0 set logscale y 2 set yrange [0.3:2.0]; set ytics ( \ "+40%%" 1.666666667, \ "+20%%" 1.25, \ "0" 1, \ "-20%%" 0.833333333, \ "-60%%" 0.625, \ "-100%%" 0.5, \ "-200%%" 0.333333333 \ ) set ylabel "Duration (tailq-Relative)" offset -1.0,0 # Draw axis-like line at speedup=0% (y=1.0) set arrow from graph 0, first 1 to graph 1, first 1 nohead lt -1 lw 2 set grid set key top center horizontal BOXSPACING=0.25 BOXWIDTH=BOXSPACING * .88 set boxwidth BOXWIDTH absolute NUM_FXS=3 offset(opNum, fxNum) = opNum + fxNum * BOXSPACING - (NUM_FXS+1) * BOXSPACING / 2 + 0.5 # One row, to plot one-off points $Singleton <