From fc49bf84bffe19481b32391484ad7356b2a5182e Mon Sep 17 00:00:00 2001 From: Stephen Mardson McQuay Date: Sun, 29 May 2011 21:38:34 -0600 Subject: [PATCH] updated plots for tabular display in thesis --- plots/main.plt | 2 +- plots/resolution/resolution.2D.regular.plt | 3 ++- plots/resolution/resolution.3D.gmsh.plt | 2 ++ plots/rms/2D/rms.1.2-5.plt | 4 +++- plots/rms/2D/rms.2.2-5.plt | 4 +++- plots/rms/2D/rms.3.2-5.plt | 4 +++- plots/rms/2D/rms.4.2-5.plt | 2 +- plots/rms/3D/rms.1.2-5.plt | 2 ++ plots/rms/3D/rms.2.2-5.plt | 2 ++ plots/scalability/speedup.plt | 6 +++--- plots/truthiness/2D/onering.plt | 2 +- plots/truthiness/2D/truthy.1-4.2.plt | 2 +- plots/truthiness/2D/truthy.1-4.3.plt | 2 +- plots/truthiness/2D/truthy.1-4.4.plt | 2 +- plots/truthiness/2D/truthy.1-4.5.plt | 2 +- plots/truthiness/2D/truthy.1.2-5.plt | 4 +++- plots/truthiness/2D/truthy.2.2-5.plt | 4 +++- plots/truthiness/2D/truthy.3.2-5.plt | 4 +++- plots/truthiness/2D/truthy.4.2-5.plt | 2 +- plots/truthiness/3D/onering.plt | 4 ++-- plots/truthiness/3D/truthy.1-3.2.plt | 2 +- plots/truthiness/3D/truthy.1-3.3.plt | 2 +- plots/truthiness/3D/truthy.1-3.4.plt | 2 +- plots/truthiness/3D/truthy.1-3.5.plt | 2 +- plots/truthiness/3D/truthy.1.2-5.plt | 4 +++- plots/truthiness/3D/truthy.2.2-5.plt | 4 +++- plots/truthiness/3D/truthy.3.2-5.plt | 2 +- 27 files changed, 50 insertions(+), 27 deletions(-) diff --git a/plots/main.plt b/plots/main.plt index f0db190..04e595a 100644 --- a/plots/main.plt +++ b/plots/main.plt @@ -1,4 +1,4 @@ set terminal postscript enhanced eps color -# set terminal postscript enhanced eps +#set terminal postscript enhanced eps set grid diff --git a/plots/resolution/resolution.2D.regular.plt b/plots/resolution/resolution.2D.regular.plt index 80152eb..959153b 100644 --- a/plots/resolution/resolution.2D.regular.plt +++ b/plots/resolution/resolution.2D.regular.plt @@ -2,12 +2,13 @@ load '../main.plt' set output 'resolution.2D.eps' +set title '2-D Meshes' + set log xy set key right bottom set xrange [0.008:0.18] -set xlabel 'Mesh Spacing' set ylabel 'RMS of error' plot './resolution.2D.64.out' \ diff --git a/plots/resolution/resolution.3D.gmsh.plt b/plots/resolution/resolution.3D.gmsh.plt index 826835d..7e16cd6 100644 --- a/plots/resolution/resolution.3D.gmsh.plt +++ b/plots/resolution/resolution.3D.gmsh.plt @@ -2,6 +2,8 @@ load '../main.plt' set output 'resolution.3D.eps' +set title '3-D Meshes' + set log xy set key right bottom diff --git a/plots/rms/2D/rms.1.2-5.plt b/plots/rms/2D/rms.1.2-5.plt index 3e01d07..fa9e6d7 100644 --- a/plots/rms/2D/rms.1.2-5.plt +++ b/plots/rms/2D/rms.1.2-5.plt @@ -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, \ diff --git a/plots/rms/2D/rms.2.2-5.plt b/plots/rms/2D/rms.2.2-5.plt index 9b3d14b..4e9f888 100644 --- a/plots/rms/2D/rms.2.2-5.plt +++ b/plots/rms/2D/rms.2.2-5.plt @@ -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, \ diff --git a/plots/rms/2D/rms.3.2-5.plt b/plots/rms/2D/rms.3.2-5.plt index a123b04..d186369 100644 --- a/plots/rms/2D/rms.3.2-5.plt +++ b/plots/rms/2D/rms.3.2-5.plt @@ -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, \ diff --git a/plots/rms/2D/rms.4.2-5.plt b/plots/rms/2D/rms.4.2-5.plt index f379469..ad7a10d 100644 --- a/plots/rms/2D/rms.4.2-5.plt +++ b/plots/rms/2D/rms.4.2-5.plt @@ -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, \ diff --git a/plots/rms/3D/rms.1.2-5.plt b/plots/rms/3D/rms.1.2-5.plt index c0c1cc2..9f9e40e 100644 --- a/plots/rms/3D/rms.1.2-5.plt +++ b/plots/rms/3D/rms.1.2-5.plt @@ -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, \ diff --git a/plots/rms/3D/rms.2.2-5.plt b/plots/rms/3D/rms.2.2-5.plt index 00b14b7..15389d7 100644 --- a/plots/rms/3D/rms.2.2-5.plt +++ b/plots/rms/3D/rms.2.2-5.plt @@ -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, \ diff --git a/plots/scalability/speedup.plt b/plots/scalability/speedup.plt index d581646..917960e 100644 --- a/plots/scalability/speedup.plt +++ b/plots/scalability/speedup.plt @@ -1,9 +1,9 @@ -set terminal postscript enhanced +load '../main.plt' + +set output 'speedup.eps' set nokey - -set xlabel "Number of Participating Minions" set ylabel "Speedup (S_p)" set log xy diff --git a/plots/truthiness/2D/onering.plt b/plots/truthiness/2D/onering.plt index 2f28264..e89a197 100644 --- a/plots/truthiness/2D/onering.plt +++ b/plots/truthiness/2D/onering.plt @@ -3,7 +3,7 @@ load '../all.plt' set output 'truthy.2.aggregate.eps' -set title "2-D Truthiness, Aggregate" +set title "2-D Improvement, Aggregate" plot 'truthy.out' \ u 1:2 t 'Order 2, Mesh 1' w lp, \ diff --git a/plots/truthiness/2D/truthy.1-4.2.plt b/plots/truthiness/2D/truthy.1-4.2.plt index b81789b..f2d5df1 100644 --- a/plots/truthiness/2D/truthy.1-4.2.plt +++ b/plots/truthiness/2D/truthy.1-4.2.plt @@ -3,7 +3,7 @@ load '../all.plt' set output 'truthy.2.1-4.2.eps' -set title "2-D Truthiness, Order 2" +set title "2-D Improvement, Order 2" plot 'truthy.out' \ u 1:2 t 'Mesh 1' w lp, \ diff --git a/plots/truthiness/2D/truthy.1-4.3.plt b/plots/truthiness/2D/truthy.1-4.3.plt index d87e732..847371a 100644 --- a/plots/truthiness/2D/truthy.1-4.3.plt +++ b/plots/truthiness/2D/truthy.1-4.3.plt @@ -3,7 +3,7 @@ load '../all.plt' set output 'truthy.2.1-4.3.eps' -set title "2-D Truthiness, Order 3" +set title "2-D Improvement, Order 3" plot 'truthy.out' \ u 1:3 t 'Mesh 1' w lp, \ diff --git a/plots/truthiness/2D/truthy.1-4.4.plt b/plots/truthiness/2D/truthy.1-4.4.plt index c10ace0..bc75257 100644 --- a/plots/truthiness/2D/truthy.1-4.4.plt +++ b/plots/truthiness/2D/truthy.1-4.4.plt @@ -3,7 +3,7 @@ load '../all.plt' set output 'truthy.2.1-4.4.eps' -set title "2-D Truthiness, Order 4" +set title "2-D Improvement, Order 4" plot 'truthy.out' \ u 1:4 t 'Mesh 1' w lp, \ diff --git a/plots/truthiness/2D/truthy.1-4.5.plt b/plots/truthiness/2D/truthy.1-4.5.plt index 0b3a425..e3f6f12 100644 --- a/plots/truthiness/2D/truthy.1-4.5.plt +++ b/plots/truthiness/2D/truthy.1-4.5.plt @@ -3,7 +3,7 @@ load '../all.plt' set output 'truthy.2.1-4.5.eps' -set title "2-D Truthiness, Order 5" +set title "2-D Improvement, Order 5" plot 'truthy.out' \ u 1:5 t 'Mesh 1' w lp, \ diff --git a/plots/truthiness/2D/truthy.1.2-5.plt b/plots/truthiness/2D/truthy.1.2-5.plt index de42281..59521bd 100644 --- a/plots/truthiness/2D/truthy.1.2-5.plt +++ b/plots/truthiness/2D/truthy.1.2-5.plt @@ -3,7 +3,9 @@ load '../all.plt' set output 'truthy.2.1.2-5.eps' -set title "2-D Truthiness, Mesh 1" +unset xlabel + +set title "2-D Improvement, Mesh 1" plot 'truthy.out' \ u 1:2 t 'Order 2' w lp, \ diff --git a/plots/truthiness/2D/truthy.2.2-5.plt b/plots/truthiness/2D/truthy.2.2-5.plt index b820866..28b624e 100644 --- a/plots/truthiness/2D/truthy.2.2-5.plt +++ b/plots/truthiness/2D/truthy.2.2-5.plt @@ -3,7 +3,9 @@ load '../all.plt' set output 'truthy.2.2.2-5.eps' -set title "2-D Truthiness, Mesh 2" +unset xlabel + +set title "2-D Improvement, Mesh 2" plot 'truthy.out' \ u 1:6 t 'Order 2' w lp, \ diff --git a/plots/truthiness/2D/truthy.3.2-5.plt b/plots/truthiness/2D/truthy.3.2-5.plt index 9f89f6a..ac4751a 100644 --- a/plots/truthiness/2D/truthy.3.2-5.plt +++ b/plots/truthiness/2D/truthy.3.2-5.plt @@ -3,7 +3,9 @@ load '../all.plt' set output 'truthy.2.3.2-5.eps' -set title "2-D Truthiness, Mesh 3" +unset xlabel + +set title "2-D Improvement, Mesh 3" plot 'truthy.out' \ u 1:10 t 'Order 2' w lp, \ diff --git a/plots/truthiness/2D/truthy.4.2-5.plt b/plots/truthiness/2D/truthy.4.2-5.plt index ba6c577..2f450d8 100644 --- a/plots/truthiness/2D/truthy.4.2-5.plt +++ b/plots/truthiness/2D/truthy.4.2-5.plt @@ -3,7 +3,7 @@ load '../all.plt' set output 'truthy.2.4.2-5.eps' -set title "2-D Truthiness, Mesh 4" +set title "2-D Improvement, Mesh 4" plot 'truthy.out' \ u 1:14 t 'Order 2' w lp, \ diff --git a/plots/truthiness/3D/onering.plt b/plots/truthiness/3D/onering.plt index b4f9d8d..10a5438 100644 --- a/plots/truthiness/3D/onering.plt +++ b/plots/truthiness/3D/onering.plt @@ -1,9 +1,9 @@ load '../../main.plt' load '../all.plt' -set output 'truthy.aggregate.eps' +set output 'truthy.3.aggregate.eps' -set title "3-D Truthiness, Aggregate" +set title "3-D Improvement, Aggregate" plot 'truthy.out' \ u 1:2 t 'Order 2, Mesh 1' w lp, \ diff --git a/plots/truthiness/3D/truthy.1-3.2.plt b/plots/truthiness/3D/truthy.1-3.2.plt index 2969b70..7f375eb 100644 --- a/plots/truthiness/3D/truthy.1-3.2.plt +++ b/plots/truthiness/3D/truthy.1-3.2.plt @@ -3,7 +3,7 @@ load '../all.plt' set output 'truthy.3.1-3.2.eps' -set title "3-D Truthiness, Order 2" +set title "3-D Improvement, Order 2" plot 'truthy.out' \ u 1:2 t 'Mesh 1' w lp, \ diff --git a/plots/truthiness/3D/truthy.1-3.3.plt b/plots/truthiness/3D/truthy.1-3.3.plt index 9da045a..77d60b3 100644 --- a/plots/truthiness/3D/truthy.1-3.3.plt +++ b/plots/truthiness/3D/truthy.1-3.3.plt @@ -3,7 +3,7 @@ load '../all.plt' set output 'truthy.3.1-3.3.eps' -set title "3-D Truthiness, Order 3" +set title "3-D Improvement, Order 3" plot 'truthy.out' \ u 1:3 t 'Mesh 1' w lp, \ diff --git a/plots/truthiness/3D/truthy.1-3.4.plt b/plots/truthiness/3D/truthy.1-3.4.plt index 980102c..46a9485 100644 --- a/plots/truthiness/3D/truthy.1-3.4.plt +++ b/plots/truthiness/3D/truthy.1-3.4.plt @@ -3,7 +3,7 @@ load '../all.plt' set output 'truthy.3.1-3.4.eps' -set title "3-D Truthiness, Order 4" +set title "3-D Improvement, Order 4" plot 'truthy.out' \ u 1:4 t 'Mesh 1' w lp, \ diff --git a/plots/truthiness/3D/truthy.1-3.5.plt b/plots/truthiness/3D/truthy.1-3.5.plt index 7a7bbf4..f386615 100644 --- a/plots/truthiness/3D/truthy.1-3.5.plt +++ b/plots/truthiness/3D/truthy.1-3.5.plt @@ -3,7 +3,7 @@ load '../all.plt' set output 'truthy.3.1-3.5.eps' -set title "3-D Truthiness, Order 5" +set title "3-D Improvement, Order 5" plot 'truthy.out' \ u 1:5 t 'Mesh 1' w lp, \ diff --git a/plots/truthiness/3D/truthy.1.2-5.plt b/plots/truthiness/3D/truthy.1.2-5.plt index 72a0bdb..92c310b 100644 --- a/plots/truthiness/3D/truthy.1.2-5.plt +++ b/plots/truthiness/3D/truthy.1.2-5.plt @@ -3,7 +3,9 @@ load '../all.plt' set output 'truthy.3.1.2-5.eps' -set title "3-D Truthiness, Mesh 1" +set title "3-D Improvement, Mesh 1" + +unset xlabel plot 'truthy.out' \ u 1:2 t 'Order 2' w lp, \ diff --git a/plots/truthiness/3D/truthy.2.2-5.plt b/plots/truthiness/3D/truthy.2.2-5.plt index c90ada4..2ae0943 100644 --- a/plots/truthiness/3D/truthy.2.2-5.plt +++ b/plots/truthiness/3D/truthy.2.2-5.plt @@ -3,7 +3,9 @@ load '../all.plt' set output 'truthy.3.2.2-5.eps' -set title "3-D Truthiness, Mesh 2" +set title "3-D Improvement, Mesh 2" + +unset xlabel plot 'truthy.out' \ u 1:6 t 'Order 2' w lp, \ diff --git a/plots/truthiness/3D/truthy.3.2-5.plt b/plots/truthiness/3D/truthy.3.2-5.plt index 7c26015..c30ab65 100644 --- a/plots/truthiness/3D/truthy.3.2-5.plt +++ b/plots/truthiness/3D/truthy.3.2-5.plt @@ -3,7 +3,7 @@ load '../all.plt' set output 'truthy.3.3.2-5.eps' -set title "3-D Truthiness, Mesh 3" +set title "3-D Improvement, Mesh 3" plot 'truthy.out' \ u 1:10 t 'Order 2' w lp, \