# set terminal png transparent nocrop enhanced font arial 8 size 420,320 # set output 'surface1.9.png' set samples 21, 21 set isosamples 11, 11 set noxtics set noytics set title "Surfaces with no grid or tics" 0.000000,0.000000 font "" set xlabel "X axis" -3.000000,-2.000000 font "" set xrange [ -1.00000 : 1.00000 ] noreverse nowriteback set ylabel "Y axis" 3.000000,-2.000000 font "" set yrange [ -1.00000 : 1.00000 ] noreverse nowriteback set zlabel "Z axis" -5.000000,0.000000 font "" splot x*y with lines, x**2*y**3 with dots, x**3*y*2 with points