RE: ContourStyle -> {{Dashing[0.15, 0.5]}} has no effect
- To: mathgroup at smc.vnet.net
- Subject: [mg92450] RE: [mg92392] ContourStyle -> {{Dashing[0.15, 0.5]}} has no effect
- From: "Jaccard Florian" <Florian.Jaccard at he-arc.ch>
- Date: Tue, 30 Sep 2008 21:55:12 -0400 (EDT)
- References: <200809301136.HAA22065@smc.vnet.net>
Hello,
With v.6, you have to write : Dashing[{0.15,0.5}] instead of =
Dashing[0.15,0.5].
Regards
Jaccard Florian
F.Jaccard
-----Message d'origine-----
De : er [mailto:erwann.rogard at gmail.com]
Envoy=E9 : mardi, 30. septembre 2008 13:36
=C0 : mathgroup at smc.vnet.net
Objet : [mg92392] ContourStyle -> {{Dashing[0.15, 0.5]}} has no effect
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]}}]
]
- References:
- ContourStyle -> {{Dashing[0.15, 0.5]}} has no effect
- From: er <erwann.rogard@gmail.com>
- ContourStyle -> {{Dashing[0.15, 0.5]}} has no effect