Re: ContourStyle -> {{Dashing[0.15, 0.5]}} has no effect
- To: mathgroup at smc.vnet.net
- Subject: [mg92417] Re: [mg92392] ContourStyle -> {{Dashing[0.15, 0.5]}} has no effect
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Tue, 30 Sep 2008 21:49:03 -0400 (EDT)
- Reply-to: hanlonr at cox.net
The argument to Dashing is a list
Dashing[{0.15, 0.5}]
Bob Hanlon
---- er <erwann.rogard at gmail.com> wrote:
=============
Hello,
Dashing below has no effect. I must be doing something wrong...Any
suggestion would be nice. Thanks!
With[{dist = NormalDistribution[0, 1/2]},
ContourPlot[PDF[dist, x2]PDF[dist, x3], {x2, -2, 2}, {x3, -2, 2},
ContourShading -> False,
ContourStyle -> {{Dashing[0.15, 0.5], Thickness[0.002],
RGBColor[1, 0, 0]}}]
]
--
Bob Hanlon