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

12 lines
270 B
Gnuplot
Raw Normal View History

load '../../main.plt'
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.4.eps'
2011-05-27 12:31:43 -07:00
2011-06-04 15:35:33 -07:00
set title '2-D Order 4 Timing'
2011-05-27 12:31:43 -07:00
2011-05-29 14:21:47 -07:00
plot 'time.out' u 1:4 t 'Mesh 1' w lp, \
'' u 1:8 t 'Mesh 2' w lp, \
'' u 1:12 t 'Mesh 3' w lp, \
'' u 1:16 t 'Mesh 4' w lp;