smbinterp/plots/timing/2D/time.1-4.3.plt

12 lines
291 B
Gnuplot
Raw Normal View History

load '../../main.plt'
load '../all.plt'
2011-05-27 12:31:43 -07:00
2011-05-29 14:21:47 -07:00
set output 'time.2D.1-4.3.eps'
2011-05-27 12:31:43 -07:00
set title '2-D Interpolation Timing Data, Order 3'
2011-05-27 12:31:43 -07:00
2011-05-29 14:21:47 -07:00
plot 'time.out' u 1:3 t 'Mesh 1' w lp, \
'' u 1:7 t 'Mesh 2' w lp, \
'' u 1:11 t 'Mesh 3' w lp, \
'' u 1:15 t 'Mesh 4' w lp;