MathGroup Archive 2006

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

Search the Archive

Re: ListContourPlot3D and colors

  • To: mathgroup at smc.vnet.net
  • Subject: [mg68659] Re: ListContourPlot3D and colors
  • From: Jean-Marc Gulliet <jeanmarc.gulliet at gmail.com>
  • Date: Mon, 14 Aug 2006 06:44:44 -0400 (EDT)
  • Organization: The Open University, Milton Keynes, UK
  • References: <ebmt9f$6dl$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

gawryl wrote:
> i have got a 3D grid of complex numbers and i want to plot isodensity
> surface from it.
> you can say - no problem, and i agree with this.
> 
> ListContourPlot3D[Abs[test3d]^2, Contours -> {10}]
> 
> but what i realy want is to color this surface in that way, that color
> is depening of the argument of the complex value at particular point -
> to do this i can use ArcColor[] - but how i can use it in
> ListContoPlot3D ??

What about using the option ColorFunction?
http://documents.wolfram.com/mathematica/functions/ColorFunction

HTH,
Jean-Marc


  • Prev by Date: simple question
  • Next by Date: Re: Hyperlink to *.pdf File
  • Previous by thread: ListContourPlot3D and colors
  • Next by thread: Re: ListContourPlot3D and colors