set xrange [0:65] set yrange [0:*] #set data style steps set data style linespoints set xlabel "timebins" set ylabel "ADC" set grid x set grid y set title "even channels" plot "adc.dat" using 1:4 title "02" , \ "adc.dat" using 1:6 title "04" , \ "adc.dat" using 1:8 title "06" , \ "adc.dat" using 1:10 title "08" , \ "adc.dat" using 1:12 title "10" , \ "adc.dat" using 1:14 title "12" , \ "adc.dat" using 1:16 title "14" , \ "adc.dat" using 1:18 title "16" , \ "adc.dat" using 1:20 title "18" pause -1 set title "odd channels" plot "adc.dat" using 1:5 title "03" , \ "adc.dat" using 1:7 title "05" , \ "adc.dat" using 1:9 title "07" , \ "adc.dat" using 1:11 title "09" , \ "adc.dat" using 1:13 title "11" , \ "adc.dat" using 1:15 title "13" , \ "adc.dat" using 1:17 title "15" , \ "adc.dat" using 1:19 title "17" , \ "adc.dat" using 1:21 title "19" pause -1 set xrange [0:200] set title "PASA external channel" plot "fastadc.dat" with linespoints pause -1