view paper/benchmark/write7.8/write.plt @ 55:183b0cf6267e

fix eps
author Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp>
date Mon, 10 Feb 2014 08:47:52 +0900
parents 4675d3e5fee3
children 7403d5ee2c92
line wrap: on
line source

set terminal postscript eps
set output "write.eps"

set xrange [1:24]
set xlabel "number of cpus"
set ylabel "speedup"

plot "write.dat" using 1:2 with lines linewidth 2 linecolor rgbcolor "red" title "write", "write_with_qa.dat" using 1:2 with lines linewidth 2 linecolor rgbcolor "navy" title "write with affinity", "linear.dat" using 1:2 with lines linewidth 2 linecolor rgbcolor "black" title "linear"