RE: Draw a specific contour curve in dashed line
- To: mathgroup at smc.vnet.net
 - Subject: [mg45450] RE: [mg45422] Draw a specific contour curve in dashed line
 - From: "David Park" <djmp at earthlink.net>
 - Date: Wed, 7 Jan 2004 17:31:14 -0500 (EST)
 - Sender: owner-wri-mathgroup at wolfram.com
 
Jun Lin,
Here is a contour plot with alternate styles for successive lines, one of
the styles colored and dashed.
ContourPlot[x^2 + y^2, {x, -5, 5}, {y, -5, 5},
   Contours -> {5, 10, 15, 25}, ContourShading ->
    False, ContourStyle -> {{GrayLevel[0]},
     {Hue[0.6], AbsoluteDashing[{4}]}}];
David Park
djmp at earthlink.net
http://home.earthlink.net/~djmp/
From: Jun Lin [mailto:jl_03824 at yahoo.com]
To: mathgroup at smc.vnet.net
I'm appreciating if anyone would like to teach me how to draw a
contour curve in dashed line.
Jun Lin