Mercurial > repos > public > sbplib
view centerColorbar.m @ 1216:2a3bd78edb0e
Merged in feature/joingrids (pull request #16)
joinGrids
Approved-by: Vidar Stiernström <vidar.stiernstrom@it.uu.se>
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Wed, 13 Nov 2019 22:13:20 +0000 |
parents | 14f2be4fe9c1 |
children |
line wrap: on
line source
function centerColorbar(ah) old = ah.CLim; l = max(abs(old)); ah.CLim = [-l l]; end