ParametricPlot 3D table
- To: mathgroup at smc.vnet.net
- Subject: [mg47442] ParametricPlot 3D table
- From: mathma18 at hotmail.com (Narasimham G.L.)
- Date: Mon, 12 Apr 2004 03:44:56 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
I need to generate a data table and see ParametricPlot3D (or get table after seeing plot, either way the order does not matter). Just a (u,v,x,y,z) table is adequate. Taking cue from ListPlot for Plot3D I tried: data = Table[N[u+v,u-v,u v/10], {u, 0, 4.5}, {v, 0, 3.5},PlotPoints->{20,20}]; ListParametricPlot3D[data] but echoes inactive. Please help.