Custom color for fence, whisker and outliers in BoxWhiskerChart
3
2
$begingroup$
How can I use custom color for fence, whisker and outliers. Here is my MWE col = {Red, Darker@Green, Blue, Orange}; SeedRandom@5; data = Table[ RandomReal[BetaDistribution[[Alpha], 1.5], 100], {[Alpha], {6, 3, 7, 8}}]; BoxWhiskerChart[data, {"Outliers", {"MedianMarker", White}}, ChartStyle -> col] What I want is this kind of chart.
boxwhiskerchart
share | improve this question
asked 4 hours ago
Okkes Dulgerci Okkes Dulgerci
5,029 1 8 17
$endgroup$
...