Re: ListPlot3D
- To: mathgroup at smc.vnet.net
- Subject: [mg37557] Re: ListPlot3D
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Tue, 5 Nov 2002 04:59:21 -0500 (EST)
- Organization: Universitaet Leipzig
- References: <apvdp6$rv0$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
<<DiscreteMath`ComputationalGeometry`
and TriangularSurfacePlot[]
will do it.
Regards
Jens
Gutlederer Erwin wrote:
>
> Hi out there,
> ist there a possibility analog to the 2d
> ListPlot[{x1,f[x1]},{x2,f[x2]},...] also in 3d, i.e.
> ListPlot3D[{x1,y1,f[x1,y1]}, {x2,y2,f[x2,y2]}, ....]
>
> thank you for any help in advance.
> Erwin.