8e9da032b30b467c44eb930989e38743806a57c0
[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
8 plot "2012-07-27/102851.dat" using 1:($3/$5) with l #title "ADC4", "2012-07-27/102851.dat" using 1:5 with l title "ADC5"
9
10 pause dt
11 t = t + dt
12
13
14 reread

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