X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=research%2FTCS%2Fplot;h=a8b10e90f0b6422f9f06b3d9e04a8781aab4dd58;hb=543d79fb85d5f04b9364945f51c692d049e3249d;hp=f03d866966552aa1a35e9ba6e1dbc32c18498a2a;hpb=e92a01e9d76324aade950e94b3ee46ad3109e3dc;p=matches%2Fhonours.git diff --git a/research/TCS/plot b/research/TCS/plot index f03d8669..a8b10e90 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-08-01/101003.dat" using 1:3 with lp title "ADC4", "< tail --lines=200 2012-08-01/101003.dat" using 1:5 with lp title "ADC5"#, "< tail --lines=200 2012-08-01/101003.dat" using 1:2 with lp title "DAC" pause dt t = t + dt - reread