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

22 lines
489 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.5.eps'
2011-05-27 12:31:43 -07:00
2011-06-04 15:35:33 -07:00
set title '2-D Order 5 Timing'
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;
set output 'time.2.eps'
unset xlabel
unset ylabel
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;