diff 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
line wrap: on
line diff
--- a/paper/gnuplot/read_makegraph.sh	Mon Feb 03 12:29:34 2014 +0900
+++ b/paper/gnuplot/read_makegraph.sh	Mon Feb 03 12:44:10 2014 +0900
@@ -5,5 +5,5 @@
 set title 'read benchmark(1,000,000 Requests)'
 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
+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
 EOF