set term postscript clip enhanced color set out "plot.ps" set size 1,1 set tics out set key out set xlabel "x" set ylabel "f(x)" plot \ "data" using 1:2 with lines title "my sine" \ ,"data" using 1:3 with points title "sin from math.h" \