smbinterp/plots/timing/2D/time.1-4.3.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.3.eps'
2011-05-27 12:31:43 -07:00
2011-06-04 15:35:33 -07:00
set title '2-D Order 3 Timing'
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;