updated plot files for thesis

This commit is contained in:
sm
2011-06-01 09:51:43 -06:00
parent e553c6c98a
commit 536f3209a6
10 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ set output 'truthy.2.1.2-5.eps'
unset xlabel
set title "2-D Improvement, Mesh 1"
set title 'Mesh 1'
plot 'truthy.out' \
u 1:2 t 'Order 2' w lp, \
+1 -1
View File
@@ -5,7 +5,7 @@ set output 'truthy.2.2.2-5.eps'
unset xlabel
set title "2-D Improvement, Mesh 2"
set title 'Mesh 2'
plot 'truthy.out' \
u 1:6 t 'Order 2' w lp, \
+1 -1
View File
@@ -5,7 +5,7 @@ set output 'truthy.2.3.2-5.eps'
unset xlabel
set title "2-D Improvement, Mesh 3"
set title 'Mesh 3'
plot 'truthy.out' \
u 1:10 t 'Order 2' w lp, \
+1 -1
View File
@@ -3,7 +3,7 @@ load '../all.plt'
set output 'truthy.2.4.2-5.eps'
set title "2-D Improvement, Mesh 4"
set title 'Mesh 4'
plot 'truthy.out' \
u 1:14 t 'Order 2' w lp, \