Re: ScatterPlot3D
- To: mathgroup at smc.vnet.net
- Subject: [mg86629] Re: [mg86610] ScatterPlot3D
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Sat, 15 Mar 2008 17:42:48 -0500 (EST)
- Reply-to: hanlonr at cox.net
Needs["Graphics`"]
mySphere[pos_, r_]=TranslateShape[Sphere[r,8,8],pos];
sphereData=Table[Random[],{8},{3}];
cubeData=Table[Random[],{8},{3}];
Show[Polyhedron[Cube,#,.02]&/@cubeData,Graphics3D[
mySphere[#,.02]&/@sphereData],ImageSize->600];
Bob Hanlon
---- KFUPM <hussain.alqahtani at gmail.com> wrote:
> Dear All
>
> I use Mathematica Version 5.2.
> I am using ScatterPlot3D to compare two different 3d plots represented
> by points. What i need is to change those points to cirlces or squares
> instead of solid points. The PlotStyle doesn't provide such
> flexibilty. I would appreciate it if anyone can help me in this
> regard.
>
> Your help in this regard is highly appreciated.
>
> Regards,
>
> HMQ
>