changed output naming convention
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
load '../../main.plt'
|
||||
load '../all.plt'
|
||||
|
||||
set output 'timing.3D.aggregate.eps'
|
||||
set output 'timing.3.aggregate.eps'
|
||||
|
||||
set title '3-D Interpolation Timing Data, Aggregate'
|
||||
unset ylabel
|
||||
|
||||
set title '3-D Interpolation Timing Data'
|
||||
|
||||
plot 'time.out' u 1:2 t 'Order 2, Mesh 1' w lp, \
|
||||
'' u 1:3 t 'Order 3, Mesh 1' w lp, \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
load '../../main.plt'
|
||||
load '../all.plt'
|
||||
|
||||
set output 'time.3D.1-3.2.eps'
|
||||
set output 'time.3.1-3.2.eps'
|
||||
|
||||
set title '3-D Interpolation Timing Data, Order 2'
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
load '../../main.plt'
|
||||
load '../all.plt'
|
||||
|
||||
set output 'time.3D.1-3.3.eps'
|
||||
set output 'time.3.1-3.3.eps'
|
||||
|
||||
set title '3-D Interpolation Timing Data, Order 3'
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
load '../../main.plt'
|
||||
load '../all.plt'
|
||||
|
||||
set output 'time.3D.1-3.4.eps'
|
||||
set output 'time.3.1-3.4.eps'
|
||||
|
||||
set title '3-D Interpolation Timing Data, Order 4'
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
load '../../main.plt'
|
||||
load '../all.plt'
|
||||
|
||||
set output 'time.3D.1-3.5.eps'
|
||||
set output 'time.3.1-3.5.eps'
|
||||
|
||||
set title '3-D Interpolation Timing Data, Order 5'
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
load '../../main.plt'
|
||||
load '../all.plt'
|
||||
|
||||
set output 'time.3D.1.2-5.eps'
|
||||
set output 'time.3.1.2-5.eps'
|
||||
|
||||
set title '3-D Interpolation Timing Data, Mesh 1'
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
load '../../main.plt'
|
||||
load '../all.plt'
|
||||
|
||||
set output 'time.3D.2.2-5.eps'
|
||||
set output 'time.3.2.2-5.eps'
|
||||
|
||||
set title '3-D Interpolation Timing Data, Mesh 2'
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
load '../../main.plt'
|
||||
load '../all.plt'
|
||||
|
||||
set output 'time.3D.3.2-5.eps'
|
||||
set output 'time.3.3.2-5.eps'
|
||||
|
||||
set title '3-D Interpolation Timing Data, Mesh 3'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user