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 'rms.2.1.2-5.eps'
unset xlabel
set title '2-D Interpolation Error, Mesh 1'
set title 'Mesh 1'
plot 'rms.out' u 1:2 t 'Order 2' w lp, \
'' u 1:3 t 'Order 3' w lp, \
+1 -1
View File
@@ -5,7 +5,7 @@ set output 'rms.2.2.2-5.eps'
unset xlabel
set title '2-D Interpolation Error, Mesh 2'
set title 'Mesh 2'
plot 'rms.out' u 1:6 t 'Order 2' w lp, \
'' u 1:7 t 'Order 3' w lp, \
+1 -1
View File
@@ -5,7 +5,7 @@ set output 'rms.2.3.2-5.eps'
unset xlabel
set title '2-D Interpolation Error, Mesh 3'
set title 'Mesh 3'
plot 'rms.out' u 1:10 t 'Order 2' w lp, \
'' u 1:11 t 'Order 3' w lp, \
+1 -1
View File
@@ -3,7 +3,7 @@ load '../all.plt'
set output 'rms.2.4.2-5.eps'
set title '2-D Interpolation Error, Mesh 4'
set title 'Mesh 4'
plot 'rms.out' u 1:14 t 'Order 2' w lp, \
'' u 1:15 t 'Order 3' w lp, \