set output '| ps2pdf -dEPSCrop - data/hitrate-big.pdf' set terminal postscript color eps size 5,2 enhanced "NimbusSanL-Bold" 24 set pointsize 2 set rmargin 5 set lmargin 10 set nokey set xlabel "Cache size" set xtic format "%.0fGB" #set ylabel "Cache hit rate" set ytic format "%.0f%%" set yrange [80:100] plot \ "data/hitrate-bigdb-sizes" \ title "" with linespoints lt 1 pt 7 lc 3 lw 5