MathGroup Archive 2008

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: ContourStyle -> {{Dashing[0.15, 0.5]}} has no effect

  • To: mathgroup at smc.vnet.net
  • Subject: [mg92443] Re: [mg92392] ContourStyle -> {{Dashing[0.15, 0.5]}} has no effect
  • From: "erwann rogard" <erwann.rogard at gmail.com>
  • Date: Tue, 30 Sep 2008 21:53:55 -0400 (EDT)
  • References: <200809301136.HAA22065@smc.vnet.net>

Got it. Thank you all.

On Tue, Sep 30, 2008 at 8:21 AM, Jaccard Florian
<Florian.Jaccard at he-arc.ch>wrote:

> 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]}}]
>  ]
>
>



  • Prev by Date: Re: ContourStyle -> {{Dashing[0.15, 0.5]}} has no effect
  • Next by Date: Re: mathematica newbie ?
  • Previous by thread: RE: ContourStyle -> {{Dashing[0.15, 0.5]}} has no effect
  • Next by thread: Re: ContourStyle -> {{Dashing[0.15, 0.5]}} has no effect