MathGroup Archive 2004

[Date Index] [Thread Index] [Author Index]

Search the Archive

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.


  • Prev by Date: Re: All combinations
  • Next by Date: Re: Oil spills
  • Previous by thread: No more memory available... when using ExplicitEuler method for Diffusion equations in Mathematica NDSolve
  • Next by thread: Re: ParametricPlot 3D table