From: zbenet Benet on
Hi,

I've been having issues with drawing my color bar. Everytime it goes off the screen and I can see the very bottom of it when the location is set to 'EastOutside'. Any other location the bar doesn't show up.

Here is my code:

ActMat = Heatmap(ACTMatrix, 'RowLabels', 0:5:row, 'ColumnLabels', 1:1:columns,...
'Colormap', jet(4), 'DisplayRange', 4, 'Standardize', 3, 'Symmetric', false);
plot(ActMat);
hcbar = colorbar('peer',gca,'location','EastOutside');
hcbar;

I'm running R2009b 64-bit on Mac.