smbinterp/plots/timing/3D/time.res.1-3.order.3.plt
Stephen Mardson McQuay 2fc7c0b83b more changes to gnuplot files
--HG--
rename : plots/timing/2D/time.onering.plt => plots/timing/2D/onering.plt
2011-05-29 14:12:31 -06:00

11 lines
277 B
Gnuplot

load '../../main.plt'
load '../all.plt'
set output 'time.3D.res.1-3.order.3.eps'
set title '3-D Interpolation Timing Data, order 3'
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;