Re: ListPlot and ListPlot3D
- To: mathgroup at smc.vnet.net
- Subject: [mg70729] Re: ListPlot and ListPlot3D
- From: "dimitris" <dimmechan at yahoo.com>
- Date: Wed, 25 Oct 2006 01:39:53 -0400 (EDT)
- References: <ehkbq4$fum$1@smc.vnet.net>
See ScatterPlot
To this end execute the following command
FrontEndExecute[HelpBrowserLookup["AddOns", "Graphics`Graphics3D`",
"1.6"]]
Regards
Dimitris
Peng Yu 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