|
[Date Index]
[Thread Index]
[Author Index]
Plotting (x,y,z) style data
- To: mathgroup at smc.vnet.net
- Subject: [mg14123] Plotting (x,y,z) style data
- From: fast at newton.Colorado.EDU (Bruce Alan Fast)
- Date: Fri, 25 Sep 1998 03:15:49 -0400
- Organization: University of Colorado at Boulder
- Sender: owner-wri-mathgroup at wolfram.com
>> What's the best way of plotting this type of 3D data in Mathematica?
If your data is nicely structured by being on all the x-y nodes of
a (non-uniform) rectangular grid, you can use ListSurfacePlot3D from
the Graphics3D package.
If your data is more of just an irregular collection of x-y-z data
then you have to use TriangularSurfacePlot, or use Fit to try to
approximate the data with some smooth function.
Some details and examples are at
http://www.Colorado.EDU/ITS/docs/scientific/Mathematica/Fit
Bruce Fast Bruce.Fast at Colorado.EDU
Information Technology Services 303-492-8995
University of Colorado Boulder CO 80309-0455
Prev by Date:
Re: slow parametric plot
Next by Date:
Re: Cut and paste edits mis...
Previous by thread:
slow parametric plot
Next by thread:
Plotting (x,y,z) style data
|