From 92d68dfa08d43555f29f8a947b5255db2900b825 Mon Sep 17 00:00:00 2001 From: Stephen Mardson McQuay Date: Sun, 29 May 2011 15:08:06 -0600 Subject: [PATCH] polished 3D res --HG-- rename : plots/truthiness/3D/data.out => plots/truthiness/3D/truthy.3D.out --- plots/truthiness/3D/onering.plt | 38 ++++++++----------- plots/truthiness/3D/res.1-3.order.2.plt | 20 ++++------ plots/truthiness/3D/res.1-3.order.3.plt | 20 ++++------ plots/truthiness/3D/res.1-3.order.4.plt | 22 ++++------- plots/truthiness/3D/res.1-3.order.5.plt | 22 ++++------- plots/truthiness/3D/res.1.order.2-5.plt | 24 +++++------- plots/truthiness/3D/res.2.order.2-5.plt | 24 +++++------- plots/truthiness/3D/res.3.order.2-5.plt | 24 +++++------- .../truthiness/3D/{data.out => truthy.3D.out} | 0 9 files changed, 73 insertions(+), 121 deletions(-) rename plots/truthiness/3D/{data.out => truthy.3D.out} (100%) diff --git a/plots/truthiness/3D/onering.plt b/plots/truthiness/3D/onering.plt index fa8dc17..a6ec0bf 100644 --- a/plots/truthiness/3D/onering.plt +++ b/plots/truthiness/3D/onering.plt @@ -1,28 +1,22 @@ -set terminal postscript enhanced +load '../../main.plt' +load '../all.plt' -set key bottom right +set output 'truthy.3D.aggregate.eps' set title "3-D Truthiness, Aggregate" -set xlabel "Number of Extra Points, S_k" -set ylabel "Percent of Improved Interpolations" - -set log x - -set yrange [0:1] - -plot 'data.out' \ - u 1:2 t 'Order 2, Mesh Resolution 1' w lp, \ -'' u 1:3 t 'Order 3, Mesh Resolution 1' w lp, \ -'' u 1:4 t 'Order 4, Mesh Resolution 1' w lp, \ -'' u 1:5 t 'Order 5, Mesh Resolution 1' w lp, \ +plot 'truthy.3D.out' \ + u 1:2 t 'Order 2, Mesh 1' w lp, \ +'' u 1:3 t 'Order 3, Mesh 1' w lp, \ +'' u 1:4 t 'Order 4, Mesh 1' w lp, \ +'' u 1:5 t 'Order 5, Mesh 1' w lp, \ \ -'' u 1:6 t 'Order 2, Mesh Resolution 2' w lp, \ -'' u 1:7 t 'Order 3, Mesh Resolution 2' w lp, \ -'' u 1:8 t 'Order 4, Mesh Resolution 2' w lp, \ -'' u 1:9 t 'Order 5, Mesh Resolution 2' w lp, \ +'' u 1:6 t 'Order 2, Mesh 2' w lp, \ +'' u 1:7 t 'Order 3, Mesh 2' w lp, \ +'' u 1:8 t 'Order 4, Mesh 2' w lp, \ +'' u 1:9 t 'Order 5, Mesh 2' w lp, \ \ -'' u 1:10 t 'Order 2, Mesh Resolution 3' w lp, \ -'' u 1:11 t 'Order 3, Mesh Resolution 3' w lp, \ -'' u 1:12 t 'Order 4, Mesh Resolution 3' w lp, \ -'' u 1:13 t 'Order 5, Mesh Resolution 3' w lp; +'' u 1:10 t 'Order 2, Mesh 3' w lp, \ +'' u 1:11 t 'Order 3, Mesh 3' w lp, \ +'' u 1:12 t 'Order 4, Mesh 3' w lp, \ +'' u 1:13 t 'Order 5, Mesh 3' w lp; diff --git a/plots/truthiness/3D/res.1-3.order.2.plt b/plots/truthiness/3D/res.1-3.order.2.plt index db79a0a..6fdf181 100644 --- a/plots/truthiness/3D/res.1-3.order.2.plt +++ b/plots/truthiness/3D/res.1-3.order.2.plt @@ -1,17 +1,11 @@ -set terminal postscript enhanced +load '../../main.plt' +load '../all.plt' -set key bottom right +set output 'truthy.res.1-3.order.2.eps' set title "3-D Truthiness, Order 2" -set xlabel "Number of Extra Points, S_k" -set ylabel "Percent of Improved Interpolations" - -set log x - -set yrange [0:1] - -plot 'data.out' \ - u 1:2 t 'Resolution 1' w lp, \ -'' u 1:6 t 'Resolution 2' w lp, \ -'' u 1:10 t 'Resolution 3' w lp; +plot 'truthy.3D.out' \ + u 1:2 t 'Mesh 1' w lp, \ +'' u 1:6 t 'Mesh 2' w lp, \ +'' u 1:10 t 'Mesh 3' w lp; diff --git a/plots/truthiness/3D/res.1-3.order.3.plt b/plots/truthiness/3D/res.1-3.order.3.plt index e09b59b..b8c15ef 100644 --- a/plots/truthiness/3D/res.1-3.order.3.plt +++ b/plots/truthiness/3D/res.1-3.order.3.plt @@ -1,17 +1,11 @@ -set terminal postscript enhanced +load '../../main.plt' +load '../all.plt' -set key bottom right +set output 'truthy.res.1-3.order.3.eps' set title "3-D Truthiness, Order 3" -set xlabel "Number of Extra Points, S_k" -set ylabel "Percent of Improved Interpolations" - -set log x - -set yrange [0:1] - -plot 'data.out' \ - u 1:3 t 'Resolution 1' w lp, \ -'' u 1:7 t 'Resolution 2' w lp, \ -'' u 1:11 t 'Resolution 3' w lp; +plot 'truthy.3D.out' \ + u 1:3 t 'Mesh 1' w lp, \ +'' u 1:7 t 'Mesh 2' w lp, \ +'' u 1:11 t 'Mesh 3' w lp; diff --git a/plots/truthiness/3D/res.1-3.order.4.plt b/plots/truthiness/3D/res.1-3.order.4.plt index d13dc28..0299fe4 100644 --- a/plots/truthiness/3D/res.1-3.order.4.plt +++ b/plots/truthiness/3D/res.1-3.order.4.plt @@ -1,17 +1,11 @@ -set terminal postscript enhanced +load '../../main.plt' +load '../all.plt' -set key bottom right +set output 'truthy.res.1-3.order.4.eps' -set title "3-D Truthiness, order 4" +set title "3-D Truthiness, Order 4" -set xlabel "Number of Extra Points, S_k" -set ylabel "Percent of Improved Interpolations" - -set log x - -set yrange [0:1] - -plot 'data.out' \ - u 1:4 t 'Resolution 1' w lp, \ -'' u 1:8 t 'Resolution 2' w lp, \ -'' u 1:12 t 'Resolution 3' w lp; +plot 'truthy.3D.out' \ + u 1:4 t 'Mesh 1' w lp, \ +'' u 1:8 t 'Mesh 2' w lp, \ +'' u 1:12 t 'Mesh 3' w lp; diff --git a/plots/truthiness/3D/res.1-3.order.5.plt b/plots/truthiness/3D/res.1-3.order.5.plt index 28163b2..e89ffcc 100644 --- a/plots/truthiness/3D/res.1-3.order.5.plt +++ b/plots/truthiness/3D/res.1-3.order.5.plt @@ -1,17 +1,11 @@ -set terminal postscript enhanced +load '../../main.plt' +load '../all.plt' -set key bottom right +set output 'truthy.res.1-3.order.5.eps' -set title "3-D Truthiness, order 5" +set title "3-D Truthiness, Order 5" -set xlabel "Number of Extra Points, S_k" -set ylabel "Percent of Improved Interpolations" - -set log x - -set yrange [0:1] - -plot 'data.out' \ - u 1:5 t 'Resolution 1' w lp, \ -'' u 1:9 t 'Resolution 2' w lp, \ -'' u 1:13 t 'Resolution 3' w lp; +plot 'truthy.3D.out' \ + u 1:5 t 'Mesh 1' w lp, \ +'' u 1:9 t 'Mesh 2' w lp, \ +'' u 1:13 t 'Mesh 3' w lp; diff --git a/plots/truthiness/3D/res.1.order.2-5.plt b/plots/truthiness/3D/res.1.order.2-5.plt index 7552cbb..898244b 100644 --- a/plots/truthiness/3D/res.1.order.2-5.plt +++ b/plots/truthiness/3D/res.1.order.2-5.plt @@ -1,18 +1,12 @@ -set terminal postscript enhanced +load '../../main.plt' +load '../all.plt' -set key bottom right +set output 'truthy.res.1.order.2-5.eps' -set title "3-D Truthiness, Resolution 1" +set title "3-D Truthiness, Mesh 1" -set xlabel "Number of Extra Points, S_k" -set ylabel "Percent of Improved Interpolations" - -set log x - -set yrange [0:1] - -plot 'data.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, \ -'' u 1:5 t 'order 5' w lp; +plot 'truthy.3D.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, \ +'' u 1:5 t 'Order 5' w lp; diff --git a/plots/truthiness/3D/res.2.order.2-5.plt b/plots/truthiness/3D/res.2.order.2-5.plt index d42c62d..9eb6ed5 100644 --- a/plots/truthiness/3D/res.2.order.2-5.plt +++ b/plots/truthiness/3D/res.2.order.2-5.plt @@ -1,18 +1,12 @@ -set terminal postscript enhanced +load '../../main.plt' +load '../all.plt' -set key bottom right +set output 'truthy.res.2.order.2-5.eps' -set title "3-D Truthiness, Resolution 2" +set title "3-D Truthiness, Mesh 2" -set xlabel "Number of Extra Points, S_k" -set ylabel "Percent of Improved Interpolations" - -set log x - -set yrange [0:1] - -plot 'data.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, \ -'' u 1:9 t 'order 5' w lp; +plot 'truthy.3D.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, \ +'' u 1:9 t 'Order 5' w lp; diff --git a/plots/truthiness/3D/res.3.order.2-5.plt b/plots/truthiness/3D/res.3.order.2-5.plt index f9815c5..76cec86 100644 --- a/plots/truthiness/3D/res.3.order.2-5.plt +++ b/plots/truthiness/3D/res.3.order.2-5.plt @@ -1,18 +1,12 @@ -set terminal postscript enhanced +load '../../main.plt' +load '../all.plt' -set key bottom right +set output 'truthy.res.3.order.2-5.eps' -set title "3-D Truthiness, Resolution 3" +set title "3-D Truthiness, Mesh 3" -set xlabel "Number of Extra Points, S_k" -set ylabel "Percent of Improved Interpolations" - -set log x - -set yrange [0:1] - -plot 'data.out' \ - u 1:10 t 'order 2' w lp, \ -'' u 1:11 t 'order 3' w lp, \ -'' u 1:12 t 'order 4' w lp, \ -'' u 1:13 t 'order 5' w lp; +plot 'truthy.3D.out' \ + u 1:10 t 'Order 2' w lp, \ +'' u 1:11 t 'Order 3' w lp, \ +'' u 1:12 t 'Order 4' w lp, \ +'' u 1:13 t 'Order 5' w lp; diff --git a/plots/truthiness/3D/data.out b/plots/truthiness/3D/truthy.3D.out similarity index 100% rename from plots/truthiness/3D/data.out rename to plots/truthiness/3D/truthy.3D.out