Say I have data that I want to separate into different bars, but one of the is subdivided, as in. For instance:
A1 : 4
B1 : 1 2
A2 : 3
B2 : 2 3
And then I want to have (only) the B bars to be stacked. For the data above the graph should look like:
y
o y
o y o y
o y o x
o x o x
A B A B
How can I do that? I can change the format of the input file (or even use multiple files if necessary), but I really would like to have the final graph with clusters of bars, where some of the bars of each cluster are stacked, others not.