smbinterp/plots/truthiness/2D/truthy.4.2-5.plt

13 lines
249 B
Gnuplot
Raw Normal View History

2011-05-29 14:43:18 -07:00
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;