X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=research%2FTCS%2Fplot.template;h=d725efd380410a56c112fa06db94e4ff83226fbb;hb=c47b42939ee9e3bf58b089fdfbc1f541bb4cdff2;hp=6c1b9b5b38e2ac3e99524fd4fac4d68e0faa6a78;hpb=a1a9c654f592d66b4fb5c07db58aef922595581e;p=matches%2Fhonours.git diff --git a/research/TCS/plot.template b/research/TCS/plot.template index 6c1b9b5b..d725efd3 100644 --- a/research/TCS/plot.template +++ b/research/TCS/plot.template @@ -4,10 +4,10 @@ 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 "< 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