Merge branch 'master' of git.ucc.asn.au:/matches/honours
[matches/honours.git] / research / TCS / plot.template
index 69b57c0..d725efd 100644 (file)
@@ -1,13 +1,13 @@
 #$output_style
 
 set title sprintf("Time %f", t)
-set xlabel "DAC counts"
+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