diff --git a/plots/main.plt b/plots/main.plt index 01643d9..fa212d9 100644 --- a/plots/main.plt +++ b/plots/main.plt @@ -3,4 +3,6 @@ set terminal postscript enhanced eps color set grid +set key box + set size 0.8,0.8 diff --git a/plots/resolution/resolution.2D.regular.plt b/plots/resolution/resolution.2D.regular.plt index 6a21cca..87b46de 100644 --- a/plots/resolution/resolution.2D.regular.plt +++ b/plots/resolution/resolution.2D.regular.plt @@ -9,7 +9,7 @@ set key right bottom set xrange [0.008:0.18] -set xlabel 'Mesh Spacing' +# 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 94bc122..7e16cd6 100644 --- a/plots/resolution/resolution.3D.gmsh.plt +++ b/plots/resolution/resolution.3D.gmsh.plt @@ -10,7 +10,7 @@ set key right bottom set xrange [0.004:0.055] set xlabel 'Mesh Spacing' -# set ylabel 'RMS of error' +set ylabel 'RMS of error' plot './resolution.3D.gmsh.out' \ u 1:2 t '{/Symbol n} = 2' w l,\ diff --git a/plots/rms/2D/rms.1.2-5.plt b/plots/rms/2D/rms.1.2-5.plt index bc593fd..a1864e2 100644 --- a/plots/rms/2D/rms.1.2-5.plt +++ b/plots/rms/2D/rms.1.2-5.plt @@ -3,11 +3,10 @@ load '../all.plt' set output 'rms.2.1.2-5.eps' -unset xlabel +# set title 'Mesh 1' +set yrange [1e-10:] -set title 'Mesh 1' - -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, \ - '' u 1:5 t 'Order 5' w lp; +plot 'rms.out' u 1:2 t 'Order 2' w p, \ + '' u 1:3 t 'Order 3' w p, \ + '' u 1:4 t 'Order 4' w p, \ + '' u 1:5 t 'Order 5' w p; diff --git a/plots/rms/2D/rms.2.2-5.plt b/plots/rms/2D/rms.2.2-5.plt index 6f21088..32fa62e 100644 --- a/plots/rms/2D/rms.2.2-5.plt +++ b/plots/rms/2D/rms.2.2-5.plt @@ -3,11 +3,9 @@ load '../all.plt' set output 'rms.2.2.2-5.eps' -unset xlabel +# set title 'Mesh 2' -set title 'Mesh 2' - -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, \ - '' u 1:9 t 'Order 5' w lp; +plot 'rms.out' u 1:6 t 'Order 2' w p, \ + '' u 1:7 t 'Order 3' w p, \ + '' u 1:8 t 'Order 4' w p, \ + '' u 1:9 t 'Order 5' w p; diff --git a/plots/rms/2D/rms.3.2-5.plt b/plots/rms/2D/rms.3.2-5.plt index 63898c1..617c2e0 100644 --- a/plots/rms/2D/rms.3.2-5.plt +++ b/plots/rms/2D/rms.3.2-5.plt @@ -3,11 +3,9 @@ load '../all.plt' set output 'rms.2.3.2-5.eps' -unset xlabel +# set title 'Mesh 3' -set title 'Mesh 3' - -plot 'rms.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 'rms.out' u 1:10 t 'Order 2' w p, \ + '' u 1:11 t 'Order 3' w p, \ + '' u 1:12 t 'Order 4' w p, \ + '' u 1:13 t 'Order 5' w p; diff --git a/plots/rms/2D/rms.4.2-5.plt b/plots/rms/2D/rms.4.2-5.plt index 69513b2..674a535 100644 --- a/plots/rms/2D/rms.4.2-5.plt +++ b/plots/rms/2D/rms.4.2-5.plt @@ -3,9 +3,9 @@ load '../all.plt' set output 'rms.2.4.2-5.eps' -set title 'Mesh 4' +# set title 'Mesh 4' -plot 'rms.out' u 1:14 t 'Order 2' w lp, \ - '' u 1:15 t 'Order 3' w lp, \ - '' u 1:16 t 'Order 4' w lp, \ - '' u 1:17 t 'Order 5' w lp; +plot 'rms.out' u 1:14 t 'Order 2' w p, \ + '' u 1:15 t 'Order 3' w p, \ + '' u 1:16 t 'Order 4' w p, \ + '' u 1:17 t 'Order 5' w p; diff --git a/plots/scalability/efficiency.plt b/plots/scalability/efficiency.plt index 604c95b..81051f1 100644 --- a/plots/scalability/efficiency.plt +++ b/plots/scalability/efficiency.plt @@ -9,4 +9,4 @@ set xlabel "Number of Participating Minions" set yrange [0:1] -plot 'scale.out' u 1:3 w lp +plot 'scale.out' u 1:3 w p diff --git a/plots/scalability/server.plt b/plots/scalability/server.plt index d6967cc..3adef31 100644 --- a/plots/scalability/server.plt +++ b/plots/scalability/server.plt @@ -9,4 +9,4 @@ set ylabel "Approximate CPU utilization (% CPU)" set yrange [0:210] -plot 'server.out' u 1:2 w lp t 'Speedup' +plot 'server.out' u 1:2 w p t 'Speedup' diff --git a/plots/scalability/speedup.plt b/plots/scalability/speedup.plt index d1905d5..0dafc54 100644 --- a/plots/scalability/speedup.plt +++ b/plots/scalability/speedup.plt @@ -7,4 +7,4 @@ set nokey set ylabel "Speedup (S_p)" set xlabel "Number of Participating Minions" -plot 'scale.out' u 1:2 w lp t 'Speedup' +plot 'scale.out' u 1:2 w p t 'Speedup' diff --git a/plots/timing/2D/onering.plt b/plots/timing/2D/onering.plt index 3848126..678d1cd 100644 --- a/plots/timing/2D/onering.plt +++ b/plots/timing/2D/onering.plt @@ -3,7 +3,8 @@ load '../all.plt' set output 'timing.2.aggregate.eps' -# set title '2-D Interpolation Timing Data' +unset xlabel +# set title '2-D Timing' plot 'time.out' u 1:2 t 'Order 2, res 1' w lp, \ '' u 1:3 t 'Order 3, res 1' w lp, \ diff --git a/plots/timing/2D/time.1.2-5.plt b/plots/timing/2D/time.1.2-5.plt index d019dd1..ae92f2d 100644 --- a/plots/timing/2D/time.1.2-5.plt +++ b/plots/timing/2D/time.1.2-5.plt @@ -5,7 +5,7 @@ set output 'time.2.1.2-5.eps' set title '2-D Interpolation Timing Data, Mesh 1' -plot 'time.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 'time.out' u 1:2 t 'Order 2' w p, \ + '' u 1:3 t 'Order 3' w p, \ + '' u 1:4 t 'Order 4' w p, \ + '' u 1:5 t 'Order 5' w p; diff --git a/plots/timing/2D/time.2.2-5.plt b/plots/timing/2D/time.2.2-5.plt index 0fbb48f..2bb11eb 100644 --- a/plots/timing/2D/time.2.2-5.plt +++ b/plots/timing/2D/time.2.2-5.plt @@ -5,7 +5,7 @@ set output 'time.2.2.2-5.eps' set title '2-D Interpolation Timing Data, Mesh 2' -plot 'time.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 'time.out' u 1:6 t 'Order 2' w p, \ + '' u 1:7 t 'Order 3' w p, \ + '' u 1:8 t 'Order 4' w p, \ + '' u 1:9 t 'Order 5' w p; diff --git a/plots/timing/2D/time.3.2-5.plt b/plots/timing/2D/time.3.2-5.plt index ee66370..722f79e 100644 --- a/plots/timing/2D/time.3.2-5.plt +++ b/plots/timing/2D/time.3.2-5.plt @@ -5,7 +5,7 @@ set output 'time.2.3.2-5.eps' set title '2-D Interpolation Timing Data, Mesh 3' -plot 'time.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 'time.out' u 1:10 t 'Order 2' w p, \ + '' u 1:11 t 'Order 3' w p, \ + '' u 1:12 t 'Order 4' w p, \ + '' u 1:13 t 'Order 5' w p; diff --git a/plots/timing/2D/time.4.2-5.plt b/plots/timing/2D/time.4.2-5.plt index a07b1a0..35e4f07 100644 --- a/plots/timing/2D/time.4.2-5.plt +++ b/plots/timing/2D/time.4.2-5.plt @@ -5,7 +5,7 @@ set output 'time.2.4.2-5.eps' set title '2-D Interpolation Timing Data, Mesh 4' -plot 'time.out' u 1:14 t 'Order 2' w lp, \ - '' u 1:15 t 'Order 3' w lp, \ - '' u 1:16 t 'Order 4' w lp, \ - '' u 1:17 t 'Order 5' w lp; +plot 'time.out' u 1:14 t 'Order 2' w p, \ + '' u 1:15 t 'Order 3' w p, \ + '' u 1:16 t 'Order 4' w p, \ + '' u 1:17 t 'Order 5' w p; diff --git a/plots/timing/3D/onering.plt b/plots/timing/3D/onering.plt index 36ad189..3074f3a 100644 --- a/plots/timing/3D/onering.plt +++ b/plots/timing/3D/onering.plt @@ -3,9 +3,8 @@ load '../all.plt' set output 'timing.3.aggregate.eps' -unset ylabel -# set title '3-D Interpolation Timing Data' +# set title '3-D Timing' plot 'time.out' u 1:2 t 'Order 2, Mesh 1' w lp, \ '' u 1:3 t 'Order 3, 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 d9bec39..1b9a2b1 100644 --- a/plots/truthiness/2D/truthy.1.2-5.plt +++ b/plots/truthiness/2D/truthy.1.2-5.plt @@ -2,13 +2,12 @@ load '../../main.plt' load '../all.plt' set output 'truthy.2.1.2-5.eps' +set key bottom lef -unset xlabel - -set title 'Mesh 1' +# set title 'Mesh 1' plot 'truthy.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; + u 1:2 t 'Order 2' w p, \ +'' u 1:3 t 'Order 3' w p, \ +'' u 1:4 t 'Order 4' w p, \ +'' u 1:5 t 'Order 5' w p; diff --git a/plots/truthiness/2D/truthy.2.2-5.plt b/plots/truthiness/2D/truthy.2.2-5.plt index 733494d..63c4ffd 100644 --- a/plots/truthiness/2D/truthy.2.2-5.plt +++ b/plots/truthiness/2D/truthy.2.2-5.plt @@ -3,12 +3,10 @@ load '../all.plt' set output 'truthy.2.2.2-5.eps' -unset xlabel - -set title 'Mesh 2' +# set title 'Mesh 2' plot 'truthy.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; + u 1:6 t 'Order 2' w p, \ +'' u 1:7 t 'Order 3' w p, \ +'' u 1:8 t 'Order 4' w p, \ +'' u 1:9 t 'Order 5' w p; diff --git a/plots/truthiness/2D/truthy.3.2-5.plt b/plots/truthiness/2D/truthy.3.2-5.plt index d8f14bb..52a6d75 100644 --- a/plots/truthiness/2D/truthy.3.2-5.plt +++ b/plots/truthiness/2D/truthy.3.2-5.plt @@ -3,12 +3,10 @@ load '../all.plt' set output 'truthy.2.3.2-5.eps' -unset xlabel - -set title 'Mesh 3' +# set title 'Mesh 3' plot 'truthy.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; + u 1:10 t 'Order 2' w p, \ +'' u 1:11 t 'Order 3' w p, \ +'' u 1:12 t 'Order 4' w p, \ +'' u 1:13 t 'Order 5' w p; diff --git a/plots/truthiness/2D/truthy.4.2-5.plt b/plots/truthiness/2D/truthy.4.2-5.plt index b2ab52b..2c3373a 100644 --- a/plots/truthiness/2D/truthy.4.2-5.plt +++ b/plots/truthiness/2D/truthy.4.2-5.plt @@ -3,10 +3,10 @@ load '../all.plt' set output 'truthy.2.4.2-5.eps' -set title 'Mesh 4' +# set title 'Mesh 4' plot 'truthy.out' \ - u 1:14 t 'Order 2' w lp, \ -'' u 1:15 t 'Order 3' w lp, \ -'' u 1:16 t 'Order 4' w lp, \ -'' u 1:17 t 'Order 5' w lp; + u 1:14 t 'Order 2' w p, \ +'' u 1:15 t 'Order 3' w p, \ +'' u 1:16 t 'Order 4' w p, \ +'' u 1:17 t 'Order 5' w p;