Re: 3D surface plotting
- To: mathgroup at smc.vnet.net
- Subject: [mg66306] Re: [mg66301] 3D surface plotting
- From: "David Park" <djmp at earthlink.net>
- Date: Tue, 9 May 2006 02:34:50 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
For those two routines you need Needs["Graphics`Graphics3D`"] David Park djmp at earthlink.net http://home.earthlink.net/~djmp/ From: pratham shenai [mailto:pratham_shenai at rediffmail.com] To: mathgroup at smc.vnet.net 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.