updated plots for tabular display in thesis
This commit is contained in:
@@ -3,7 +3,7 @@ load '../all.plt'
|
||||
|
||||
set output 'truthy.2.aggregate.eps'
|
||||
|
||||
set title "2-D Truthiness, Aggregate"
|
||||
set title "2-D Improvement, Aggregate"
|
||||
|
||||
plot 'truthy.out' \
|
||||
u 1:2 t 'Order 2, Mesh 1' w lp, \
|
||||
|
||||
@@ -3,7 +3,7 @@ load '../all.plt'
|
||||
|
||||
set output 'truthy.2.1-4.2.eps'
|
||||
|
||||
set title "2-D Truthiness, Order 2"
|
||||
set title "2-D Improvement, Order 2"
|
||||
|
||||
plot 'truthy.out' \
|
||||
u 1:2 t 'Mesh 1' w lp, \
|
||||
|
||||
@@ -3,7 +3,7 @@ load '../all.plt'
|
||||
|
||||
set output 'truthy.2.1-4.3.eps'
|
||||
|
||||
set title "2-D Truthiness, Order 3"
|
||||
set title "2-D Improvement, Order 3"
|
||||
|
||||
plot 'truthy.out' \
|
||||
u 1:3 t 'Mesh 1' w lp, \
|
||||
|
||||
@@ -3,7 +3,7 @@ load '../all.plt'
|
||||
|
||||
set output 'truthy.2.1-4.4.eps'
|
||||
|
||||
set title "2-D Truthiness, Order 4"
|
||||
set title "2-D Improvement, Order 4"
|
||||
|
||||
plot 'truthy.out' \
|
||||
u 1:4 t 'Mesh 1' w lp, \
|
||||
|
||||
@@ -3,7 +3,7 @@ load '../all.plt'
|
||||
|
||||
set output 'truthy.2.1-4.5.eps'
|
||||
|
||||
set title "2-D Truthiness, Order 5"
|
||||
set title "2-D Improvement, Order 5"
|
||||
|
||||
plot 'truthy.out' \
|
||||
u 1:5 t 'Mesh 1' w lp, \
|
||||
|
||||
@@ -3,7 +3,9 @@ load '../all.plt'
|
||||
|
||||
set output 'truthy.2.1.2-5.eps'
|
||||
|
||||
set title "2-D Truthiness, Mesh 1"
|
||||
unset xlabel
|
||||
|
||||
set title "2-D Improvement, Mesh 1"
|
||||
|
||||
plot 'truthy.out' \
|
||||
u 1:2 t 'Order 2' w lp, \
|
||||
|
||||
@@ -3,7 +3,9 @@ load '../all.plt'
|
||||
|
||||
set output 'truthy.2.2.2-5.eps'
|
||||
|
||||
set title "2-D Truthiness, Mesh 2"
|
||||
unset xlabel
|
||||
|
||||
set title "2-D Improvement, Mesh 2"
|
||||
|
||||
plot 'truthy.out' \
|
||||
u 1:6 t 'Order 2' w lp, \
|
||||
|
||||
@@ -3,7 +3,9 @@ load '../all.plt'
|
||||
|
||||
set output 'truthy.2.3.2-5.eps'
|
||||
|
||||
set title "2-D Truthiness, Mesh 3"
|
||||
unset xlabel
|
||||
|
||||
set title "2-D Improvement, Mesh 3"
|
||||
|
||||
plot 'truthy.out' \
|
||||
u 1:10 t 'Order 2' w lp, \
|
||||
|
||||
@@ -3,7 +3,7 @@ load '../all.plt'
|
||||
|
||||
set output 'truthy.2.4.2-5.eps'
|
||||
|
||||
set title "2-D Truthiness, Mesh 4"
|
||||
set title "2-D Improvement, Mesh 4"
|
||||
|
||||
plot 'truthy.out' \
|
||||
u 1:14 t 'Order 2' w lp, \
|
||||
|
||||
Reference in New Issue
Block a user