ScatterPlot3D
- To: mathgroup at yoda.physics.unc.edu
- Subject: ScatterPlot3D
- From: rlove at raptor.rmnug.org (Robert B. Love )
- Date: Sat, 6 Mar 93 15:16:40 -0700
Mathgroup,
I'm using ScatterPlot3D to display my data and am having difficulty
making the graph look right. Its a matter of scaling. The data
ranges are like this:
X 4-13
Y 0-196
Z 0-1800
How do I control the scaling? I want to exagerate the X axis and
shrink the Z axis. I can divide the Z data by 10 but then the axis
is labeled for 0-180, not 0-1800.
My current command is:
ScatterPlot3D[TimRaw,Axes->True,
PlotRange->All,
PlotRegion->{{0,1},{0,1}},
AspectRatio->Automatic]
Thanx for all assistance.
Bob Love