MathGroup Archive 2006

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

Search the Archive

ListContourPlot3D and colors

  • To: mathgroup at smc.vnet.net
  • Subject: [mg68613] ListContourPlot3D and colors
  • From: "gawryl" <gawryl77 at gmail.com>
  • Date: Sun, 13 Aug 2006 05:52:22 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

hy all,

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 ??

best regards, 

gawryl


  • Prev by Date: Re: Re: MemberQ
  • Next by Date: Question about DiracDelta
  • Previous by thread: Re: Hyperlink to *.pdf File
  • Next by thread: Re: ListContourPlot3D and colors