diff paper/gnuplot/read_makegraph.sh @ 44:618adf0a9b2b

Added some figures
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Thu, 30 Jan 2014 16:15:32 +0900
parents 8ea1a684bfbe
children 30c746568ef6
line wrap: on
line diff
--- a/paper/gnuplot/read_makegraph.sh	Wed Jan 29 21:11:36 2014 +0900
+++ b/paper/gnuplot/read_makegraph.sh	Thu Jan 30 16:15:32 2014 +0900
@@ -3,7 +3,7 @@
 set terminal postscript eps
 set output 'read_bench.eps'
 set title 'read benchmark(1,000,000 Requests)'
-set xlabel 'nuber of nodes'
+set xlabel 'number of nodes'
 set ylabel 'time(sec)'
 plot 'read_jungle.dat' title 'Jungle' lt rgb "blue" with linespoints, 'read_cassandra.dat' title "Cassandra Consistency Level Quorum" lt rgb "red" with linespoints, 'read_cassandra_one.dat' title "Cassandra Consistency Level ONE" lt rgb "red" with linespoints
 EOF