updated plots for tabular display in thesis
This commit is contained in:
@@ -3,7 +3,9 @@ load '../all.plt'
|
||||
|
||||
set output 'rms.2.1.2-5.eps'
|
||||
|
||||
set title '2-D Interpolation Error Data, Mesh 1'
|
||||
unset xlabel
|
||||
|
||||
set title '2-D Interpolation Error, Mesh 1'
|
||||
|
||||
plot 'rms.out' u 1:2 t 'Order 2' w lp, \
|
||||
'' u 1:3 t 'Order 3' w lp, \
|
||||
|
||||
@@ -3,7 +3,9 @@ load '../all.plt'
|
||||
|
||||
set output 'rms.2.2.2-5.eps'
|
||||
|
||||
set title '2-D Interpolation Error Data, Mesh 2'
|
||||
unset xlabel
|
||||
|
||||
set title '2-D Interpolation Error, Mesh 2'
|
||||
|
||||
plot 'rms.out' u 1:6 t 'Order 2' w lp, \
|
||||
'' u 1:7 t 'Order 3' w lp, \
|
||||
|
||||
@@ -3,7 +3,9 @@ load '../all.plt'
|
||||
|
||||
set output 'rms.2.3.2-5.eps'
|
||||
|
||||
set title '2-D Interpolation Error Data, Mesh 3'
|
||||
unset xlabel
|
||||
|
||||
set title '2-D Interpolation Error, Mesh 3'
|
||||
|
||||
plot 'rms.out' u 1:10 t 'Order 2' w lp, \
|
||||
'' u 1:11 t 'Order 3' w lp, \
|
||||
|
||||
@@ -3,7 +3,7 @@ load '../all.plt'
|
||||
|
||||
set output 'rms.2.4.2-5.eps'
|
||||
|
||||
set title '2-D Interpolation Error Data, Mesh 4'
|
||||
set title '2-D Interpolation Error, Mesh 4'
|
||||
|
||||
plot 'rms.out' u 1:14 t 'Order 2' w lp, \
|
||||
'' u 1:15 t 'Order 3' w lp, \
|
||||
|
||||
Reference in New Issue
Block a user