MathGroup Archive 2011

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

Search the Archive

DiscretePlot filling is darker above axis than below

  • To: mathgroup at smc.vnet.net
  • Subject: [mg121313] DiscretePlot filling is darker above axis than below
  • From: "Christopher O. Young" <cy56 at comcast.net>
  • Date: Fri, 9 Sep 2011 05:50:40 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com

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: DiscretePlot and difference tables; trying to offset bars
  • Next by Date: why MakeExpression acts differently
  • Previous by thread: DiscretePlot and difference tables; trying to offset bars
  • Next by thread: Re: DiscretePlot filling is darker above axis than below