3D surface plotting
- To: mathgroup at smc.vnet.net
- Subject: [mg66301] 3D surface plotting
- From: "pratham shenai" <pratham_shenai at rediffmail.com>
- Date: Mon, 8 May 2006 00:46:53 -0400 (EDT)
- Reply-to: "pratham shenai" <pratham_shenai at rediffmail.com>
- Sender: owner-wri-mathgroup at wolfram.com
I have a dataset of {x. y. z} coordinates comprising more than a thousand
sample points. I want to generate the surface on which they all lie. The
obvious choice for the function is ListSurfacePlot3D[data]. I load the
appropriate package i.e. ExtendGraphics and try to execute the operation.
Instead of getting the required surface I get the same dataset as output.
Where am I making mistake? Even the ScatterPlot3D yields the same thing
i.e the same dataset as output.=0AThe function Options[ExtendGraphics or
ListSurfacePlot3D] yields a null set. Does this mean that Extend graphics
has not been loaded while installing Mathematica? According to system
admin everything has been loaded.