discrete option for plot3d



Do we have a plot3d version of:

  plot2d([discrete,xx,yy], ...)

That is something like

  plot3d([discrete, [0,1,2],[0,1,2],[6,7,8]])

Barton