MathGroup Archive 1998

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

Search the Archive

Newbie needs help with 3D plot


  • To: mathgroup@smc.vnet.net
  • Subject: [mg11974] [mg11974] Newbie needs help with 3D plot
  • From: k-kilian@students.uiuc.edu (karland arthur kilian)
  • Date: Fri, 17 Apr 1998 03:40:14 -0400
  • Organization: University of Illinois at Urbana-Champaign

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: Re: List as variable
  • Next by Date: some trivia about Geometry`Polytopes`
  • Prev by thread: Re: Newbie needs help with 3D plot
  • Next by thread: A Monte Carlo Simulation with loop structure