From ef0cc88a2a546fa55a11b005708e234e9768c649 Mon Sep 17 00:00:00 2001 From: Stephen Mardson McQuay Date: Sun, 29 May 2011 14:51:27 -0600 Subject: [PATCH] polished 2D plots for rms --- plots/rms/2D/rms.res.1-4.order.2.plt | 12 ++++++++---- plots/rms/2D/rms.res.1-4.order.3.plt | 12 ++++++++---- plots/rms/2D/rms.res.1-4.order.4.plt | 12 ++++++++---- plots/rms/2D/rms.res.1-4.order.5.plt | 12 ++++++++---- plots/rms/2D/rms.res.1.order.2-5.plt | 6 +++++- plots/rms/2D/rms.res.2.order.2-5.plt | 6 +++++- plots/rms/2D/rms.res.3.order.2-5.plt | 6 +++++- plots/rms/2D/rms.res.4.order.2-5.plt | 6 +++++- 8 files changed, 52 insertions(+), 20 deletions(-) diff --git a/plots/rms/2D/rms.res.1-4.order.2.plt b/plots/rms/2D/rms.res.1-4.order.2.plt index 5df8960..6a003d6 100644 --- a/plots/rms/2D/rms.res.1-4.order.2.plt +++ b/plots/rms/2D/rms.res.1-4.order.2.plt @@ -1,7 +1,11 @@ +load '../../main.plt' +load '../all.plt' + +set output 'rms.2D.res.1-4.order.2.eps' set title '2-D Interpolation Error Data, Order 2' -plot 'rms.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, \ - '' u 1:14 t 'Resolution 4' w lp; +plot 'rms.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/rms/2D/rms.res.1-4.order.3.plt b/plots/rms/2D/rms.res.1-4.order.3.plt index 8bf2c18..f894391 100644 --- a/plots/rms/2D/rms.res.1-4.order.3.plt +++ b/plots/rms/2D/rms.res.1-4.order.3.plt @@ -1,7 +1,11 @@ +load '../../main.plt' +load '../all.plt' + +set output 'rms.2D.res.1-4.order.3.eps' set title '2-D Interpolation Error Data, Order 3' -plot 'rms.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, \ - '' u 1:15 t 'Resolution 4' w lp; +plot 'rms.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/rms/2D/rms.res.1-4.order.4.plt b/plots/rms/2D/rms.res.1-4.order.4.plt index 30c8e3b..4be32dc 100644 --- a/plots/rms/2D/rms.res.1-4.order.4.plt +++ b/plots/rms/2D/rms.res.1-4.order.4.plt @@ -1,7 +1,11 @@ +load '../../main.plt' +load '../all.plt' + +set output 'rms.2D.res.1-4.order.4.eps' set title '2-D Interpolation Error Data, Order 4' -plot 'rms.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, \ - '' u 1:16 t 'Resolution 4' w lp; +plot 'rms.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/rms/2D/rms.res.1-4.order.5.plt b/plots/rms/2D/rms.res.1-4.order.5.plt index 8c87c3a..db31b5f 100644 --- a/plots/rms/2D/rms.res.1-4.order.5.plt +++ b/plots/rms/2D/rms.res.1-4.order.5.plt @@ -1,7 +1,11 @@ +load '../../main.plt' +load '../all.plt' + +set output 'rms.2D.res.1-4.order.5.eps' set title '2-D Interpolation Error Data, Order 5' -plot 'rms.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, \ - '' u 1:17 t 'Resolution 4' w lp; +plot 'rms.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/rms/2D/rms.res.1.order.2-5.plt b/plots/rms/2D/rms.res.1.order.2-5.plt index 81d6d9f..7d76155 100644 --- a/plots/rms/2D/rms.res.1.order.2-5.plt +++ b/plots/rms/2D/rms.res.1.order.2-5.plt @@ -1,5 +1,9 @@ +load '../../main.plt' +load '../all.plt' -set title '2-D Interpolation Error Data, Resolution 1' +set output 'rms.2D.res.1.order.2-5.eps' + +set title '2-D Interpolation Error Data, 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.res.2.order.2-5.plt b/plots/rms/2D/rms.res.2.order.2-5.plt index 09ebfa9..19271a2 100644 --- a/plots/rms/2D/rms.res.2.order.2-5.plt +++ b/plots/rms/2D/rms.res.2.order.2-5.plt @@ -1,5 +1,9 @@ +load '../../main.plt' +load '../all.plt' -set title '2-D Interpolation Error Data, Resolution 2' +set output 'rms.2D.res.2.order.2-5.eps' + +set title '2-D Interpolation Error Data, 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.res.3.order.2-5.plt b/plots/rms/2D/rms.res.3.order.2-5.plt index a9bb9d2..83706b6 100644 --- a/plots/rms/2D/rms.res.3.order.2-5.plt +++ b/plots/rms/2D/rms.res.3.order.2-5.plt @@ -1,5 +1,9 @@ +load '../../main.plt' +load '../all.plt' -set title '2-D Interpolation Error Data, Resolution 3' +set output 'rms.2D.res.3.order.2-5.eps' + +set title '2-D Interpolation Error Data, 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.res.4.order.2-5.plt b/plots/rms/2D/rms.res.4.order.2-5.plt index 6d89373..ab82488 100644 --- a/plots/rms/2D/rms.res.4.order.2-5.plt +++ b/plots/rms/2D/rms.res.4.order.2-5.plt @@ -1,5 +1,9 @@ +load '../../main.plt' +load '../all.plt' -set title '2-D Interpolation Error Data, Resolution 4' +set output 'rms.2D.res.4.order.2-5.eps' + +set title '2-D Interpolation Error Data, Mesh 4' plot 'rms.out' u 1:14 t 'Order 2' w lp, \ '' u 1:15 t 'Order 3' w lp, \