Stephen Mardson McQuay
484e65f4f3
--HG-- rename : plots/timing/3D/time.onering.plt => plots/timing/3D/onering.plt rename : plots/timing/time.onering.plt => plots/timing/timing.aggregate.plt
16 lines
392 B
Gnuplot
16 lines
392 B
Gnuplot
load '../../main.plt'
|
|
|
|
set key left top
|
|
|
|
set title "2-D Interpolation Timing Data, Order 5"
|
|
|
|
set xlabel "Number of Extra Points, S_k"
|
|
set ylabel "Average Interpolation Time (s)"
|
|
|
|
set yrange [0.0:0.08]
|
|
|
|
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, \
|
|
'' u 1:17 t 'Resolution 4' w lp;
|