MATLAB: Colorbar Text

colorbar

Anyone know if it's possible to select which side of a colorbar the text-values are on? ie. the default is on the right, but I want the text-values on the left of the colorbar.

Best Answer

hc=colorbar;
set(hc,'YAxisLocation','Left')