set logscale x 2set logscale yset gridset xr [17:1000]set xlabel 'N'set ylabel 'L_1 error'set key box bottom leftset size squareplot'out' u 1:2 t '1^3 stencil', '' u 1:4 t '2^3 stencil',\'' u 1:6 t '3^3 stencil', '' u 1:8 t '4^3 stencil', '' u 1:10 t '5^3 stencil',\0.1*x**-1 lw 2 t'1st order', 5e3*x**-5 lw 2 t '5th order'
set logscale x 2set logscale yset gridset xr [ 17:1000]set xlabel 'N'set ylabel 'L_{\inf} error'set key box bottom leftset size squareplot'out' u 1:3 t '1^3 stencil', '' u 1:5 t '2^3 stencil',\'' u 1:7 t '3^3 stencil', '' u 1:9 t '4^3 stencil', '' u 1:11 t '5^3 stencil',\10*x**-1 lw 2 t'1st order', 1e6*x**-5 lw 2 t '5th order'