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,11 +1,11 @@
load '../../main.plt'
load '../all.plt'
set output 'truthy.3D.aggregate.eps'
set output 'truthy.3.aggregate.eps'
set title "3-D Truthiness, Aggregate"
plot 'truthy.3D.out' \
plot 'truthy.3.out' \
u 1:2 t 'Order 2, Mesh 1' w lp, \
'' u 1:3 t 'Order 3, Mesh 1' w lp, \
'' u 1:4 t 'Order 4, Mesh 1' w lp, \
+2 -2
View File
@@ -1,11 +1,11 @@
load '../../main.plt'
load '../all.plt'
set output 'truthy.1-3.2.eps'
set output 'truthy.3.1-3.2.eps'
set title "3-D Truthiness, Order 2"
plot 'truthy.3D.out' \
plot 'truthy.3.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;
+2 -2
View File
@@ -1,11 +1,11 @@
load '../../main.plt'
load '../all.plt'
set output 'truthy.1-3.3.eps'
set output 'truthy.3.1-3.3.eps'
set title "3-D Truthiness, Order 3"
plot 'truthy.3D.out' \
plot 'truthy.3.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;
+2 -2
View File
@@ -1,11 +1,11 @@
load '../../main.plt'
load '../all.plt'
set output 'truthy.1-3.4.eps'
set output 'truthy.3.1-3.4.eps'
set title "3-D Truthiness, Order 4"
plot 'truthy.3D.out' \
plot 'truthy.3.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;
+2 -2
View File
@@ -1,11 +1,11 @@
load '../../main.plt'
load '../all.plt'
set output 'truthy.1-3.5.eps'
set output 'truthy.3.1-3.5.eps'
set title "3-D Truthiness, Order 5"
plot 'truthy.3D.out' \
plot 'truthy.3.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;
+2 -2
View File
@@ -1,11 +1,11 @@
load '../../main.plt'
load '../all.plt'
set output 'truthy.1.2-5.eps'
set output 'truthy.3.1.2-5.eps'
set title "3-D Truthiness, Mesh 1"
plot 'truthy.3D.out' \
plot 'truthy.3.out' \
u 1:2 t 'Order 2' w lp, \
'' u 1:3 t 'Order 3' w lp, \
'' u 1:4 t 'Order 4' w lp, \
+2 -2
View File
@@ -1,11 +1,11 @@
load '../../main.plt'
load '../all.plt'
set output 'truthy.2.2-5.eps'
set output 'truthy.3.2.2-5.eps'
set title "3-D Truthiness, Mesh 2"
plot 'truthy.3D.out' \
plot 'truthy.3.out' \
u 1:6 t 'Order 2' w lp, \
'' u 1:7 t 'Order 3' w lp, \
'' u 1:8 t 'Order 4' w lp, \
+2 -2
View File
@@ -1,11 +1,11 @@
load '../../main.plt'
load '../all.plt'
set output 'truthy.3.2-5.eps'
set output 'truthy.3.3.2-5.eps'
set title "3-D Truthiness, Mesh 3"
plot 'truthy.3D.out' \
plot 'truthy.3.out' \
u 1:10 t 'Order 2' w lp, \
'' u 1:11 t 'Order 3' w lp, \
'' u 1:12 t 'Order 4' w lp, \