changes in plotting for thesis

This commit is contained in:
sm
2011-06-04 16:35:33 -06:00
parent 8fb5d863d2
commit ef38d96fa4
15 changed files with 50 additions and 17 deletions
+7 -1
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, \
+1 -1
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, \
+1 -1
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, \
+9 -1
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, \
+1 -1
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, \
+1 -1
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, \
+1 -1
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, \