set terminal pdfcairo color enhanced size 3.0in,2.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" set macros set output OUTDIR."/plot-list-zoomout-noshuf-java.pdf" set grid unset key set logscale x #set xtics ("1" 1, "10" 10, "100" 100, \ # "10^3" 1e3, "10^4" 1e4, "10^5" 1e5, \ # "10^6" 1e6, "10^7" 1e7, "10^8" 1e8, "10^9" 1e9) set logscale y set yrange [1:100]; #set xlabel "List length (item count)" offset 2,0 unset xlabel unset mxtics set format x "" #set ylabel "Duration (ns)" unset ylabel set format y "" set linetype 3 dashtype 2 set linetype 4 dashtype 2 plot INDIR."/plot-list-zoomout-noshuf-java.dat" \ i 1 using 1:2 title "STL" with points lt rgb "forest-green" pt 3 ps 1 lw 1, \ '' i 0 using 1:2 title "intrusives" with points lt rgb "black" pt 1 ps 1 lw 1, \ '' i 2 using 1:2 notitle with points lt rgb "black" pt 1 ps 1 lw 1, \ '' i 3 using 1:2 notitle with points lt rgb "black" pt 1 ps 1 lw 1, \ '' i 4 using 1:2 notitle with points lt rgb "black" pt 1 ps 1 lw 1