diff --git a/plots/truthiness/2D/truthy.1-3.2.plt b/plots/truthiness/2D/truthy.1-3.2.plt new file mode 100644 index 0000000..0a5773b --- /dev/null +++ b/plots/truthiness/2D/truthy.1-3.2.plt @@ -0,0 +1,12 @@ +load '../../main.plt' +load '../all.plt' + +set output 'truthy.1-3.2.eps' + +set title "2-D Truthiness, Order 2" + +plot 'truthy.2D.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, \ +'' u 1:14 t 'Mesh 4' w lp; diff --git a/plots/truthiness/2D/truthy.1-3.3.plt b/plots/truthiness/2D/truthy.1-3.3.plt new file mode 100644 index 0000000..9da5c9c --- /dev/null +++ b/plots/truthiness/2D/truthy.1-3.3.plt @@ -0,0 +1,12 @@ +load '../../main.plt' +load '../all.plt' + +set output 'truthy.1-3.3.eps' + +set title "2-D Truthiness, Order 3" + +plot 'truthy.2D.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, \ +'' u 1:15 t 'Mesh 4' w lp; diff --git a/plots/truthiness/2D/truthy.1-3.4.plt b/plots/truthiness/2D/truthy.1-3.4.plt new file mode 100644 index 0000000..42103b3 --- /dev/null +++ b/plots/truthiness/2D/truthy.1-3.4.plt @@ -0,0 +1,12 @@ +load '../../main.plt' +load '../all.plt' + +set output 'truthy.1-3.4.eps' + +set title "2-D Truthiness, Order 4" + +plot 'truthy.2D.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, \ +'' u 1:16 t 'Mesh 4' w lp; diff --git a/plots/truthiness/2D/truthy.1-3.5.plt b/plots/truthiness/2D/truthy.1-3.5.plt new file mode 100644 index 0000000..33f9064 --- /dev/null +++ b/plots/truthiness/2D/truthy.1-3.5.plt @@ -0,0 +1,12 @@ +load '../../main.plt' +load '../all.plt' + +set output 'truthy.1-3.5.eps' + +set title "2-D Truthiness, Order 5" + +plot 'truthy.2D.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, \ +'' u 1:17 t 'Mesh 4' w lp; diff --git a/plots/truthiness/2D/truthy.1.2-5.plt b/plots/truthiness/2D/truthy.1.2-5.plt new file mode 100644 index 0000000..6dbb87b --- /dev/null +++ b/plots/truthiness/2D/truthy.1.2-5.plt @@ -0,0 +1,12 @@ +load '../../main.plt' +load '../all.plt' + +set output 'truthy.1.2-5.eps' + +set title "2-D Truthiness, Mesh 1" + +plot 'truthy.2D.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/2D/truthy.2.2-5.plt b/plots/truthiness/2D/truthy.2.2-5.plt new file mode 100644 index 0000000..44f181d --- /dev/null +++ b/plots/truthiness/2D/truthy.2.2-5.plt @@ -0,0 +1,12 @@ +load '../../main.plt' +load '../all.plt' + +set output 'truthy.2.2-5.eps' + +set title "2-D Truthiness, Mesh 2" + +plot 'truthy.2D.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/2D/truthy.3.2-5.plt b/plots/truthiness/2D/truthy.3.2-5.plt new file mode 100644 index 0000000..cd380b7 --- /dev/null +++ b/plots/truthiness/2D/truthy.3.2-5.plt @@ -0,0 +1,12 @@ +load '../../main.plt' +load '../all.plt' + +set output 'truthy.3.2-5.eps' + +set title "2-D Truthiness, Mesh 3" + +plot 'truthy.2D.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/2D/truthy.4.2-5.plt b/plots/truthiness/2D/truthy.4.2-5.plt new file mode 100644 index 0000000..003da2c --- /dev/null +++ b/plots/truthiness/2D/truthy.4.2-5.plt @@ -0,0 +1,12 @@ +load '../../main.plt' +load '../all.plt' + +set output 'truthy.4.2-5.eps' + +set title "2-D Truthiness, Mesh 4" + +plot 'truthy.2D.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;