set output '| ps2pdf -dEPSCrop - data/hitrate.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 "%.0fMB" set xtics (64,256,512,768,1024) #set ylabel "Cache hit rate" set ytic format "%.0f%%" set yrange [0:100] plot [x = 64:*] \ "data/hitrate-sizes" \ title "" with linespoints lt 1 pt 7 lc 3 lw 5