# set terminal png transparent nocrop enhanced font arial 8 size 420,320 
# set output 'pm3d.38.png'
set border 895 lt -1 lw 1.000
set samples 40, 40
set isosamples 40, 40
set ticslevel 0
set title "coloring according to the 3rd 'using' parameter (left) and to the z-value (bottom)" 0.000000,0.000000  font ""
set pm3d at s
set pm3d scansautomatic flush begin noftriangles nohidden3d solid explicit corners2color mean
sinc(u,v) = sin(sqrt(u**2+v**2)) /sqrt(u**2+v**2)
splot     'binary2' binary u 2:(12 - column(3) * 10):1 notitle w lines,     'binary2' binary u (-12 + column(3) * 10):2:1:(-12 + column(3) * 10) notitle w pm3d,     'binary2' binary u 1:2:(column(3) * 10 - 12) notitle w pm3d