Re: scatterplot3d_movie
- To: mathgroup at smc.vnet.net
- Subject: [mg33033] Re: scatterplot3d_movie
- From: "Umby" <umprisco at unina.it>
- Date: Wed, 27 Feb 2002 00:47:47 -0500 (EST)
- Organization: C.D.S. Centro di Servizi Didattico Scientifico
- References: <a5flf6$dv6$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Needs["Graphics`Graphics3D`"];
points1=Flatten[Table[{i,j,5},{i,-2,2,1},{j,-2,2,1}],1];
points=Table[Transpose[Transpose[points1]-{0,0,i}],{i,1,5}];
disetot=Table[
ScatterPlot3D[points[[i]],PlotRange->{0,5.1},AxesLabel->{"X","Y","Z"},
PlotStyle->{RGBColor[i/Dimensions[points][[1]],0,0],
PointSize[0.0083]}, PlotJoined->True],{i,1,
Dimensions[points][[1]]}];
I have used PlotJoined to help see the movement.
To see the animation, select the output cells and animate (Cell/Animate
Selected Graphics).
To export, select the output cells and Edit/Save Selection As/Quicktime...
Bob Hanlon
Chantilly, VA USA