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

13 lines
292 B
Gnuplot

load '../../main.plt'
load '../all.plt'
set output 'time.res.1-3.order.3.eps'
set title '3-D Interpolation Timing Data, order 3'
set key left top
plot 'time.out' u 1:3 t 'Resolution 1' w lp, \
'' u 1:7 t 'Resolution 2' w lp, \
'' u 1:11 t 'Resolution 3' w lp;