From: zbenet Benet on 21 Jul 2010 17:09 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.
|
Pages: 1 Prev: A colorbar does not match with subplots Next: Translate matrix up and down spatially |