MathGroup Archive 2006

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

Search the Archive

Re: ListPlot and ListPlot3D

  • To: mathgroup at smc.vnet.net
  • Subject: [mg70742] Re: [mg70711] ListPlot and ListPlot3D
  • From: "Chris Chiasson" <chris at chiasson.name>
  • Date: Wed, 25 Oct 2006 01:40:09 -0400 (EDT)
  • References: <200610240624.CAA15188@smc.vnet.net>

The reason is that assumptions must be made about the set of points in
order to draw a surface for them.

Try

TriangularSurfacePlot

On 10/24/06, Peng Yu <pengyu.ut at gmail.com> wrote:
> 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
>
>


-- 
http://chris.chiasson.name/


  • Prev by Date: Re: ListPlot and ListPlot3D
  • Next by Date: Re: Symbolic Derivatives of Unspecified Functions
  • Previous by thread: ListPlot and ListPlot3D
  • Next by thread: Re: ListPlot and ListPlot3D