tuku3
Bioengineer
- Feb 16, 2005
- 1
I want to make a bar plot with a few groups of bars, meaning give the bar function an m X n matrix to get m groups of n bars. the problem is that I also want error bars on each of the bars in each of the groups, but the "errorbar" function cannot accept a matrix. Also, the Xdata property of the handle I get from the bar function does not contain the coordinates. what can I do ? I've been freaking out about this.