set term svg set out 'sin.svg' set xlabel 'x' set ylabel 'y' set title 'sine function by gsl\_odeiv2 compared to sin from math.h' plot 'sin.dat' index 0 with lines title 'mysine' \ ,'sin.dat' index 1 with points title 'math.h sin'