set output '| ps2pdf -dEPSCrop - data/latency.pdf' set terminal postscript color eps enhanced "NimbusSanL-Regu" 24 set pointsize 1.5 set rmargin 3 set lmargin 10 set nokey set xlabel "Client count" set ylabel "Latency in ms" plot [x = 0:*] \ "data/mediumdb-txcache-freshness30" using 2:4 \ title "TxCache, 30 sec freshness" \ with linespoints lt 1 pt 7 lc 3 lw 3, \ "data/mediumdb-stock" using 2:4 \ title "No caching" \ with linespoints lt 1 pt 7 lw 3