MathGroup Archive 2009

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

Search the Archive

Re: NEWBIE QUESTION - How to create a barchart with two data sets.

  • To: mathgroup at smc.vnet.net
  • Subject: [mg95306] Re: NEWBIE QUESTION - How to create a barchart with two data sets.
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Thu, 15 Jan 2009 06:09:41 -0500 (EST)
  • References: <gkkf39$gpa$1@smc.vnet.net>

Hi,

dta = Sort /@ Table[RandomInteger[{0, 255}], {10}, {2}]

BarChart3D[dta]

??

Regards
   Jens

Tim Heger wrote:
> I am new to Mathematica and can't seem to figure out how to do a simple bar chart using 2 data sets, in Excel you either have the data in a series in rows or columns.
> 
> An example might be something like....
> 
> http://z.about.com/d/spreadsheets/1/0/Z/3/-/-/column_chart.jpg
> 
> Any help would be great.
> 
> Tim
> 


  • Prev by Date: Taking LCM in a polynomial expression
  • Next by Date: Mathematica and Access
  • Previous by thread: NEWBIE QUESTION - How to create a barchart with two data sets.
  • Next by thread: Re: NEWBIE QUESTION - How to create a barchart with two data sets.