MathGroup Archive 2003

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

Search the Archive

ListSurfacePlot3D

  • To: mathgroup at smc.vnet.net
  • Subject: [mg41630] ListSurfacePlot3D
  • From: Andrea Miglio <miglio at merate.mi.astro.it>
  • Date: Thu, 29 May 2003 08:13:57 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Hello,
thanks a lot for your mail, 
what I need to plot is a surface like the one I simply obtain with 
ParametricPlot3D[{fx(r,t),fx(r,t),fx(r,t), 
shade(r,t)},{r,r0,r1},{t,t0,t1}]

like

ParametricPlot3D[{r*Cos[t], 0, r*Sin[t], GrayLevel[r]}, {r, 0, 1}, 
{t,Pi/2, 3/2Pi}, Lighting -> False]

but reading the function shade(r,t) from a data-set stored in a file, 
with ListSurfacePlot3D I could not find a way to do that, but it 
could be I miss the trivial way to do it .. (I just started using 
mathematica)

thanks for your help,

regards,

Andrea Miglio


  • Prev by Date: More integration/ fullsimplify bugs in Mathematica 4.1
  • Next by Date: UH oh, integration of rational functions has a bug.
  • Previous by thread: RE: Re: More integration/ fullsimplify bugs in Mathematica 4.1
  • Next by thread: Re: ListSurfacePlot3D