055732f2ce0975a9084830bd94d20109e801d9b4
[matches/honours.git] / research / TCS / plot
1 #$output_style
2
3 set title sprintf("Time %f", t)
4 set xlabel "Time(s)"
5 set ylabel "ADC counts"
6
7 plot "2012-07-26/161542.dat" using 1:3 with l title "ADC4", "2012-07-26/161542.dat" using 1:5 with l title "ADC5"
8
9 pause dt
10 t = t + dt
11
12
13 reread

UCC git Repository :: git.ucc.asn.au