MathGroup Archive 2006

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

Search the Archive

ListPlot and ListPlot3D

  • To: mathgroup at smc.vnet.net
  • Subject: [mg70711] ListPlot and ListPlot3D
  • From: "Peng Yu" <pengyu.ut at gmail.com>
  • Date: Tue, 24 Oct 2006 02:24:14 -0400 (EDT)

Hi,

ListPlot[{{x1,y1},{x2,y2},...}] plots a list of values with specified
x and y coordinates.

I'm wondering if there is any similar command in 3D such that I can
call ListPlot3D[{{x1,y1,z1},{x2,y2,z2},...}] to plot a list of values
with specified x and y coordinates.

It seems the build command ListPlot3D can not do this.

Thanks,
Peng


  • Prev by Date: Re: Strange newbie problem
  • Next by Date: How to set AccuracyGoal and PrecisionGoal?
  • Previous by thread: Re: two questions
  • Next by thread: Re: ListPlot and ListPlot3D