MathGroup Archive 2013

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

Search the Archive

ChartStyle in BoxWhiskerChart

  • To: mathgroup at smc.vnet.net
  • Subject: [mg130399] ChartStyle in BoxWhiskerChart
  • From: abbarber2003 at gmail.com
  • Date: Tue, 9 Apr 2013 04:04:40 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-newout@smc.vnet.net
  • Delivered-to: mathgroup-newsend@smc.vnet.net

I need to customize style in BoxWhiskerChart.
This is my first try
BoxWhiskerChart[data, 
 BarOrigin -> Left, 
 ChartStyle -> { 
   Directive[
    EdgeForm[{Thickness[0.008], RGBColor[179/256, 65/256, 76/256]}], 
    RGBColor[228/256, 171/256, 123/256]]}
 ]

I am able to change only rectangle apparence.
how can I modify trailing and leading bars (color and thickness)?
how can I modify modal mark (color and thickness)?

Thanks in advance



  • Prev by Date: Re: Simplify an expression with respect to one of many
  • Next by Date: Re: Simplify an expression with respect to one of many variables
  • Previous by thread: Re: Simplify an expression with respect to one of many variables
  • Next by thread: Re: ChartStyle in BoxWhiskerChart