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
- Follow-Ups:
- Re: ListPlot and ListPlot3D
- From: "Chris Chiasson" <chris@chiasson.name>
- Re: ListPlot and ListPlot3D