Automatic commit. Wed Oct 3 12:00:08 WST 2012
[matches/honours.git] / research / TCS / plot2.sh
index 5155d4b..c135731 100755 (executable)
@@ -3,7 +3,7 @@
 # Script to plot .dat files
 
 x=2
-toplot="3 5"
+toplot="3"
 ylabel="Counts"
 style="p"
 dir="/home/sam/Documents/University/honours/research/TCS"
@@ -21,8 +21,8 @@ filename=$(echo $1 | sed -e "s:$dir::g")
 title="$filename\n$title"
 
 xlabel=$(echo $labels | tr " " "\n" | head --lines=$x | tail --lines=1)
-if [ $2 != "" ]; then
-       if [ $2 == $1 ]; then
+if [ "$2" != "" ]; then
+       if [ "$2" == "$1" ]; then
                exit 1
        fi
        command="set term png size 1024,800; set output \"$2\""
@@ -34,6 +34,7 @@ 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]"
 plot="plot "
 for y in $toplot; do
        lab=$(echo $labels | tr " " "\n" | head --lines=$y | tail --lines=1)

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