 
 
 
 
 
 
Re: Surface Plots in Mathematica
- To: mathgroup at smc.vnet.net
- Subject: [mg29682] Re: [mg29654] Surface Plots in Mathematica
- From: BobHanlon at aol.com
- Date: Tue, 3 Jul 2001 04:40:36 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
In a message dated 2001/7/2 2:35:10 AM, Boris.Breidenbach at mf.mpi.de writes:
>How can I display 3d points given as a list {{x,y,z},....}? 
>
Load the standard add-on package Graphics`Graphics3D` using
Needs["Graphics`Graphics3D`"];
Then use the function ScatterPlot3D or ListSurfacePlot3D
See the on-line help for examples.
Bob Hanlon
Chantilly, VA  USA

