I am working with a bar chart that has at most 13 sub-bars per x-tick (see figure). The problem I have is that some bars appear as the same colour and I thus have no way to distinguish between them. (there are thirteen data sets I am trying to visualize, each of which can (partially)fall into 8 different categories)
I am trying to map a different set of colours to each individual bars by means of a unique RGB code. For the thirteen data entries I have here, I also have 13 unique RGB handles.
However I am unable to map the entries into the CData of the current figure, nor specify a different CData beforehand.
Below you can see the CData of the current figure:
if true
end
where there are 13 of these 8 by 3 matrices(?)
I only want to ensure these bars all have a unique colour