smbinterp/plots/rms/3D/rms.res.3.order.2-5.plt

16 lines
363 B
Gnuplot

set terminal postscript enhanced
set key left bottom
set title "3-D Interpolation Error Data, Resolution 3"
set xlabel "Number of Extra Points, S_k"
set ylabel "RMS of total error"
set log xy
plot 'rms.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, \
'' u 1:13 t 'order 5' w lp;