|
[Date Index]
[Thread Index]
[Author Index]
Re: contourplots
- To: mathgroup at smc.vnet.net
- Subject: [mg19719] Re: contourplots
- From: "Allan Hayes" <hay at haystack.demon.co.uk>
- Date: Mon, 13 Sep 1999 02:40:54 -0400
- References: <7red52$478@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Laurence Lours <lours at bruyeres.cea.fr> wrote in message
news:7red52$478 at smc.vnet.net...
> Hello Mathgroup,
>
> Is it possible to do ContourPlots with no Shading but with a different
color
> for each contour line?
>
> Laurence Lours
>
Laurence,
Yes:
ContourPlot[x^2 + y^2, {x, 0, 1}, {y, 0, 1},
ContourStyle -> {{Hue[0]}, {Thickness[.02], Hue[2/3]}},
ContourShading -> False]
Allan
---------------------
Allan Hayes
Mathematica Training and Consulting
Leicester UK
www.haystack.demon.co.uk
hay at haystack.demon.co.uk
Voice: +44 (0)116 271 4198
Fax: +44 (0)870 164 0565
Prev by Date:
3DPlots... Also, generalizations to nDPlots, n>3
Next by Date:
Re: RE: Finding a relative prime
Previous by thread:
Re: contourplots
Next by thread:
RE: contourplots
|