comparison paper/gnuplot/read_makegraph.sh @ 84:30c746568ef6

Change graph colors
author Yasutaka Higa <e115763@ie.u-ryukyu.ac.jp>
date Mon, 03 Feb 2014 12:44:10 +0900
parents 618adf0a9b2b
children
comparison
equal deleted inserted replaced
83:9c48096c2348 84:30c746568ef6
3 set terminal postscript eps 3 set terminal postscript eps
4 set output 'read_bench.eps' 4 set output 'read_bench.eps'
5 set title 'read benchmark(1,000,000 Requests)' 5 set title 'read benchmark(1,000,000 Requests)'
6 set xlabel 'number of nodes' 6 set xlabel 'number of nodes'
7 set ylabel 'time(sec)' 7 set ylabel 'time(sec)'
8 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 8 plot 'read_jungle.dat' title 'Jungle' lt rgb "navy" with linespoints, 'read_cassandra.dat' title "Cassandra Consistency Level Quorum" lt rgb "light-red" with linespoints, 'read_cassandra_one.dat' title "Cassandra Consistency Level ONE" lt rgb "red" with linespoints
9 EOF 9 EOF