Mercurial > repos > public > sbplib
view centerColorbar.m @ 1298:0ffb5bfa65e4 feature/boundary_optimized_grids
Improve comments
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Tue, 07 Jul 2020 16:23:44 +0200 |
parents | 14f2be4fe9c1 |
children |
line wrap: on
line source
function centerColorbar(ah) old = ah.CLim; l = max(abs(old)); ah.CLim = [-l l]; end