BarGraph with error Bars
- To: mathgroup at smc.vnet.net
- Subject: [mg3220] BarGraph with error Bars
- From: cottmann at zmnh.zmnh.uni-hamburg.de (Tobias Cottmann)
- Date: Mon, 19 Feb 1996 02:58:02 -0500
- Organization: Zentrum fuer Molekulare Neurobiologie
- Sender: owner-wri-mathgroup at wolfram.com
Hello, is there an easier way to create a BarGraph with error bars. I am currently using <<Graphics`Graphics` bar = BarChart[dataWithoutError, PlotRange->All, Frame->True, Axes->None] err = ErrorListPlot[dataWithError, PlotRange->All, Frame->None] Show[bar, err] which does the right thing for one set of data. But I'd like to have a second set of bars behind the first, as in BarChart[ dataset1, dataset2, BarSpacing->-.3] Now I can't use the method used above, since the error bars are on different x-positions. Any suggestions? Thanks in advance, Tobias ==== [MESSAGE SEPARATOR] ====