Automatic commit. Thu Oct 4 00:00:10 WST 2012
[matches/honours.git] / research / TCS / plot2.sh
index c135731..775d414 100755 (executable)
@@ -34,17 +34,22 @@ command="$command; set title \"$title\""
 command="$command; set xlabel \"$xlabel\""
 command="$command; set ylabel \"$ylabel\""
 command="$command; set key outside right"
-command="$command; set yrange [0:1]"
+#command="$command; set yrange [0:1]"
 plot="plot "
 for y in $toplot; do
        lab=$(echo $labels | tr " " "\n" | head --lines=$y | tail --lines=1)
        if [ "$lab" == "" ]; then
                lab=$y
        fi
-       plot="$plot \"$1\" u $x:$y w $style t \"$lab\","
+       plot="$plot \"$1\" u $x:$y w $style t \"$1\","
 done
-       
 plot=$(echo $plot | sed -e "s/,//$(echo $toplot | wc -w)")
+
+if [ "$3" != "" ]; then
+       plot="$plot, \"$3\" u $x:$y w $style t \"$3\""
+fi
+       
+
 command="$command; $plot; exit"
 
 gnuplot="/usr/bin/gnuplot"

UCC git Repository :: git.ucc.asn.au