MathGroup Archive 1995

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

Search the Archive

Q:BarChart, MultipleListPlot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg2509] Q:BarChart, MultipleListPlot
  • From: Sascha at sunmail.lrz-muenchen.de, Unzicker at lrz.uni-muenchen.de
  • Date: Wed, 15 Nov 1995 02:00:39 -0500
  • Organization: Universitaet Muenchen (Germany)

Maybe a stupid question:

Let a be a two-dimensional list.
Instead of 
BarChart[a[[1]],a[[2]],a[[3]],a[[4]]....]
I would prefer
BarChart[a]
or BarChart[Table[a[[n]],{n,4}]]

but Mathematica does not like it. Same thing with MultipleListPlot.

Any suggestions?

Thanks,

Alexander


  • Prev by Date: Mathematica -> VRML?
  • Next by Date: Taylor series expansion
  • Previous by thread: Q:BarChart, MultipleListPlot
  • Next by thread: Re: Q:BarChart, MultipleListPlot