diff Paper/gnuplot/makegraph.sh @ 37:fa37607c0c1c

added gnuplot
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Fri, 19 Jul 2013 14:06:45 +0900
parents ac82fd7e1ea1
children
line wrap: on
line diff
--- a/Paper/gnuplot/makegraph.sh	Fri Jul 19 13:44:45 2013 +0900
+++ b/Paper/gnuplot/makegraph.sh	Fri Jul 19 14:06:45 2013 +0900
@@ -7,5 +7,5 @@
 set title 'title'
 set xlabel 'nuber of nodes'
 set ylabel 'avarage time'
-plot 'test.dat' using 1:2 with linespoints, 'test2.dat' using 1:2 with linespoints 
+plot 'test.dat' using 1:2 lt rgb "red" with linespoints, 'test2.dat' using 1:2  lt rgb "blue" with linespoints
 EOF