X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=research%2FTCS%2Fplot.template;h=d725efd380410a56c112fa06db94e4ff83226fbb;hb=fa9991133934218ce1b370ba331dd6260851940d;hp=69b57c0b96fce9bbeb3f7ba2e1023533ea2f1305;hpb=3e0bbeaa77f2305ae77c99654c3e46474fe0a0e2;p=matches%2Fhonours.git diff --git a/research/TCS/plot.template b/research/TCS/plot.template index 69b57c0b..d725efd3 100644 --- a/research/TCS/plot.template +++ b/research/TCS/plot.template @@ -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