updated plots for tabular display in thesis

This commit is contained in:
sm
2011-05-29 21:38:34 -06:00
parent 18ae7cfb22
commit fc49bf84bf
27 changed files with 50 additions and 27 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
load '../../main.plt'
load '../all.plt'
set output 'truthy.aggregate.eps'
set output 'truthy.3.aggregate.eps'
set title "3-D Truthiness, Aggregate"
set title "3-D Improvement, Aggregate"
plot 'truthy.out' \
u 1:2 t 'Order 2, Mesh 1' w lp, \
+1 -1
View File
@@ -3,7 +3,7 @@ load '../all.plt'
set output 'truthy.3.1-3.2.eps'
set title "3-D Truthiness, Order 2"
set title "3-D Improvement, Order 2"
plot 'truthy.out' \
u 1:2 t 'Mesh 1' w lp, \
+1 -1
View File
@@ -3,7 +3,7 @@ load '../all.plt'
set output 'truthy.3.1-3.3.eps'
set title "3-D Truthiness, Order 3"
set title "3-D Improvement, Order 3"
plot 'truthy.out' \
u 1:3 t 'Mesh 1' w lp, \
+1 -1
View File
@@ -3,7 +3,7 @@ load '../all.plt'
set output 'truthy.3.1-3.4.eps'
set title "3-D Truthiness, Order 4"
set title "3-D Improvement, Order 4"
plot 'truthy.out' \
u 1:4 t 'Mesh 1' w lp, \
+1 -1
View File
@@ -3,7 +3,7 @@ load '../all.plt'
set output 'truthy.3.1-3.5.eps'
set title "3-D Truthiness, Order 5"
set title "3-D Improvement, Order 5"
plot 'truthy.out' \
u 1:5 t 'Mesh 1' w lp, \
+3 -1
View File
@@ -3,7 +3,9 @@ load '../all.plt'
set output 'truthy.3.1.2-5.eps'
set title "3-D Truthiness, Mesh 1"
set title "3-D Improvement, Mesh 1"
unset xlabel
plot 'truthy.out' \
u 1:2 t 'Order 2' w lp, \
+3 -1
View File
@@ -3,7 +3,9 @@ load '../all.plt'
set output 'truthy.3.2.2-5.eps'
set title "3-D Truthiness, Mesh 2"
set title "3-D Improvement, Mesh 2"
unset xlabel
plot 'truthy.out' \
u 1:6 t 'Order 2' w lp, \
+1 -1
View File
@@ -3,7 +3,7 @@ load '../all.plt'
set output 'truthy.3.3.2-5.eps'
set title "3-D Truthiness, Mesh 3"
set title "3-D Improvement, Mesh 3"
plot 'truthy.out' \
u 1:10 t 'Order 2' w lp, \