ListPointPlot3D
- To: mathgroup at smc.vnet.net
- Subject: [mg82995] ListPointPlot3D
- From: SkyW <apalau at lpg.es>
- Date: Tue, 6 Nov 2007 03:45:27 -0500 (EST)
Hi, I would like to use ListPointPlot3D to plot several points in two different colors (ex. blue and red). I have a Table with following format: list0={{x1, y1, z1, h1}, {x2, y2, z2, h2}, ..., {xn, yn, zn, hn}} x,y,z refers to the 3D coordinates and h takes value 0 or 1. I would like to plot all points with h value equal to 1 as red and all points with h value equal to 0 as blue .... how can I do it? Thanks in advance. Best regards