reset set terminal push set terminal epslatex color "default" 9 set output 'bench-put.eps' set size .675, .675 set key off set xtics 0, 1000, 5000 set ytics nomirror set y2tics autofreq set ylabel 'arborescent memory transfers' set y2label 'log-based memory transfers' set xlabel 'files' f(x) = a*log(x)+b fit f(x) 'output.put.0' via a,b g(x) = c*x+d fit g(x) 'output.put.1' via c,d plot 'output.put.0' axis x1y1 with points pt 3 ps .5, \ 'output.put.1' axis x1y2 with points pt 1 ps .5, \ f(x) axis x1y1 with lines lt 1, g(x) axis x1y2 with lines lt 2 set terminal pop reset set terminal push set terminal epslatex color "default" 9 set output 'bench-get.eps' set size .675, .675 set key off set xtics 0, 1000, 5000 set ytics nomirror set y2tics autofreq set ylabel 'arborescent memory transfers' set y2label 'log-base memory transfers' set xlabel 'files' f(x) = a*log(x)+b fit f(x) 'output.get.0' via a,b g(x) = c*x+d fit g(x) 'output.get.1' via c,d plot 'output.get.0' axis x1y1 with points pt 3 ps .5, \ 'output.get.1' axis x1y2 with points pt 1 ps .5, \ f(x) axis x1y1 with lines lt 1, g(x) axis x1y2 with lines lt 2 set terminal pop