set term svg background rgb 'white' set out 'plot.svg' set xlabel 'x' set ylabel 'y' set key bottom set title 'square root by gsl\_multiroot' plot 'data' index 0 with lines title 'root' \ ,'data' index 1 with points title 'sqrt from math.h'