set term svg set out "plot.svg" set grid set xlabel "x" set ylabel "y" set tics out set key bottom plot [-5:5][-5:5] \ "data" index 0 with lines title "my gamma"\ ,"data" index 1 with points title "tgamma from math.h"