set terminal pdfcairo color enhanced size 3.0in,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-java.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 ( \ "" 1.666666667, \ "" 1.25, \ "" 1, \ "" 0.833333333, \ "" 0.625, \ "" 0.5, \ "" 0.333333333 \ ) unset ylabel # 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 <