X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=research%2FTCS%2Fplot;h=f26b36a352fbcd912491881b3346dbf1276b5285;hb=c3e59ce1e43caa8a48888c3c9d3a22e8cbf9233d;hp=f03d866966552aa1a35e9ba6e1dbc32c18498a2a;hpb=e92a01e9d76324aade950e94b3ee46ad3109e3dc;p=matches%2Fhonours.git diff --git a/research/TCS/plot b/research/TCS/plot index f03d8669..f26b36a3 100644 --- a/research/TCS/plot +++ b/research/TCS/plot @@ -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 "2012-07-26/144016.dat" using 1:3 with lp title "ADC4", "2012-07-26/144016.dat" using 1:5 with lp title "ADC5" + +plot "< tail --lines=200 2012-07-30/135246.dat" using 1:3 with lp title "ADC4", "2012-07-30/135246.dat" using 1:5 with lp title "ADC5" pause dt t = t + dt - reread