|
[Date Index]
[Thread Index]
[Author Index]
Re: Plot List of {{x1,y1,z1}, {x2,y2,z2},...}
- To: mathgroup at smc.vnet.net
- Subject: [mg23875] Re: Plot List of {{x1,y1,z1}, {x2,y2,z2},...}
- From: "Bill Bertram" <wkb at ansto.gov.au>
- Date: Thu, 15 Jun 2000 00:51:12 -0400 (EDT)
- Organization: Australian Nuclear Science and Technology Organisation
- References: <8i1ruv$jji@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Oscar Stiffelman <oscar at internap.com> wrote in message
news:8i1ruv$jji at smc.vnet.net...
> Hi,
>
> How can I show a surface described by a list of {x,y,z} points?
>
> My first guess, ListPlot3D, is not appropriate because the points are not
> evenly distributed.
Oscar,
In standard package Graphics`Graphics3D` You'll find ListSurfacePlot3D[...]
which does what you want.
Cheers,
Bill
Prev by Date:
bug in Root in Version 3?
Next by Date:
Re: Integral evaluation bug?
Previous by thread:
Plot List of {{x1,y1,z1}, {x2,y2,z2},...}
Next by thread:
Re: Plot List of {{x1,y1,z1}, {x2,y2,z2},...}
|