changed output naming convention

This commit is contained in:
sm
2011-05-29 17:06:38 -06:00
parent 999b98b188
commit 91bc221f1c
44 changed files with 66 additions and 62 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
load '../../main.plt'
load '../all.plt'
set output 'timing.2D.aggregate.eps'
set output 'timing.2.aggregate.eps'
set title '2-D Interpolation Timing Data, Aggregate'
set title '2-D Interpolation Timing Data'
plot 'time.out' u 1:2 t 'Order 2, res 1' w lp, \
'' u 1:3 t 'Order 3, res 1' w lp, \
+1 -1
View File
@@ -1,7 +1,7 @@
load '../../main.plt'
load '../all.plt'
set output 'time.2D.1-4.2.eps'
set output 'time.2.1-4.2.eps'
set title '2-D Interpolation Timing Data, Order 2'
+1 -1
View File
@@ -1,7 +1,7 @@
load '../../main.plt'
load '../all.plt'
set output 'time.2D.1-4.3.eps'
set output 'time.2.1-4.3.eps'
set title '2-D Interpolation Timing Data, Order 3'
+1 -1
View File
@@ -1,7 +1,7 @@
load '../../main.plt'
load '../all.plt'
set output 'time.2D.1-4.4.eps'
set output 'time.2.1-4.4.eps'
set title '2-D Interpolation Timing Data, Order 4'
+1 -1
View File
@@ -1,7 +1,7 @@
load '../../main.plt'
load '../all.plt'
set output 'time.2D.1-4.5.eps'
set output 'time.2.1-4.5.eps'
set title '2-D Interpolation Timing Data, Order 5'
+1 -1
View File
@@ -1,7 +1,7 @@
load '../../main.plt'
load '../all.plt'
set output 'time.2D.1.2-5.eps'
set output 'time.2.1.2-5.eps'
set title '2-D Interpolation Timing Data, Mesh 1'
+1 -1
View File
@@ -1,7 +1,7 @@
load '../../main.plt'
load '../all.plt'
set output 'time.2D.2.2-5.eps'
set output 'time.2.2.2-5.eps'
set title '2-D Interpolation Timing Data, Mesh 2'
+1 -1
View File
@@ -1,7 +1,7 @@
load '../../main.plt'
load '../all.plt'
set output 'time.2D.3.2-5.eps'
set output 'time.2.3.2-5.eps'
set title '2-D Interpolation Timing Data, Mesh 3'
+1 -1
View File
@@ -1,7 +1,7 @@
load '../../main.plt'
load '../all.plt'
set output 'time.2D.4.2-5.eps'
set output 'time.2.4.2-5.eps'
set title '2-D Interpolation Timing Data, Mesh 4'
+4 -2
View File
@@ -1,9 +1,11 @@
load '../../main.plt'
load '../all.plt'
set output 'timing.3D.aggregate.eps'
set output 'timing.3.aggregate.eps'
set title '3-D Interpolation Timing Data, Aggregate'
unset ylabel
set title '3-D Interpolation Timing Data'
plot 'time.out' u 1:2 t 'Order 2, Mesh 1' w lp, \
'' u 1:3 t 'Order 3, Mesh 1' w lp, \
+1 -1
View File
@@ -1,7 +1,7 @@
load '../../main.plt'
load '../all.plt'
set output 'time.3D.1-3.2.eps'
set output 'time.3.1-3.2.eps'
set title '3-D Interpolation Timing Data, Order 2'
+1 -1
View File
@@ -1,7 +1,7 @@
load '../../main.plt'
load '../all.plt'
set output 'time.3D.1-3.3.eps'
set output 'time.3.1-3.3.eps'
set title '3-D Interpolation Timing Data, Order 3'
+1 -1
View File
@@ -1,7 +1,7 @@
load '../../main.plt'
load '../all.plt'
set output 'time.3D.1-3.4.eps'
set output 'time.3.1-3.4.eps'
set title '3-D Interpolation Timing Data, Order 4'
+1 -1
View File
@@ -1,7 +1,7 @@
load '../../main.plt'
load '../all.plt'
set output 'time.3D.1-3.5.eps'
set output 'time.3.1-3.5.eps'
set title '3-D Interpolation Timing Data, Order 5'
+1 -1
View File
@@ -1,7 +1,7 @@
load '../../main.plt'
load '../all.plt'
set output 'time.3D.1.2-5.eps'
set output 'time.3.1.2-5.eps'
set title '3-D Interpolation Timing Data, Mesh 1'
+1 -1
View File
@@ -1,7 +1,7 @@
load '../../main.plt'
load '../all.plt'
set output 'time.3D.2.2-5.eps'
set output 'time.3.2.2-5.eps'
set title '3-D Interpolation Timing Data, Mesh 2'
+1 -1
View File
@@ -1,7 +1,7 @@
load '../../main.plt'
load '../all.plt'
set output 'time.3D.3.2-5.eps'
set output 'time.3.3.2-5.eps'
set title '3-D Interpolation Timing Data, Mesh 3'