13 lines
249 B
Gnuplot
13 lines
249 B
Gnuplot
load '../../main.plt'
|
|
load '../all.plt'
|
|
|
|
set output 'truthy.4.2-5.eps'
|
|
|
|
set title "2-D Truthiness, Mesh 4"
|
|
|
|
plot 'truthy.2D.out' \
|
|
u 1:14 t 'Order 2' w lp, \
|
|
'' u 1:15 t 'Order 3' w lp, \
|
|
'' u 1:16 t 'Order 4' w lp, \
|
|
'' u 1:17 t 'Order 5' w lp;
|