changed output naming convention
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
load '../../main.plt'
|
||||
load '../all.plt'
|
||||
|
||||
set output 'timing.2D.aggregate.eps'
|
||||
set output 'timing.2.aggregate.eps'
|
||||
|
||||
set title '2-D Interpolation Timing Data, Aggregate'
|
||||
set title '2-D Interpolation Timing Data'
|
||||
|
||||
plot 'time.out' u 1:2 t 'Order 2, res 1' w lp, \
|
||||
'' u 1:3 t 'Order 3, res 1' w lp, \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
load '../../main.plt'
|
||||
load '../all.plt'
|
||||
|
||||
set output 'time.2D.1-4.2.eps'
|
||||
set output 'time.2.1-4.2.eps'
|
||||
|
||||
set title '2-D Interpolation Timing Data, Order 2'
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
load '../../main.plt'
|
||||
load '../all.plt'
|
||||
|
||||
set output 'time.2D.1-4.3.eps'
|
||||
set output 'time.2.1-4.3.eps'
|
||||
|
||||
set title '2-D Interpolation Timing Data, Order 3'
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
load '../../main.plt'
|
||||
load '../all.plt'
|
||||
|
||||
set output 'time.2D.1-4.4.eps'
|
||||
set output 'time.2.1-4.4.eps'
|
||||
|
||||
set title '2-D Interpolation Timing Data, Order 4'
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
load '../../main.plt'
|
||||
load '../all.plt'
|
||||
|
||||
set output 'time.2D.1-4.5.eps'
|
||||
set output 'time.2.1-4.5.eps'
|
||||
|
||||
set title '2-D Interpolation Timing Data, Order 5'
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
load '../../main.plt'
|
||||
load '../all.plt'
|
||||
|
||||
set output 'time.2D.1.2-5.eps'
|
||||
set output 'time.2.1.2-5.eps'
|
||||
|
||||
set title '2-D Interpolation Timing Data, Mesh 1'
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
load '../../main.plt'
|
||||
load '../all.plt'
|
||||
|
||||
set output 'time.2D.2.2-5.eps'
|
||||
set output 'time.2.2.2-5.eps'
|
||||
|
||||
set title '2-D Interpolation Timing Data, Mesh 2'
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
load '../../main.plt'
|
||||
load '../all.plt'
|
||||
|
||||
set output 'time.2D.3.2-5.eps'
|
||||
set output 'time.2.3.2-5.eps'
|
||||
|
||||
set title '2-D Interpolation Timing Data, Mesh 3'
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
load '../../main.plt'
|
||||
load '../all.plt'
|
||||
|
||||
set output 'time.2D.4.2-5.eps'
|
||||
set output 'time.2.4.2-5.eps'
|
||||
|
||||
set title '2-D Interpolation Timing Data, Mesh 4'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user