# set terminal pngcairo background "#ffffff" enhanced font "arial,8" fontscale 1.0 size 540, 384 # set output 'hidden2.3.png' unset border set dummy u, v set format cb "%.1f" unset key set parametric set view 60, 30, 1.5, 0.9 set isosamples 50, 20 set size ratio 0 0.55,0.9 set origin 0.4,0 unset xtics unset ytics unset ztics set title "PM3D surface\ndepth sorting" set urange [ -3.14159 : 3.14159 ] noreverse set vrange [ -3.14159 : 3.14159 ] noreverse set pm3d depthorder set colorbox user set colorbox vertical origin screen 0.9, 0.15 size screen 0.02, 0.5 front noinvert border -2 f(x,y) = sin(-sqrt((x+5)**2+(y-7)**2)*0.5) NO_ANIMATION = 1 ## Last datafile plotted: "blutux.rgb" ## Last plot was a multiplot # saved multiplot set multiplot title "Interlocking Tori" set title "PM3D surface\nno depth sorting" set parametric set urange [-pi:pi] set vrange [-pi:pi] set isosamples 50,20 set origin -0.02,0.0 set size 0.55, 0.9 unset key unset xtics unset ytics unset ztics set border 0 set view 60, 30, 1.5, 0.9 unset colorbox set pm3d scansbackward splot cos(u)+.5*cos(u)*cos(v),sin(u)+.5*sin(u)*cos(v),.5*sin(v) with pm3d, 1+cos(u)+.5*cos(u)*cos(v),.5*sin(v),sin(u)+.5*sin(u)*cos(v) with pm3d set title "PM3D surface\ndepth sorting" set origin 0.40,0.0 set size 0.55, 0.9 set colorbox vertical user origin 0.9, 0.15 size 0.02, 0.50 set format cb "%.1f" set pm3d depthorder splot cos(u)+.5*cos(u)*cos(v),sin(u)+.5*sin(u)*cos(v),.5*sin(v) with pm3d, 1+cos(u)+.5*cos(u)*cos(v),.5*sin(v),sin(u)+.5*sin(u)*cos(v) with pm3d unset multiplot