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
View File
@@ -5,6 +5,8 @@ set output 'rms.3.1.2-5.eps'
set title "3-D Interpolation Error Data, Mesh 1"
unset xlabel
plot 'rms.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
View File
@@ -5,6 +5,8 @@ set output 'rms.3.2.2-5.eps'
set title "3-D Interpolation Error Data, Mesh 2"
unset xlabel
plot 'rms.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, \