diff paper/gnuplot/distributed/makegraph_distributed_read.sh @ 83:9c48096c2348

Change graph format to svg from eps
author Yasutaka Higa <e115763@ie.u-ryukyu.ac.jp>
date Mon, 03 Feb 2014 12:29:34 +0900
parents d24492455ead
children 30c746568ef6
line wrap: on
line diff
--- a/paper/gnuplot/distributed/makegraph_distributed_read.sh	Mon Feb 03 12:20:38 2014 +0900
+++ b/paper/gnuplot/distributed/makegraph_distributed_read.sh	Mon Feb 03 12:29:34 2014 +0900
@@ -1,7 +1,7 @@
 #!/bin/sh
 gnuplot << EOF
-set terminal postscript eps
-set output 'distributed_read_bench.eps'
+set terminal svg
+set output 'distributed_read_bench.svg'
 set title 'distributed read benchmark (Requests : clients * 20,000)'
 set xrange[8:32]
 set xlabel 'number of clients and server nodes'