set title "cfganalyzer average and hampi average for intersection" #set log y set xtics 1 set xtics rotate set xtics font "Arial,7" set ylabel "time (ms)" set xlabel "size" set terminal svg set output "intersection_merge_avg.svg" set data style lines plot \ 'intersection_merge_avg.data' using 1:2 title "CFGAnalyzer" with lines, \ '' using 1:4 title "Hampi" with lines