MathGroup Archive 2003

[Date Index] [Thread Index] [Author Index]

Search the Archive

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.


  • Prev by Date: RE: NonlinearFit
  • Next by Date: error 160
  • Previous by thread: Re: MathML Question in 4.2
  • Next by thread: error 160