# set terminal png transparent nocrop enhanced font arial 8 size 420,320 # set output 'pm3d.32.png' set border 4095 lt -1 lw 1.000 set format cb "%.01t*10^{%T}" set samples 31, 31 set isosamples 31, 31 unset surface set ticslevel 0 set title "function 'x+y' using only 5 colors, 'set pal maxcolors 5'" 0.000000,0.000000 font "" set xlabel "X" 0.000000,0.000000 font "" set xrange [ * : * ] noreverse nowriteback # (currently [-185.000:185.000] ) set ylabel "Y" 0.000000,0.000000 font "" set yrange [ * : * ] noreverse nowriteback # (currently [-185.000:185.000] ) set pm3d at s set pm3d scansautomatic flush begin noftriangles nohidden3d solid implicit corners2color mean set palette positive nops_allcF maxcolors 5 gamma 1.5 color model RGB splot x+y