Mercurial > repos > public > sbplib
view centerColorbar.m @ 703:027f606fa691 feature/optim
megre with default
author | Ylva Rydin <ylva.rydin@telia.com> |
---|---|
date | Fri, 03 Nov 2017 10:43:27 +0100 |
parents | 14f2be4fe9c1 |
children |
line wrap: on
line source
function centerColorbar(ah) old = ah.CLim; l = max(abs(old)); ah.CLim = [-l l]; end