changes in plotting for thesis

This commit is contained in:
Stephen McQuay 2011-06-04 16:35:33 -06:00
parent 8fb5d863d2
commit ef38d96fa4
15 changed files with 50 additions and 17 deletions

View File

@ -1,11 +1,20 @@
load '../../main.plt'
load '../all.plt'
set title '2-D Order 2 Timing'
set output 'time.2.1-4.2.eps'
set title '2-D Interpolation Timing Data, Order 2'
plot 'time.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;
set output 'time.1.eps'
unset xlabel
plot 'time.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;

View File

@ -3,7 +3,7 @@ load '../all.plt'
set output 'time.2.1-4.3.eps'
set title '2-D Interpolation Timing Data, Order 3'
set title '2-D Order 3 Timing'
plot 'time.out' u 1:3 t 'Mesh 1' w lp, \
'' u 1:7 t 'Mesh 2' w lp, \

View File

@ -3,7 +3,7 @@ load '../all.plt'
set output 'time.2.1-4.4.eps'
set title '2-D Interpolation Timing Data, Order 4'
set title '2-D Order 4 Timing'
plot 'time.out' u 1:4 t 'Mesh 1' w lp, \
'' u 1:8 t 'Mesh 2' w lp, \

View File

@ -3,7 +3,17 @@ load '../all.plt'
set output 'time.2.1-4.5.eps'
set title '2-D Interpolation Timing Data, Order 5'
set title '2-D Order 5 Timing'
plot 'time.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;
set output 'time.2.eps'
unset xlabel
unset ylabel
plot 'time.out' u 1:5 t 'Mesh 1' w lp, \
'' u 1:9 t 'Mesh 2' w lp, \

View File

@ -3,7 +3,7 @@ load '../all.plt'
set output 'time.2.1.2-5.eps'
set title '2-D Interpolation Timing Data, Mesh 1'
set title '2-D Mesh 1 Timing'
plot 'time.out' u 1:2 t 'Order 2' w p, \
'' u 1:3 t 'Order 3' w p, \

View File

@ -3,7 +3,7 @@ load '../all.plt'
set output 'time.2.2.2-5.eps'
set title '2-D Interpolation Timing Data, Mesh 2'
set title '2-D Mesh 2 Timing'
plot 'time.out' u 1:6 t 'Order 2' w p, \
'' u 1:7 t 'Order 3' w p, \

View File

@ -3,7 +3,7 @@ load '../all.plt'
set output 'time.2.3.2-5.eps'
set title '2-D Interpolation Timing Data, Mesh 3'
set title '2-D Mesh 3 Timing'
plot 'time.out' u 1:10 t 'Order 2' w p, \
'' u 1:11 t 'Order 3' w p, \

View File

@ -3,7 +3,7 @@ load '../all.plt'
set output 'time.2.4.2-5.eps'
set title '2-D Interpolation Timing Data, Mesh 4'
set title '2-D Mesh 4 Timing'
plot 'time.out' u 1:14 t 'Order 2' w p, \
'' u 1:15 t 'Order 3' w p, \

View File

@ -3,7 +3,13 @@ load '../all.plt'
set output 'time.3.1-3.2.eps'
set title '3-D Interpolation Timing Data, Order 2'
set title '3-D Order 2 Timing'
plot 'time.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;
set output 'time.3.eps'
plot 'time.out' u 1:2 t 'Mesh 1' w lp, \
'' u 1:6 t 'Mesh 2' w lp, \

View File

@ -3,7 +3,7 @@ load '../all.plt'
set output 'time.3.1-3.3.eps'
set title '3-D Interpolation Timing Data, Order 3'
set title '3-D Order 3 Timing'
plot 'time.out' u 1:3 t 'Mesh 1' w lp, \
'' u 1:7 t 'Mesh 2' w lp, \

View File

@ -3,7 +3,7 @@ load '../all.plt'
set output 'time.3.1-3.4.eps'
set title '3-D Interpolation Timing Data, Order 4'
set title '3-D Order 4 Timing'
plot 'time.out' u 1:4 t 'Mesh 1' w lp, \
'' u 1:8 t 'Mesh 2' w lp, \

View File

@ -3,7 +3,15 @@ load '../all.plt'
set output 'time.3.1-3.5.eps'
set title '3-D Interpolation Timing Data, Order 5'
set title '3-D Order 5 Timing'
plot 'time.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;
set output 'time.4.eps'
unset ylabel
plot 'time.out' u 1:5 t 'Mesh 1' w lp, \
'' u 1:9 t 'Mesh 2' w lp, \

View File

@ -3,7 +3,7 @@ load '../all.plt'
set output 'time.3.1.2-5.eps'
set title '3-D Interpolation Timing Data, Mesh 1'
set title '3-D Mesh 1 Timing'
plot 'time.out' u 1:2 t 'Order 2' w lp, \
'' u 1:3 t 'Order 3' w lp, \

View File

@ -3,7 +3,7 @@ load '../all.plt'
set output 'time.3.2.2-5.eps'
set title '3-D Interpolation Timing Data, Mesh 2'
set title '3-D Mesh 2 Timing'
plot 'time.out' u 1:6 t 'Order 2' w lp, \
'' u 1:7 t 'Order 3' w lp, \

View File

@ -3,7 +3,7 @@ load '../all.plt'
set output 'time.3.3.2-5.eps'
set title '3-D Interpolation Timing Data, Mesh 3'
set title '3-D Mesh 3 Timing'
plot 'time.out' u 1:10 t 'Order 2' w lp, \
'' u 1:11 t 'Order 3' w lp, \