MathGroup Archive 2007

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

Search the Archive

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


  • Prev by Date: Re: more issues with v.6.0.1
  • Next by Date: Create random binary images
  • Previous by thread: Re: Manipulate is sluggish?
  • Next by thread: Re: Trying to create a clustered StackedBarChart