|
[Date Index]
[Thread Index]
[Author Index]
DistributionChart and scaling
- To: mathgroup at smc.vnet.net
- Subject: [mg128823] DistributionChart and scaling
- From: Eirik Larsen Følstad <eirik.folstad at q2s.ntnu.no>
- Date: Thu, 29 Nov 2012 06:02:46 -0500 (EST)
- 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
Hi,
Is it possible to scale the width of the bins relative to all the bins in the different data sets for the DistributionChart?
In the example code below, the bin widths are only scaled within each data set and not according to all data set.
data = Table[RandomInteger[{1, 10}, i], {i, {100, 200, 300, 400}}];
DistributionChart[data, Method -> {"BoxWidth" -> "Scaled"},
ChartLabels -> Length /@ data,
ChartElementFunction -> "HistogramDensity"]
I'm using Mathematica 8.0 for Mac OS X x86 (64-bit) (October 5, 2011).
Best regards,
Eirik Larsen F=F8lstad
Prev by Date:
Re: Help with dynamic functionality
Next by Date:
Re: Help with dynamic functionality
Previous by thread:
WorkLife FrameWork update for Mathematica 9
Next by thread:
Integral that should converge, but Mathematica says it does not
|