Stephen Mardson McQuay
2fc7c0b83b
--HG-- rename : plots/timing/2D/time.onering.plt => plots/timing/2D/onering.plt
11 lines
277 B
Gnuplot
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;
|