# set terminal png transparent nocrop enhanced font arial 8 size 420,320 # set output 'contours.16.png' set samples 6, 6 set isosamples 6, 6 set contour base set cntrparam bspline set title "3D gnuplot demo - low resolution (6x6) using bspline approx." 0.000000,0.000000 font "" set xlabel "X axis" -5.000000,-2.000000 font "" set ylabel "Y axis" 4.000000,-1.000000 font "" set zlabel "Z axis" 0.000000,0.000000 font "" set zrange [ * : * ] noreverse nowriteback # (currently [-1.00000:1.00000] ) splot x*y