MathGroup Archive 1998

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

Search the Archive

Newbie needs help with 3D plot



Hello,

	I'm trying to have Mathematica plot a file with 121 triples which
correspond to a scan over an energy surface.  I use the commands

	List1=ReadList["myfile", Number]

	List2=Partition[List1,3]

	ListPlot3D[List2]

However, this results in a picture which does not display the right
z-values but instead shows a region of constant value with a
downward-sloping region inside it.  The y and z axes also have
incorrect ranges.  
	I would appreciate any help anyone can give me.  Thanks in advance.

	Sincerely,

	Karland K.

--
"Si spiro, spero." ("If I breathe, I hope.")



  • Prev by Date: Control System Professional Wins Award from Control Engineering
  • Next by Date: Re: Beginner ReadList
  • Prev by thread: Control System Professional Wins Award from Control Engineering
  • Next by thread: Re: Newbie needs help with 3D plot