smbinterp/plots/timing/2D/time.4.2-5.plt

12 lines
310 B
Gnuplot

load '../../main.plt'
load '../all.plt'
set output 'time.2D.res.4.order.2-5.eps'
set title '2-D Interpolation Timing Data, Resolution 4'
plot 'time.out' u 1:14 t 'Order 2' w lp, \
'' u 1:15 t 'Order 3' w lp, \
'' u 1:16 t 'Order 4' w lp, \
'' u 1:17 t 'Order 5' w lp;