2011-05-29 12:42:37 -07:00
|
|
|
load '../../main.plt'
|
2011-05-29 13:12:31 -07:00
|
|
|
load '../all.plt'
|
2011-05-27 12:31:43 -07:00
|
|
|
|
2011-05-29 16:06:38 -07:00
|
|
|
set output 'time.2.1-4.5.eps'
|
2011-05-27 12:31:43 -07:00
|
|
|
|
2011-05-29 13:12:31 -07:00
|
|
|
set title '2-D Interpolation Timing Data, Order 5'
|
2011-05-27 12:31:43 -07:00
|
|
|
|
2011-05-29 14:21:47 -07:00
|
|
|
plot 'time.out' u 1:5 t 'Mesh 1' w lp, \
|
|
|
|
'' u 1:9 t 'Mesh 2' w lp, \
|
|
|
|
'' u 1:13 t 'Mesh 3' w lp, \
|
|
|
|
'' u 1:17 t 'Mesh 4' w lp;
|