I have a need to make 3d scatter plots from arrays of (x y z) point
data. SCILAB plot3d function seems to always want to make a surface
(draped) over my points. I just want the points with no surface, is
there a way to do this? I tried adding a sphere to the plot thinking
I could shrink it to a dot but the plotter proceeded to drape a
surface over my object! The manuals don't seem to offer any obvious
way to solve the problem. Any advice on a method to accomplish this
task would be appreciated.
TNX,
CHS.