ScatterPlot3D
- To: mathgroup at smc.vnet.net
- Subject: [mg42128] ScatterPlot3D
- From: N.Ambert at ibmc.u-strasbg.fr (Nicolas Ambert)
- Date: Fri, 20 Jun 2003 04:57:28 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Hi, I would like to use the option PlotStyle->RGBColor with ScatterPlot3D, it's possible? because the result of my code: << RealTime3D` << Graphics`Graphics3D` xyz = Table[{Random[Real], Random[Real], Random[Real]}, {i, 1, 10}]; ScatterPlot3D[xyz, PlotJoined -> True, PlotStyle -> RGBColor[1, 0, 0]] gives me a ScatterPlot3D in black instead of red. Thank you in advance. Nicolas Ambert.