minor: capitalization

This commit is contained in:
Stephen McQuay 2011-05-29 14:46:35 -06:00
parent e067a47cf6
commit 7d94a3969d
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ load '../all.plt'
set output 'rms.3D.res.1-3.order.3.eps'
set title "3-D Interpolation Error Data, order 3"
set title "3-D Interpolation Error Data, Order 3"
plot 'rms.out' u 1:3 t 'Mesh 1' w lp, \
'' u 1:7 t 'Mesh 2' w lp, \

View File

@ -3,7 +3,7 @@ load '../all.plt'
set output 'rms.3D.res.1-3.order.4.eps'
set title "3-D Interpolation Error Data, order 4"
set title "3-D Interpolation Error Data, Order 4"
plot 'rms.out' u 1:4 t 'Mesh 1' w lp, \
'' u 1:8 t 'Mesh 2' w lp, \

View File

@ -3,7 +3,7 @@ load '../all.plt'
set output 'rms.3D.res.1-3.order.5.eps'
set title "3-D Interpolation Error Data, order 5"
set title "3-D Interpolation Error Data, Order 5"
plot 'rms.out' u 1:5 t 'Mesh 1' w lp, \
'' u 1:9 t 'Mesh 2' w lp, \