set output "$0.png" set terminal png small set data style lines set xrange [2:500] #set yrange [500:600] #set yrange [0:70] set xlabel "sample" #set ylabel "Temperature, C = (ADC4-287)*40/241" #set ylabel "Temperature, C = (ADC7-432)*15/14" #set ylabel "ADC 7" set ylabel "$1" plot "$0" using 1:3 title "s_02" , \ "$0" using 1:4 title "s_03" , \ "$0" using 1:5 title "s_04" , \ "$0" using 1:6 title "s_05" , \ "$0" using 1:7 title "s_06" , \ "$0" using 1:8 title "s_07" , \ "$0" using 1:9 title "s_08" , \ "$0" using 1:10 title "s_09" , \ "$0" using 1:11 title "s_10" , \ "$0" using 1:12 title "s_11" , \ "$0" using 1:13 title "s_12" , \ "$0" using 1:14 title "s_13" , \ "$0" using 1:15 title "s_14" , \ "$0" using 1:16 title "s_15" , \ "$0" using 1:17 title "s_16" , \ "$0" using 1:18 title "s_17" #pause -1 #replot set output set output "$0.ps" set terminal postscript replot set output