Hi everybody,
for my application i need to display values in a specific matrix pattern. To make it look better only the bars that actually get a value are supposed to be plotted. For this purpose i write NaN into every matrix entry where i dont want to see anything. Unfortunately the first column of the matrix is plotted anyway although the top and bottom 4 values have NaN in their entries. I guess it has something to do with this being the first column of the matrix. i couldn't find a solution to make these entries go blank and hope someone here has some kind of idea for it. Please look at the screenshot for clarification.
Thanks for the help!