# set terminal canvas rounded size 600,400 enhanced fsize 10 lw 1.6 fontscale 1 name "hidden2_1" jsdir "." # set output 'hidden2.1.js' set style fill solid 0.50 border unset key set isosamples 25, 25 set hidden3d front offset 1 trianglepattern 3 undefined 1 altdiagonal bentover set style data lines set xyplane at 0 set title "Mixing pm3d surfaces with hidden-line plots" set cbrange [ -1.00000 : 1.00000 ] noreverse nowriteback set palette rgbformulae 31, -11, 32 f(x,y) = sin(-sqrt((x+5)**2+(y-7)**2)*0.5) GPFUN_f = "f(x,y) = sin(-sqrt((x+5)**2+(y-7)**2)*0.5)" splot f(x,y) with pm3d, x*x-y*y with lines lc rgb "black"