MATLAB: Can I get a handle to individual bars in barh

callback

I'd like to have a separate callback for each bar in a barh plot. Can I get an individual handle to each for this purpose? I tried plotting each bar one at a time, but the Y-axis is all wrong (it appears to keep only the label for the first bar).

Best Answer

See my attached demo.