smbinterp/plots/timing/3D/time.res.1.order.2-5.plt

16 lines
384 B
Gnuplot
Raw Normal View History

2011-05-27 12:18:17 -07:00
set terminal postscript enhanced
set key left top
set title "3-D Interpolation Timing Data, Resolution 1"
set xlabel "Number of Extra Points, S_k"
set ylabel "Average Interpolation Time (s)"
set yrange [0.0:0.15]
plot 'time.out' u 1:2 t 'order 2' w lp, \
'' u 1:3 t 'order 3' w lp, \
'' u 1:4 t 'order 4' w lp, \
'' u 1:5 t 'order 5' w lp;