z scale for ListPlot3D
- To: mathgroup at yoda.physics.unc.edu
- Subject: z scale for ListPlot3D
- From: "Kathy L. Pearson" <klp2u at holmes.acc.virginia.edu>
- Date: Fri, 17 Jan 1992 16:06:02 GMT
The MATHEMATICA program below reads (21 X 21) Z data points from a file
and plots them in an X window. My Z values' range is [0, 100], but the
max for the Z axis resulting from the ListPlot3D function defaults to
50. Why doesn't it default to the highest Z value? How can I set it
to 100?
z = ReadList["z1.dat", {Number}];
zz = Flatten[z];
zzz = Partition[zz,21];
ListPlot3D[zzz]
Any advice would be appreciated. I am using version 2.0 on an IBM
RS/6000.
Kathy Pearson
klp2u at virginia.edu