set output '| ps2pdf -dEPSCrop - data/hitrate-big.pdf' set terminal postscript color eps size 2.8,1.4 enhanced "Times-Roman" 14 set pointsize 1.2 set rmargin 3 set lmargin 10 set nokey set xlabel "Cache size" font "Times-Roman,16" set xtic format "%.0fGB" set ylabel "Cache hit rate" font "Times-Roman,16" set ytic format "%.0f%%" set yrange [0:100] #set logscale x 2 plot \ "data/hitrate-bigdb-sizes" \ title "" with linespoints lt 1 pt 7 lc 3 lw 3