Automatic commit. Fri Jul 27 11:00:02 WST 2012
[matches/honours.git] / research / TCS / plot.template
index 6c1b9b5..39888de 100644 (file)
@@ -4,7 +4,8 @@ set title sprintf("Time %f", t)
 set xlabel "Time(s)"
 set ylabel "ADC counts"
 
-plot "$file" using 1:3 with l title "ADC4", "$file" using 1:5 with l title "ADC5"
+
+plot "$file" using 1:($3/$5) with l #title "ADC4", "$file" using 1:5 with l title "ADC5"
 
 pause dt
 t = t + dt

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