Re: ListSurfacePlot3D in Mathematica Version 6
- To: mathgroup at smc.vnet.net
- Subject: [mg80506] Re: ListSurfacePlot3D in Mathematica Version 6
- From: ulises <ulises at wolfram.com>
- Date: Thu, 23 Aug 2007 06:26:46 -0400 (EDT)
- References: <fagt5q$8ho$1@smc.vnet.net>
The functionality provided by ListSurfacePlot3D in V5 has being incorporated in ListPlot3D and even ListContourPlot and ListDensityPlot. You can plot a list of irregular 3-D points with ListPlot3D, and it is orders of magnitud faster than the previous one. In V6.0, ListSurfacePlot3D will try to approximate a surface on a cloud of points in 3D. If you scale one of the coordinates too much, as in your example multipliying by 19, the algorithm can not identify that the points are close to each other any more and it will not recognize it as a surface. Your data is too sparse. ListSurfacePlot3D is intended for scanned like data, where the distance between adjacent points is close enough, and it will try to identify holes on the surface. Ulises Cervantes WRI