X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=research%2FTCS%2Fplot.template;h=13f7e7ee8d29875921a9ab8c94f94f85f9b4e8b0;hb=9738cecaf3b709c1c0220dcc32854ffd8ad69ee7;hp=69b57c0b96fce9bbeb3f7ba2e1023533ea2f1305;hpb=3e0bbeaa77f2305ae77c99654c3e46474fe0a0e2;p=matches%2Fhonours.git diff --git a/research/TCS/plot.template b/research/TCS/plot.template index 69b57c0b..13f7e7ee 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" pause dt t = t + dt - reread