# set terminal canvas rounded size 600,400 enhanced fsize 10 lw 1.6 fontscale 1 name "zerror_3" jsdir "." # set output 'zerror.3.js' set style fill transparent solid 0.75 noborder set format z "%.1f" unset key set view 66, 200, 1, 1 unset xtics unset ytics set title "fence plot constructed with zerrorfill" set xlabel "X axis" set xlabel font "" textcolor lt -1 rotate parallel set ylabel "Y axis" set ylabel font "" textcolor lt -1 rotate parallel set pm3d depthorder sinc(u,v) = sin(sqrt(u**2+v**2)) / sqrt(u**2+v**2) GPFUN_sinc = "sinc(u,v) = sin(sqrt(u**2+v**2)) / sqrt(u**2+v**2)" k = 6 x = 0.0 i = 5 y = 50.0 ## Last datafile plotted: "+" splot for [i=-5:4][y=-50:50:5] '+' using (i):($1/100.):(-1):(-1):(sinc($1/10., 1.+i)) with zerrorfill