% clrs = mat2cell(distinguishable_colors(numel(bh)),ones(numel(bh),1),3); % here we need the external function distinguishable_colors, otherwise use jet
% clrs = mat2cell(linspecer(numel(bh)),ones(numel(bh),1),3); % here we need the external function distinguishable_colors, otherwise use jet
clrs=mat2cell(cbrewer('div','Spectral',numel(bh),'PCHIP'),ones(numel(bh),1),3);% here we need the external function distinguishable_colors, otherwise use jet
% clrs = mat2cell(distinguishable_colors(numel(bh)),ones(numel(bh),1),3); % here we need the external function distinguishable_colors, otherwise use jet
% clrs = mat2cell(linspecer(numel(bh)),ones(numel(bh),1),3); % here we need the external function distinguishable_colors, otherwise use jet
clrs=mat2cell(cbrewer('div','Spectral',numel(bh),'PCHIP'),ones(numel(bh),1),3);% here we need the external function distinguishable_colors, otherwise use jet