Q:BarChart, MultipleListPlot
- Subject: [mg2509] Q:BarChart, MultipleListPlot
- From: Sascha at sunmail.lrz-muenchen.de, Unzicker at lrz.uni-muenchen.de
- Date: Wed, 15 Nov 1995 07:00:39 GMT
- Approved: usenet@wri.com
- Distribution: local
- Newsgroups: wri.mathgroup
- Organization: Universitaet Muenchen (Germany)
- Sender: daemon at wri.com ( )
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