Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How do you make 3d scatter plots in SCILAB?

2,027 views
Skip to first unread message

C Springen

unread,
Aug 4, 2003, 10:25:11 AM8/4/03
to
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.

anthony

unread,
Aug 13, 2003, 8:12:22 AM8/13/03
to
I give you the same advice that was given to me...

param3d1()

I typically use similar to below

colors = [-4,2];
param3d1(x, y, list(z, colors(1));

anthony

cspr...@ngc.com (C Springen) wrote in message news:<f3f71af6.03080...@posting.google.com>...

0 new messages