# set terminal pngcairo transparent enhanced font "arial,10" fontscale 1.0 size 600, 400 # set output 'hidden_compare.1.png' unset border set dummy u, v unset key set parametric set view 225, 206, 1.25, 0.5 set isosamples 200, 200 set hidden3d back offset 1 trianglepattern 3 undefined 1 altdiagonal bentover set style data lines unset xtics unset ytics unset ztics set title "pm3d 2-color surface" set urange [ -3.14159 : 3.14159 ] noreverse set vrange [ 0.250000 : 3.14159 ] noreverse set pm3d depthorder set pm3d lighting primary 0.33 specular 0.2 spec2 0.3 set pm3d spotlight rgb 0xff0044 rot_x 50 rot_z 90 Phong 4.0 unset colorbox NO_ANIMATION = 1 ## Last plot was a multiplot # saved multiplot set multiplot layout 1,2 margins .05,.95,.2,.8 spacing 0.05 set title "hidden3d 2-color surface" set hidden3d back offset 1 splot (cos(u)+.5*cos(u)*cos(v))*(1.+sin(11.*u)/10.), (sin(u)+.5*sin(u)*cos(v))*(1.+sin(11.*u)/10.), 0.5*sin(v) with lines lt 3 set title "pm3d 2-color surface" set pm3d depthorder set pm3d interpolate 1,1 set pm3d lighting primary 0.33 specular 0.2 spec2 0.3 set isosamples 200,200 splot (cos(u)+.5*cos(u)*cos(v))*(1.+sin(11.*u)/10.), (sin(u)+.5*sin(u)*cos(v))*(1.+sin(11.*u)/10.), 0.5*sin(v) with pm3d fc ls 3 unset multiplot