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^2 stencil', '' u 1:4 t '2^2 stencil',\'' u 1:6 t '3^2 stencil', '' u 1:8 t '4^2 stencil', '' u 1:10 t '5^2 stencil',\0.4*x**-1 lw 2 t'1st order', 2e4*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^2 stencil', '' u 1:5 t '2^2 stencil',\'' u 1:7 t '3^2 stencil', '' u 1:9 t '4^2 stencil', '' u 1:11 t '5^2 stencil',\8*x**-1 lw 2 t'1st order', 1e6*x**-5 lw 2 t '5th order'