more changes to gnuplot files
--HG-- rename : plots/timing/2D/time.onering.plt => plots/timing/2D/onering.plt
This commit is contained in:
@@ -5,8 +5,6 @@ set output 'timing.3D.aggregate.eps'
|
||||
|
||||
set title '3-D Interpolation Timing Data, Aggregate'
|
||||
|
||||
set key left top
|
||||
|
||||
plot 'time.out' u 1:2 t 'Order 2, Mesh 1' w lp, \
|
||||
'' u 1:3 t 'Order 3, Mesh 1' w lp, \
|
||||
'' u 1:4 t 'Order 4, Mesh 1' w lp, \
|
||||
|
||||
@@ -1,12 +1,10 @@
|
||||
load '../../main.plt'
|
||||
load '../all.plt'
|
||||
|
||||
set output 'time.res.1-3.order.2.eps'
|
||||
set output 'time.3D.res.1-3.order.2.eps'
|
||||
|
||||
set title '3-D Interpolation Timing Data, order 2'
|
||||
|
||||
set key left top
|
||||
|
||||
plot 'time.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;
|
||||
|
||||
@@ -1,12 +1,10 @@
|
||||
load '../../main.plt'
|
||||
load '../all.plt'
|
||||
|
||||
set output 'time.res.1-3.order.3.eps'
|
||||
set output 'time.3D.res.1-3.order.3.eps'
|
||||
|
||||
set title '3-D Interpolation Timing Data, order 3'
|
||||
|
||||
set key left top
|
||||
|
||||
plot 'time.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;
|
||||
|
||||
@@ -1,12 +1,10 @@
|
||||
load '../../main.plt'
|
||||
load '../all.plt'
|
||||
|
||||
set output 'time.res.1-3.order.4.eps'
|
||||
set output 'time.3D.res.1-3.order.4.eps'
|
||||
|
||||
set title '3-D Interpolation Timing Data, order 4'
|
||||
|
||||
set key left top
|
||||
|
||||
plot 'time.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;
|
||||
|
||||
@@ -1,12 +1,10 @@
|
||||
load '../../main.plt'
|
||||
load '../all.plt'
|
||||
|
||||
set output 'time.res.1-3.order.5.eps'
|
||||
set output 'time.3D.res.1-3.order.5.eps'
|
||||
|
||||
set title '3-D Interpolation Timing Data, order 5'
|
||||
|
||||
set key left top
|
||||
|
||||
plot 'time.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;
|
||||
|
||||
@@ -1,12 +1,10 @@
|
||||
load '../../main.plt'
|
||||
load '../all.plt'
|
||||
|
||||
set output 'time.res.1.order.2-5.eps'
|
||||
set output 'time.3D.res.1.order.2-5.eps'
|
||||
|
||||
set title '3-D Interpolation Timing Data, Resolution 1'
|
||||
|
||||
set key left top
|
||||
|
||||
plot 'time.out' u 1:2 t 'order 2' w lp, \
|
||||
'' u 1:3 t 'order 3' w lp, \
|
||||
'' u 1:4 t 'order 4' w lp, \
|
||||
|
||||
@@ -1,12 +1,10 @@
|
||||
load '../../main.plt'
|
||||
load '../all.plt'
|
||||
|
||||
set output 'time.res.2.order.2-5.eps'
|
||||
set output 'time.3D.res.2.order.2-5.eps'
|
||||
|
||||
set title '3-D Interpolation Timing Data, Resolution 2'
|
||||
|
||||
set key left top
|
||||
|
||||
plot 'time.out' u 1:6 t 'order 2' w lp, \
|
||||
'' u 1:7 t 'order 3' w lp, \
|
||||
'' u 1:8 t 'order 4' w lp, \
|
||||
|
||||
@@ -1,12 +1,10 @@
|
||||
load '../../main.plt'
|
||||
load '../all.plt'
|
||||
|
||||
set output 'time.res.3.order.2-5.eps'
|
||||
set output 'time.3D.res.3.order.2-5.eps'
|
||||
|
||||
set title '3-D Interpolation Timing Data, Resolution 3'
|
||||
|
||||
set key left top
|
||||
|
||||
plot 'time.out' u 1:10 t 'order 2' w lp, \
|
||||
'' u 1:11 t 'order 3' w lp, \
|
||||
'' u 1:12 t 'order 4' w lp, \
|
||||
|
||||
Reference in New Issue
Block a user