smbinterp/plots/timing/2D/time.2.2-5.plt

12 lines
285 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.2.2-5.eps'
2011-05-27 12:31:43 -07:00
2011-05-29 14:21:47 -07:00
set title '2-D Interpolation Timing Data, Mesh 2'
2011-05-27 12:31:43 -07:00
2011-06-02 23:53:55 -07:00
plot 'time.out' u 1:6 t 'Order 2' w p, \
'' u 1:7 t 'Order 3' w p, \
'' u 1:8 t 'Order 4' w p, \
'' u 1:9 t 'Order 5' w p;