MathGroup Archive 2003

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

Search the Archive

colorfunction with scatterplot3d?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg45299] colorfunction with scatterplot3d?
  • From: Michael Alfaro <malfaro at ucsd.edu>
  • Date: Mon, 29 Dec 2003 00:22:07 -0500 (EST)
  • References: <bdjggb$8f3$1@smc.vnet.net> <200307011245.IAA06000@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hello,

I would like to color the points in a ScatterPlot3D plot as a function 
of values in another table.  For example, I would like to plot atable 
below, but use the matching values of colortable to color the points 
(with the color range scaled to the min and the max of values in 
colortable).



atable = Table[Random[Integer, {1,10}], {50}, {3}]
colortable = Table[Random[Real,{0,1}], {50}]
ScatterPlot3D[atable, PlotStyle->? or ColorFunction->?]

Thanks for any help!

Michael


  • Prev by Date: On MS-Windows -- Calling MS-DOS Applications from Mathematica
  • Next by Date: AW: Re: Politically incorrect response to Re: a bug in RealDigits? Mathematica 5.0
  • Previous by thread: Re: On MS-Windows -- Calling MS-DOS Applications from Mathematica
  • Next by thread: Re: colorfunction with scatterplot3d?