Automatic commit. Tue Oct 9 00:00:05 WST 2012
[matches/honours.git] / research / TCS / plot.template
index 637304d..d725efd 100644 (file)
@@ -5,10 +5,9 @@ set xlabel "Time(s)"
 set ylabel "ADC counts"
 
 
-plot "$file" using 1:3 with lp title "ADC4", "$file" using 1:5 with lp title "ADC5"
+plot "< tail --lines=200 $file" using 1:3 with lp title "ADC4", "< tail --lines=200 $file" using 1:5 with lp title "ADC5"#, "< tail --lines=200 $file" using 1:2 with lp title "DAC"
 
 pause dt
 t = t + dt
 
-
 reread

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