MathGroup Archive 2006

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

Search the Archive

Re: ListPlot and ListPlot3D

  • To: mathgroup at smc.vnet.net
  • Subject: [mg70738] Re: [mg70711] ListPlot and ListPlot3D
  • From: Bob Hanlon <hanlonr at cox.net>
  • Date: Wed, 25 Oct 2006 01:40:05 -0400 (EDT)
  • Reply-to: hanlonr at cox.net

Needs["Graphics`Graphics3D`"];

ScatterPlot3D[{{x1, y1, z1}, ...}, (options)]


Bob Hanlon

---- 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
> 


  • Prev by Date: what's the command to load a specific "page" in the help browser?
  • Next by Date: Re: ListPlot and ListPlot3D
  • Previous by thread: Re: ListPlot and ListPlot3D
  • Next by thread: Re: ListPlot and ListPlot3D