So, I'm trying to make a bar chart that goes with this dataset that has nested hard brackets. It looks something like this:
dataset=[[5,13,23],[3,12,54],[34,23,43]];
I want d[1] or numbers 13, 12, and 23 to be the width of the bars. The problem is the bars end up overlapping themselves in a section or their spacing between them change. Any suggestion?