Trying to create a clustered StackedBarChart
- To: mathgroup at smc.vnet.net
- Subject: [mg83645] Trying to create a clustered StackedBarChart
- From: tomfabtastic at hotmail.com
- Date: Tue, 27 Nov 2007 06:10:13 -0500 (EST)
Hello, The code below creates a stacked bar chart. However, I would like the columns to be clustered in pairs - so instead of reading a,2,3,4 across the x-axis, it should read 1,2 with two columns at 1 and two columns at 2. I am using mathematica v6. Needs["BarCharts`"] StackedBarChart[{2, 2, 4, 5}, {0.5, 0.5, 0.5, 0.5}, BarStyle -> {Yellow, Black}] Thanks, Tom