Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #3556
| From | "Blandeau M.N." <mnb1f10@soton.ac.uk> |
|---|---|
| Newsgroups | comp.soft-sys.math.mathematica |
| Subject | Contour ColorFunction in a ParametricPlot |
| Date | 2011-07-07 11:46 +0000 |
| Organization | Steven M. Christensen and Associates, Inc and MathTensor, Inc. |
| Message-ID | <iv46ar$fbc$1@smc.vnet.net> (permalink) |
Hello,
I looked for this specific question in the archive and I did not find.
I want to create a contour (ie. not smooth) ColorFunction over a parametricplot.
For example:
ParametricPlot3D[ {Cos[ \[Phi]] Sin[\[Theta]],
Sin[\[Phi]] Sin[\[Theta]], Cos[\[Theta]]}, {\[Phi], 0,
2 \[Pi]}, {\[Theta], 0, \[Pi]}, PlotPoints -> 100, Mesh -> None,
ColorFunction ->
Function[{x, y, z, \[Phi], \[Theta]},
Hue[Sin[6 \[Phi]] Sin[6 \[Theta]]]], ColorFunctionScaling -> True]
Here the colorfunction is smooth, what directive should I add to obtain a contour of the colour and to manage the number of contours ?
Thanks in advance.
Mathias Blandeau
From: Blandeau M.N.
Sent: 06 July 2011 14:35
To: 'mathgroup@smc.vnet.net'
Subject: subscription to mathgroup mailing list
Hi,
I would like to be added to the mathgroup mailing list, I am using Mathematica for my PhD and I have several questions to ask.
Thank you in advance
Mathias Blandeau
Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar | Unroll thread
Contour ColorFunction in a ParametricPlot "Blandeau M.N." <mnb1f10@soton.ac.uk> - 2011-07-07 11:46 +0000
csiph-web