updated plots for tabular display in thesis
This commit is contained in:
parent
18ae7cfb22
commit
fc49bf84bf
@ -1,4 +1,4 @@
|
|||||||
set terminal postscript enhanced eps color
|
set terminal postscript enhanced eps color
|
||||||
# set terminal postscript enhanced eps
|
#set terminal postscript enhanced eps
|
||||||
|
|
||||||
set grid
|
set grid
|
||||||
|
@ -2,12 +2,13 @@ load '../main.plt'
|
|||||||
|
|
||||||
set output 'resolution.2D.eps'
|
set output 'resolution.2D.eps'
|
||||||
|
|
||||||
|
set title '2-D Meshes'
|
||||||
|
|
||||||
set log xy
|
set log xy
|
||||||
set key right bottom
|
set key right bottom
|
||||||
|
|
||||||
set xrange [0.008:0.18]
|
set xrange [0.008:0.18]
|
||||||
|
|
||||||
set xlabel 'Mesh Spacing'
|
|
||||||
set ylabel 'RMS of error'
|
set ylabel 'RMS of error'
|
||||||
|
|
||||||
plot './resolution.2D.64.out' \
|
plot './resolution.2D.64.out' \
|
||||||
|
@ -2,6 +2,8 @@ load '../main.plt'
|
|||||||
|
|
||||||
set output 'resolution.3D.eps'
|
set output 'resolution.3D.eps'
|
||||||
|
|
||||||
|
set title '3-D Meshes'
|
||||||
|
|
||||||
set log xy
|
set log xy
|
||||||
set key right bottom
|
set key right bottom
|
||||||
|
|
||||||
|
@ -3,7 +3,9 @@ load '../all.plt'
|
|||||||
|
|
||||||
set output 'rms.2.1.2-5.eps'
|
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, \
|
plot 'rms.out' u 1:2 t 'Order 2' w lp, \
|
||||||
'' u 1:3 t 'Order 3' 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 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, \
|
plot 'rms.out' u 1:6 t 'Order 2' w lp, \
|
||||||
'' u 1:7 t 'Order 3' 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 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, \
|
plot 'rms.out' u 1:10 t 'Order 2' w lp, \
|
||||||
'' u 1:11 t 'Order 3' 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 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, \
|
plot 'rms.out' u 1:14 t 'Order 2' w lp, \
|
||||||
'' u 1:15 t 'Order 3' w lp, \
|
'' u 1:15 t 'Order 3' w lp, \
|
||||||
|
@ -5,6 +5,8 @@ set output 'rms.3.1.2-5.eps'
|
|||||||
|
|
||||||
set title "3-D Interpolation Error Data, Mesh 1"
|
set title "3-D Interpolation Error Data, Mesh 1"
|
||||||
|
|
||||||
|
unset xlabel
|
||||||
|
|
||||||
plot 'rms.out' u 1:2 t 'Order 2' w lp, \
|
plot 'rms.out' u 1:2 t 'Order 2' w lp, \
|
||||||
'' u 1:3 t 'Order 3' w lp, \
|
'' u 1:3 t 'Order 3' w lp, \
|
||||||
'' u 1:4 t 'Order 4' w lp, \
|
'' u 1:4 t 'Order 4' w lp, \
|
||||||
|
@ -5,6 +5,8 @@ set output 'rms.3.2.2-5.eps'
|
|||||||
|
|
||||||
set title "3-D Interpolation Error Data, Mesh 2"
|
set title "3-D Interpolation Error Data, Mesh 2"
|
||||||
|
|
||||||
|
unset xlabel
|
||||||
|
|
||||||
plot 'rms.out' u 1:6 t 'Order 2' w lp, \
|
plot 'rms.out' u 1:6 t 'Order 2' w lp, \
|
||||||
'' u 1:7 t 'Order 3' w lp, \
|
'' u 1:7 t 'Order 3' w lp, \
|
||||||
'' u 1:8 t 'Order 4' w lp, \
|
'' u 1:8 t 'Order 4' w lp, \
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
set terminal postscript enhanced
|
load '../main.plt'
|
||||||
|
|
||||||
|
set output 'speedup.eps'
|
||||||
|
|
||||||
set nokey
|
set nokey
|
||||||
|
|
||||||
|
|
||||||
set xlabel "Number of Participating Minions"
|
|
||||||
set ylabel "Speedup (S_p)"
|
set ylabel "Speedup (S_p)"
|
||||||
|
|
||||||
set log xy
|
set log xy
|
||||||
|
@ -3,7 +3,7 @@ load '../all.plt'
|
|||||||
|
|
||||||
set output 'truthy.2.aggregate.eps'
|
set output 'truthy.2.aggregate.eps'
|
||||||
|
|
||||||
set title "2-D Truthiness, Aggregate"
|
set title "2-D Improvement, Aggregate"
|
||||||
|
|
||||||
plot 'truthy.out' \
|
plot 'truthy.out' \
|
||||||
u 1:2 t 'Order 2, Mesh 1' w lp, \
|
u 1:2 t 'Order 2, Mesh 1' w lp, \
|
||||||
|
@ -3,7 +3,7 @@ load '../all.plt'
|
|||||||
|
|
||||||
set output 'truthy.2.1-4.2.eps'
|
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' \
|
plot 'truthy.out' \
|
||||||
u 1:2 t 'Mesh 1' w lp, \
|
u 1:2 t 'Mesh 1' w lp, \
|
||||||
|
@ -3,7 +3,7 @@ load '../all.plt'
|
|||||||
|
|
||||||
set output 'truthy.2.1-4.3.eps'
|
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' \
|
plot 'truthy.out' \
|
||||||
u 1:3 t 'Mesh 1' w lp, \
|
u 1:3 t 'Mesh 1' w lp, \
|
||||||
|
@ -3,7 +3,7 @@ load '../all.plt'
|
|||||||
|
|
||||||
set output 'truthy.2.1-4.4.eps'
|
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' \
|
plot 'truthy.out' \
|
||||||
u 1:4 t 'Mesh 1' w lp, \
|
u 1:4 t 'Mesh 1' w lp, \
|
||||||
|
@ -3,7 +3,7 @@ load '../all.plt'
|
|||||||
|
|
||||||
set output 'truthy.2.1-4.5.eps'
|
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' \
|
plot 'truthy.out' \
|
||||||
u 1:5 t 'Mesh 1' w lp, \
|
u 1:5 t 'Mesh 1' w lp, \
|
||||||
|
@ -3,7 +3,9 @@ load '../all.plt'
|
|||||||
|
|
||||||
set output 'truthy.2.1.2-5.eps'
|
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' \
|
plot 'truthy.out' \
|
||||||
u 1:2 t 'Order 2' w lp, \
|
u 1:2 t 'Order 2' w lp, \
|
||||||
|
@ -3,7 +3,9 @@ load '../all.plt'
|
|||||||
|
|
||||||
set output 'truthy.2.2.2-5.eps'
|
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' \
|
plot 'truthy.out' \
|
||||||
u 1:6 t 'Order 2' w lp, \
|
u 1:6 t 'Order 2' w lp, \
|
||||||
|
@ -3,7 +3,9 @@ load '../all.plt'
|
|||||||
|
|
||||||
set output 'truthy.2.3.2-5.eps'
|
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' \
|
plot 'truthy.out' \
|
||||||
u 1:10 t 'Order 2' w lp, \
|
u 1:10 t 'Order 2' w lp, \
|
||||||
|
@ -3,7 +3,7 @@ load '../all.plt'
|
|||||||
|
|
||||||
set output 'truthy.2.4.2-5.eps'
|
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' \
|
plot 'truthy.out' \
|
||||||
u 1:14 t 'Order 2' w lp, \
|
u 1:14 t 'Order 2' w lp, \
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
load '../../main.plt'
|
load '../../main.plt'
|
||||||
load '../all.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' \
|
plot 'truthy.out' \
|
||||||
u 1:2 t 'Order 2, Mesh 1' w lp, \
|
u 1:2 t 'Order 2, Mesh 1' w lp, \
|
||||||
|
@ -3,7 +3,7 @@ load '../all.plt'
|
|||||||
|
|
||||||
set output 'truthy.3.1-3.2.eps'
|
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' \
|
plot 'truthy.out' \
|
||||||
u 1:2 t 'Mesh 1' w lp, \
|
u 1:2 t 'Mesh 1' w lp, \
|
||||||
|
@ -3,7 +3,7 @@ load '../all.plt'
|
|||||||
|
|
||||||
set output 'truthy.3.1-3.3.eps'
|
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' \
|
plot 'truthy.out' \
|
||||||
u 1:3 t 'Mesh 1' w lp, \
|
u 1:3 t 'Mesh 1' w lp, \
|
||||||
|
@ -3,7 +3,7 @@ load '../all.plt'
|
|||||||
|
|
||||||
set output 'truthy.3.1-3.4.eps'
|
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' \
|
plot 'truthy.out' \
|
||||||
u 1:4 t 'Mesh 1' w lp, \
|
u 1:4 t 'Mesh 1' w lp, \
|
||||||
|
@ -3,7 +3,7 @@ load '../all.plt'
|
|||||||
|
|
||||||
set output 'truthy.3.1-3.5.eps'
|
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' \
|
plot 'truthy.out' \
|
||||||
u 1:5 t 'Mesh 1' w lp, \
|
u 1:5 t 'Mesh 1' w lp, \
|
||||||
|
@ -3,7 +3,9 @@ load '../all.plt'
|
|||||||
|
|
||||||
set output 'truthy.3.1.2-5.eps'
|
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' \
|
plot 'truthy.out' \
|
||||||
u 1:2 t 'Order 2' w lp, \
|
u 1:2 t 'Order 2' w lp, \
|
||||||
|
@ -3,7 +3,9 @@ load '../all.plt'
|
|||||||
|
|
||||||
set output 'truthy.3.2.2-5.eps'
|
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' \
|
plot 'truthy.out' \
|
||||||
u 1:6 t 'Order 2' w lp, \
|
u 1:6 t 'Order 2' w lp, \
|
||||||
|
@ -3,7 +3,7 @@ load '../all.plt'
|
|||||||
|
|
||||||
set output 'truthy.3.3.2-5.eps'
|
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' \
|
plot 'truthy.out' \
|
||||||
u 1:10 t 'Order 2' w lp, \
|
u 1:10 t 'Order 2' w lp, \
|
||||||
|
Loading…
Reference in New Issue
Block a user