9 lines
140 B
Gnuplot
9 lines
140 B
Gnuplot
set xlabel "Number of Extra Points, S_k"
|
|
set ylabel "Percent of Improved Interpolations"
|
|
|
|
set log x
|
|
|
|
set yrange [0:1]
|
|
|
|
set key bottom right
|