set terminal postscript "Helvetica" 20 color eps enhanced set xlabel "Frequency w" set ylabel "|F(w)|" plot [:][:] "test.dat" using 1:4 with lines # plot [0:200][:] "test.dat" using 1:5 with lines 1