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

13 lines
292 B
Gnuplot

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