set xrange [-1:29] set yrange [0:1.5] #set data style steps set data style points set xlabel "adc channels" set ylabel "RMS" set title "$1" set grid y set key spacing 1 set data style points set pointsize 1.5 plot "$0" using 1:2 title "mcm_00" , \ "$0" using 1:3 title "mcm_01" , \ "$0" using 1:4 title "mcm_02" , \ "$0" using 1:5 title "mcm_03" , \ "$0" using 1:6 title "mcm_04" , \ "$0" using 1:7 title "mcm_05" , \ "$0" using 1:8 title "mcm_06" , \ "$0" using 1:9 title "mcm_07" , \ "$0" using 1:9 title "mcm_08" , \ "$0" using 1:9 title "mcm_09" , \ "$0" using 1:9 title "mcm_10" , \ "$0" using 1:9 title "mcm_11" , \ "$0" using 1:9 title "mcm_12" , \ "$0" using 1:15 title "mcm_13" , \ "$0" using 1:16 title "mcm_14" , \ "$0" using 1:17 title "mcm_15"