On 4/19/07, Barton Willis <willisb at unk.edu> wrote: > 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]]) You can use the new draw package: (%i1) load(draw)$ (%i2) draw3d(points([0,1,2], [1,1,-2], [6,7,8])); -- Andrej