Mercurial > repos > public > sbplib
view centerColorbar.m @ 667:ed853945ee99 feature/poroelastic
Make free BC work with data. Bugfix domain size.
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Wed, 20 Dec 2017 06:52:17 +0100 |
parents | 14f2be4fe9c1 |
children |
line wrap: on
line source
function centerColorbar(ah) old = ah.CLim; l = max(abs(old)); ah.CLim = [-l l]; end