[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
3D Plot
- Subject: 3D Plot
- From: Mike Garrett <hiss(at)eagle.cc.ukans.edu>
- Date: Thu, 8 Feb 2001 15:15:02 -0600
- Newsgroups: comp.lang.idl-pvwave
- Organization: University of Kansas Computing Services
- Xref: news.doit.wisc.edu comp.lang.idl-pvwave:23460
Hey all,
I have been trying to create a 3D plot. I have a two dimensional array
that holds the z values. I just want to plot a point at that point in 3D
space, so if I have data(1,2) = 3 then i want to put a point at x = 1, y
=2 and z = 3. However, with the surface command a line is always drawn to
connect this point with other points. Is there another command I am not
familiar with or any other ideas?
Thanks
Mike