Re: ListPlot3D
- To: mathgroup at smc.vnet.net
- Subject: [mg37494] Re: [mg37466] ListPlot3D
- From: Tomas Garza <tgarza01 at prodigy.net.mx>
- Date: Fri, 1 Nov 2002 01:43:56 -0500 (EST)
- References: <200210310941.EAA18367@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Not as such. If you look at ListPlot3D in the Help Browser, you'll notice that the argument to this function is an array. In ListPlot you may have different size intervals between the x points, while in ListPlot3D you must have a regular set of points which are the f[x,y] in {x, y, f[x, y]}. There are some ways to handle this: one is to complete the missing points in your list in order to have an array; another is to use alternative functions such as Graphics`Graphics3D`ScatterPlot3D. Tomas Garza Mexico City ----- Original Message ----- From: "Gutlederer Erwin" <e9426270 at stud4.tuwien.ac.at> To: mathgroup at smc.vnet.net Subject: [mg37494] [mg37466] ListPlot3D > Hi out there, > ist there a possibility analog to the 2d > ListPlot[{x1,f[x1]},{x2,f[x2]},...] also in 3d, i.e. > ListPlot3D[{x1,y1,f[x1,y1]}, {x2,y2,f[x2,y2]}, ....] > > thank you for any help in advance. > Erwin. > > >