MathGroup Archive 1992

[Date Index] [Thread Index] [Author Index]

Search the Archive

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






  • Prev by Date: new math.el
  • Next by Date: solving eq.
  • Previous by thread: new math.el
  • Next by thread: solving eq.