MathGroup Archive 2011

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

Search the Archive

Re: DiscretePlot filling is darker above axis than below

  • To: mathgroup at smc.vnet.net
  • Subject: [mg121367] Re: DiscretePlot filling is darker above axis than below
  • From: "Christopher O. Young" <cy56 at comcast.net>
  • Date: Mon, 12 Sep 2011 04:23:00 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • References: <201109090950.FAA18009@smc.vnet.net> <j4fhsp$2gg$1@smc.vnet.net>

Thanks very much, that solves the problem.

On 9/10/11 7:32 AM, in article j4fhsp$2gg$1 at smc.vnet.net, "Christoph Lhotka"
<christoph.lhotka at univie.ac.at> wrote:

> Hello,
> 
> try to put the styles into Directive[......]
> 
> Show[
>  DiscretePlot[
>   Sin[t],
>   {t, 0, 2 \[Pi], \[Pi]/6},
>   ExtentSize -> \[Pi]/12,
>   PlotStyle -> Directive[{Red, Opacity[.5]}],
>   Filling -> Axis,
>   FillingStyle -> Directive[{Red, Opacity[.5]}]
>   ],
>  Plot[Sin[t], {t, 0, 2 Pi}]
> ]
> 
> works fine now.
> 
> Christoph
> 
> 
> On Fr, 9.09.2011, 11:50, Christopher O. Young wrote:
>> Can't seem to get the filling to come out the same darkness above and
>> below
>> the axis.
>> 
>> Show[
>>  DiscretePlot[
>>   Sin[t], {t, 0, 2 \[Pi], \[Pi]/6},
>>   ExtentSize -> \[Pi]/12,
>>   PlotStyle -> {Red, Opacity[0.5]},
>>   Filling -> Axis,
>>   FillingStyle -> {Red, Opacity[0.5]}
>>   ],
>> 
>>  Plot[Sin[t], {t, 0, 2 Pi}
>>   ]
>>  ]
>> 
>> 
>> 
>> 
> 





  • Prev by Date: Re: How create new style sheet- Mathematica 8
  • Next by Date: Re: Message window
  • Previous by thread: Re: DiscretePlot filling is darker above axis than below
  • Next by thread: Re: DiscretePlot filling is darker above axis than below