|
[Date Index]
[Thread Index]
[Author Index]
Wire Frame Surface_Rainbow Colored
- To: mathgroup at smc.vnet.net
- Subject: [mg111327] Wire Frame Surface_Rainbow Colored
- From: Bill <WDWNORWALK at aol.com>
- Date: Wed, 28 Jul 2010 02:51:35 -0400 (EDT)
Hi:
I have the following Mathematica 6.0.1 code:
Plot3D[Exp[-x^2 - y^2], {x, -2, 2}, {y, -2, 2}, PlotStyle -> None,
Mesh -> 10, MeshStyle -> {Directive[{Thick, Cyan}], Directive[{Thick, Gray}]},
Boxed -> False, Axes -> False]
The plot appears as a wire framed surface, with 2 different colors.
Question: How can I make the wire frame to have a rainbow colored appearance?
I don't want a skinned surface.
Thanks,
Bill
Prev by Date:
Forcing Mathematica to use standard fonts
Next by Date:
NDSolve for catenary
Previous by thread:
Re: Forcing Mathematica to use standard fonts
Next by thread:
Re: Wire Frame Surface_Rainbow Colored
|