smbinterp/plots/resolution/resolution.3D.gmsh.plt

20 lines
363 B
Gnuplot
Raw Normal View History

2011-05-29 13:21:19 -07:00
load '../main.plt'
2011-05-20 17:04:03 -07:00
2011-05-29 13:21:19 -07:00
set output 'resolution.3D.eps'
2011-05-20 17:04:03 -07:00
2011-06-03 00:02:07 -07:00
# set title '3-D Meshes'
2011-05-20 17:04:03 -07:00
set log xy
set key right bottom
set xrange [0.004:0.055]
2011-05-29 13:21:19 -07:00
set xlabel 'Mesh Spacing'
2011-06-02 23:53:55 -07:00
set ylabel 'RMS of error'
2011-05-20 17:04:03 -07:00
plot './resolution.3D.gmsh.out' \
2011-05-29 13:21:19 -07:00
u 1:2 t '{/Symbol n} = 2' w l,\
'' u 1:3 t '{/Symbol n} = 3' w l,\
'' u 1:4 t '{/Symbol n} = 4' w l,\
'' u 1:5 t '{/Symbol n} = 5' w l;