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
- Follow-Ups:
- Re: colorfunction with scatterplot3d?
- From: Yasvir Tesiram <tesiramy@omrf.ouhsc.edu>
- Re: colorfunction with scatterplot3d?