smbinterp/plots/timing/3D/time.res.1-3.order.5.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.5.eps'
set title '3-D Interpolation Timing Data, order 5'
plot 'time.out' u 1:5 t 'Resolution 1' w lp, \
'' u 1:9 t 'Resolution 2' w lp, \
'' u 1:13 t 'Resolution 3' w lp;