more moving

This commit is contained in:
Stephen McQuay 2011-05-29 15:21:47 -06:00
parent d1fdd1e76a
commit 8e6bdd22a4
8 changed files with 29 additions and 29 deletions

View File

@ -1,11 +1,11 @@
load '../../main.plt'
load '../all.plt'
set output 'time.2D.res.1-4.order.2.eps'
set output 'time.2D.1-4.2.eps'
set title '2-D Interpolation Timing Data, order 2'
set title '2-D Interpolation Timing Data, Order 2'
plot 'time.out' u 1:2 t 'Resolution 1' w lp, \
'' u 1:6 t 'Resolution 2' w lp, \
'' u 1:10 t 'Resolution 3' w lp, \
'' u 1:14 t 'Resolution 4' w lp;
plot 'time.out' u 1:2 t 'Mesh 1' w lp, \
'' u 1:6 t 'Mesh 2' w lp, \
'' u 1:10 t 'Mesh 3' w lp, \
'' u 1:14 t 'Mesh 4' w lp;

View File

@ -1,11 +1,11 @@
load '../../main.plt'
load '../all.plt'
set output 'time.2D.res.1-4.order.3.eps'
set output 'time.2D.1-4.3.eps'
set title '2-D Interpolation Timing Data, Order 3'
plot 'time.out' u 1:3 t 'Resolution 1' w lp, \
'' u 1:7 t 'Resolution 2' w lp, \
'' u 1:11 t 'Resolution 3' w lp, \
'' u 1:15 t 'Resolution 4' w lp;
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;

View File

@ -1,11 +1,11 @@
load '../../main.plt'
load '../all.plt'
set output 'time.2D.res.1-4.order.4.eps'
set output 'time.2D.1-4.4.eps'
set title '2-D Interpolation Timing Data, Order 4'
plot 'time.out' u 1:4 t 'Resolution 1' w lp, \
'' u 1:8 t 'Resolution 2' w lp, \
'' u 1:12 t 'Resolution 3' w lp, \
'' u 1:16 t 'Resolution 4' w lp;
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;

View File

@ -1,11 +1,11 @@
load '../../main.plt'
load '../all.plt'
set output 'time.2D.res.1-4.order.5.eps'
set output 'time.2D.1-4.5.eps'
set title '2-D Interpolation Timing Data, Order 5'
plot 'time.out' u 1:5 t 'Resolution 1' w lp, \
'' u 1:9 t 'Resolution 2' w lp, \
'' u 1:13 t 'Resolution 3' w lp, \
'' u 1:17 t 'Resolution 4' w lp;
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;

View File

@ -1,9 +1,9 @@
load '../../main.plt'
load '../all.plt'
set output 'time.2D.res.1.order.2-5.eps'
set output 'time.2D.1.2-5.eps'
set title '2-D Interpolation Timing Data, Resolution 1'
set title '2-D Interpolation Timing Data, Mesh 1'
plot 'time.out' u 1:2 t 'Order 2' w lp, \
'' u 1:3 t 'Order 3' w lp, \

View File

@ -1,9 +1,9 @@
load '../../main.plt'
load '../all.plt'
set output 'time.2D.res.2.order.2-5.eps'
set output 'time.2D.2.2-5.eps'
set title '2-D Interpolation Timing Data, Resolution 2'
set title '2-D Interpolation Timing Data, Mesh 2'
plot 'time.out' u 1:6 t 'Order 2' w lp, \
'' u 1:7 t 'Order 3' w lp, \

View File

@ -1,9 +1,9 @@
load '../../main.plt'
load '../all.plt'
set output 'time.2D.res.3.order.2-5.eps'
set output 'time.2D.3.2-5.eps'
set title '2-D Interpolation Timing Data, Resolution 3'
set title '2-D Interpolation Timing Data, Mesh 3'
plot 'time.out' u 1:10 t 'Order 2' w lp, \
'' u 1:11 t 'Order 3' w lp, \

View File

@ -1,9 +1,9 @@
load '../../main.plt'
load '../all.plt'
set output 'time.2D.res.4.order.2-5.eps'
set output 'time.2D.4.2-5.eps'
set title '2-D Interpolation Timing Data, Resolution 4'
set title '2-D Interpolation Timing Data, Mesh 4'
plot 'time.out' u 1:14 t 'Order 2' w lp, \
'' u 1:15 t 'Order 3' w lp, \